Execution Guardrails T1480

Tactic: Stealth

Adversaries may use execution guardrails to constrain execution or actions based on adversary supplied and environment specific conditions that are expected to be present on the target. Guardrails ensure that a payload only executes against an intended target and reduces collateral damage from an adversary’s campaign. Values an adversary can provide about a target system or environment to use as guardrails may include specific network share names, attached physical devices, files, joined Active Directory (AD) domains, and local/external IP addresses.

Authoring guide

Patterns shared across the 2 rules above: which fields they filter on, what specific values they look for, and what they exclude. The catalog normalizes field names across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (7 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
EventOriginalType1eq 1GovernanceApiPolicyOperation
EventType1eq 1CreateDlpPolicy, DeleteDlpPolicy, UpdateDlpPolicy
PropertyCollection1contains 1createdlppolicy, deletedlppolicy, updatedlppolicy
TimeGenerated1gt 1ignore_time
ignore_time1is_null 1
proctitle1contains 1, in 1*--yolo*, *-y *, --dangerously-skip-permissions
sourcetype1eq 1auditd

Top indicator values (14 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique. Click a value to expand the rules under this technique that use it.

FieldKindValueRules (here)Corpus reach
EventOriginalTypeeq
GovernanceApiPolicyOperation
1
EventTypeeq
CreateDlpPolicy
1
EventTypeeq
DeleteDlpPolicy
1
EventTypeeq
UpdateDlpPolicy
1
PropertyCollectioncontains
createdlppolicy
1
PropertyCollectioncontains
deletedlppolicy
1
PropertyCollectioncontains
updatedlppolicy
1
TimeGeneratedgt
ignore_time
1
proctitlecontains
--dangerously-skip-permissions
1
proctitlecontains
claude
1
proctitlecontains
gemini
1
proctitlein
*--yolo*
1
proctitlein
*-y *
1
sourcetypeeq
auditd
156

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Platform (all)
Domain (all)

Splunk 1 rule

Kusto 1 rule