Software Deployment Tools T1072

Adversaries may gain access to and use centralized software suites installed within an enterprise to execute commands and move laterally through the network. Configuration management and software deployment applications may be used in an enterprise network or cloud environment for routine administration purposes. These systems may also be integrated into CI/CD pipelines. Examples of such solutions include: SCCM, HBSS, Altiris, AWS Systems Manager, Microsoft Intune, Azure Arc, and GCP Deployment Manager.

Events covered

9 catalog events are tagged with this technique by at least one rule.

Authoring guide

Patterns shared across the 11 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 (14 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
CommandLine4match 3, contains 1(?i)\/connect\:.*?\:, /scomma , /stext
OriginalFileName4eq 4csi.exe, pdqdeployconsole.exe, psexec.c, radmin.exe, rcsi.exe
process_name4match 3, eq 1(?i)radmin, psexec64.exe
EventID3eq 34688, 1
Image3contains 1, ends_with 1, starts_with 1?:\windows\softwaredistribution\download\install\, \csi.exe, \device\harddiskvolume?\windows\softwaredistribution\down..., \rcsi.exe, policies\\{31b2f340-016d-11d2-945f-00c04fb984f9}
Company2eq 2Microsoft Corporation, PDQ.com
Description2eq 2PDQ Deploy Console, Radmin Viewer
Product2eq 2PDQ Deploy, Radmin Viewer
Type2eq 2
Process1contains 1policies\\{31b2f340-016d-11d2-945f-00c04fb984f9}, policies\\{6ac1786c-016f-11d2-945f-00c04fb984f9}
Provider_Name1eq 1Microsoft-Windows-SoftwareRestrictionPolicies
event.type1eq 1start
event_type1in 1childproc, netconn, proc
parent_process_name1eq 1wuauclt.exe

Top indicator values (32 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
CommandLinematch
(?i)\/connect\:.*?\:
33
process_namematch
(?i)radmin
33
EventIDeq
4688
2312
EventIDeq
1
1232
CommandLinecontains
/scomma
1
CommandLinecontains
/stext
1
Companyeq
Microsoft Corporation
12
Companyeq
PDQ.com
1
Descriptioneq
PDQ Deploy Console
1
Descriptioneq
Radmin Viewer
1
Imagecontains
policies\\{31b2f340-016d-11d2-945f-00c04fb984f9}
1
Imagecontains
policies\\{6ac1786c-016f-11d2-945f-00c04fb984f9}
1
Imageends_with
\csi.exe
12
Imageends_with
\rcsi.exe
1
Imagestarts_with
?:\windows\softwaredistribution\download\install\
1
Imagestarts_with
\device\harddiskvolume?\windows\softwaredistribution\download\install\
1
OriginalFileNameeq
csi.exe
12
OriginalFileNameeq
pdqdeployconsole.exe
1
OriginalFileNameeq
psexec.c
16
OriginalFileNameeq
radmin.exe
1
OriginalFileNameeq
rcsi.exe
1
Processcontains
policies\\{31b2f340-016d-11d2-945f-00c04fb984f9}
1
Processcontains
policies\\{6ac1786c-016f-11d2-945f-00c04fb984f9}
1
Producteq
PDQ Deploy
1
Producteq
Radmin Viewer
1
Provider_Nameeq
Microsoft-Windows-SoftwareRestrictionPolicies
1
event.typeeq
start
1241
event_typein
childproc
127
event_typein
netconn
127
event_typein
proc
127

Exclusions (1 distinct)

Field/operator/value combinations excluded by rules under this technique (top-level not() clauses), sorted by how many rules exclude each. These are the false-positive paths the community has learned to filter out. A new rule that ignores the high-count entries here will likely fire on the same noisy paths. Click a value to expand the rules under this technique that exclude it.

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.

Sigma 4 rules

Elastic 1 rule

Splunk 4 rules

Kusto 2 rules