A
Activity Log
Activity logs include information for the following activities: triggered workflows, single-step executions, and events that didn't trigger a workflow. They are searchable and filterable. You can access activity logs via the UI or the API.
API
An application programming interface is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. In Torq, it's how we pass and send information to your third-party applications, among other things.
API Key
An API key is a unique token generated on a user level within a workspace. It's used to authorize Torq's API calls when making requests, retrieving data, or performing actions.
Audit Log
Audit logs record the occurrence of an event, the timestamp, the instigating user or service, and the impacted entity. Audit logs come from the workspace the calling API key originates from - not all organizational workspaces.
B
Break
Break is an operator that can be used within a loop to stop and exit the loop.
C
Canvas
The canvas (or designer) refers to the visual area where Torq users drag and arrange steps and build workflows.
Cases
Cases automate tracking, investigating, and managing security incidents by centralizing relevant data and facilitating the incident response process.
CIS AWS
CIS (Center for Internet Security) AWS (Amazon Web Services) refers to a set of security guidelines and best practices for safely using Amazon's cloud computing services.
Claims Mapping
A claim mapping describes how the value of a specific user attribute in the IdP will be translated into a role in Torq when using single sign-on (SSO). For example, add a claim with the name groups that will assign each user in the IdP group engineers (claim value) the Contributor role in Torq.
Closed
Pertaining to Cases: the Closed status indicates that all actions related to the Case have been completed.
Context Expressions
Context expressions are a way to reference parameters or output from within previous workflow steps.
Contributor
The Contributor role can view, trigger, edit, and publish workflows and integration data.
Creator
The Creator role can view, trigger, create, and modify workflows and integrations.
Custom Step
Custom steps are user-made from HTTP mode, a cURL command, or nested workflows. They are workspace-specific unless imported.
D
Designer
The designer (or canvas) refers to the visual area where Torq users drag and arrange steps and build workflows.
Disable
Draft
Draft is a workflow mode wherein the workflow is being worked on. Draft modes are not operational (they will not run and effect changes) until published.
Duplicate
E
Enable
Event
An event is a notification that responds to a specific action, allowing Torq to respond or trigger other actions accordingly.
Execute/Execution
An execution is an alternative word for a workflow or step run.
Exit
The Exit operator will end and exit the workflow.
Export
F
Folder
Folders allow for workspace organization by sorting workflows into categories.
G
H
HTTP Request
An HTTP request is a message sent to a server to retrieve information or submit data over the web using methods like GET (retrieve) or POST (submit).
I
If
The If operator checks if a given condition is true or false before performing a specific action.
IMAP
IMAP (Internet Mail Access Protocol) is a protocol for retrieving email messages from a mail server. In Torq, the IMAP trigger is used to ingest emails as events from a configured IMAP server.
Import
Bring a workflow or step from outside Torq (stored locally) into your workspace.
Insights
Insights is Torq's analytics dashboard, which contains information on time saved through Torq and workflow stats.
Integration
Integrations are connections to third-party services (see vendors). There are separate Trigger and Step integrations.
Interact/Interaction
Interact (or Torq Interact) is a secure web page built using Torq. The Interact operator and trigger allow
J
K
L
Loop
A loop is a repetition of the same steps multiple times until a specific condition is met.
M
Metadata
The workflow metadata is information about the current execution that's available in the context automatically, such as the workspace ID, workflow name, user email, etc.
Mock Output
Use mock outputs to execute steps without making the API requests they are based on and get a manually preconfigured response instead.
N
Nested Workflow
Nested workflows are a way to perform a common action or set of actions that you intend to reuse across workflows by placing one workflow within another workflow - the nested workflow will run when triggered by the parent workflow.
NIST
NIST, the National Institute of Standards and Technology, is a U.S. government agency responsible for developing and promoting measurement standards, guidelines, and best practices in various fields, including cybersecurity.
O
Observable
Pertinent to Cases: Observables are OCSF-compliant objects that represent the indicators related to each case, such as IP addresses, URLs, file hashes, resource UIDs, and more.
Operator
Operator may have two meanings: when referring to a role, the Operator role can view and trigger workflows. When referring to the Torq step, an Operator is a type of step that performs actions on data within the workflow (ex: If, Loop, Switch).
Owner
The Owner role can view, modify, trigger, publish, and delete workflows and integrations within a workspace and manage the users and SSO.
P
Parameter
A parameter is a variable used in a step that allows you to input values or settings, influencing the step's behavior or output. Optional parameters can be found in each individual step under the Manage parameters icon.
Publish/Published
Publish a workflow to switch it from draft mode into an operational workflow that will run when its trigger conditions are met.
Q
Queue
Queuing a workflow involves placing tasks or requests in a line and ensuring they are processed sequentially or based on priority.
Quick Actions
Pertains to Cases: Quick actions are shortcuts to run workflows that were suggested for a case.
R
Reporter
Pertains to Cases: The workflow or user that created a case.
Resolve
Pertaining to Cases: the Resolved status indicates that the issue has been addressed but may have some follow-up tasks remaining.
Role
Users within Torq are assigned workspace-specific roles that designate which materials they can view, edit, & create.
Run
A run refers to when a workflow or step performs its actions.
Runner
See Step Runner
Runbook
Pertinent to Cases: A runbook is a documented set of procedures and instructions that provide predefined instructions to serve as a guiding framework for case investigations.
S
Schedule
Schedule a workflow to run at a specific time by using a Scheduled Event trigger.
Severity
Related to Cases and reflects the level of urgency for a case. These correspond to the OCSF schema event severity identifier.
SLA
Service Level Agreement is the duration in which a case should be resolved.
SOC2
SOC 2 (Service Organization Control 2) is an auditing standard that assesses the security, availability, processing integrity, confidentiality, and privacy of an organization's systems and processes.
SSO
Single Sign-On (SSO) is a security mechanism that allows users to log in to multiple applications or systems using a single set of credentials, simplifying access management and security.
State
About Cases: The case states correspond to the OCSF schema state identifier and are another word for Severity.
Step Runner
Step runners (sometimes shortened to runner) are the components responsible for scheduling a step's execution and retrieving the step's output by using an adapter (either Kubernetes or Docker). Step runners can be hosted by Torq or your organization.
Steps
Single-purpose, automated actions. There are built-in steps (which are customizable) or you can create your own from scratch.
T
Tag
A tag is a keyword or label assigned to workflows to aid in filtering and organization.
Template
A template is a customizable workflow built by security experts that can serve as either a starting point for creating workflows with certain vendors or use cases or that can be quickly filled in and utilized as is.
Timeback Benchmark
The TimeBack benchmark is a way to monitor how much time each automated workflow saves you.
Trigger
A trigger defines the conditions under which the workflow begins. When used as a verb, it means to start running the workflow.
U
User
Organization members utilizing
Utilities
Utility steps assist with arrays, mathematics, debugging, functions, date & time, and more recurring tasks.
V
Variable
A variable is a named storage location containing data or information used in steps within the workflows.
Vendor
Third-party services that can be securely connected and used within Torq through integrations.
Version History
The Version History is a record of previous published workflow versions.
Viewer
The Viewer role can view workflows and integrations but not make changes.
W
Wait
Wait is a type of operator that temporarily pauses the execution of a workflow for a specified duration before proceeding to the next step.
Webhook
Webhooks are listeners that wait to notify you about events and send forth data. Webhooks are created with a randomized URL and secured through obscurity.
Workflow
Workflows are the logic you build for automating security tasks and processes. They consist of a trigger and a sequence of steps that implement an automation use case. Create workflows to automate tasks at scale, freeing security professionals for strategic activities.
Workspace
A workspace is an account within an organization.
Workspace Variable
A workspace variable is saved information (number, JSON, string, or boolean) that can be accessed and used across multiple workflows within one workspace.
X
Y
YAML
A YAML is a human-readable data serialization format for configuration files and data exchange between computer languages. Steps and workflows can be converted to YAML format.