Event Triggered Execution: Netsh Helper DLL T1546.007

Tactics: Privilege Escalation, Persistence

Adversaries may establish persistence by executing malicious content triggered by Netsh Helper DLLs. Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system. It contains functionality to add helper DLLs for extending functionality of the utility. The paths to registered netsh.exe helper DLLs are entered into the Windows Registry at HKLM\SOFTWARE\Microsoft\Netsh.

Events covered

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

Authoring guide

Patterns shared across the 7 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 (6 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
Image5ends_with 4, eq 1\netsh.exe, \secedit.exe, c:\windows\system32\poqexec.exe
TargetObject4contains 2, ends_with 1, starts_with 1\software\microsoft\netsh, \registry\machine\software\microsoft\netsh\, hklm\software\microsoft\netsh\, machine\software\microsoft\netsh\
CommandLine3contains 3add, helper, /cfg, /configure, /db
Details2contains 2, eq 1.dll, :\perflogs\, :\users\, :\users\public\, iasmontr.dll
OriginalFileName2eq 2netsh.exe, secedit
event.type1eq 1change

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
Imageends_with
\netsh.exe
328
Imageends_with
\secedit.exe
1
CommandLinecontains
add
234
CommandLinecontains
helper
22
CommandLinecontains
/cfg
12
CommandLinecontains
/configure
12
CommandLinecontains
/db
12
CommandLinecontains
/export
12
CommandLinecontains
netsh
19
TargetObjectcontains
\software\microsoft\netsh
22
Detailscontains
.dll
15
Detailscontains
:\perflogs\
14
Detailscontains
:\users\
14
Detailscontains
:\users\public\
14
Detailscontains
:\windows\temp\
14
Detailscontains
\appdata\local\temp\
18
Detailscontains
\contacts\
14
Detailscontains
\favorites\
13
Detailscontains
\favourites\
13
Detailscontains
\pictures\
13
Detailscontains
\temporary internet
13
Detailseq
iasmontr.dll
1
Detailseq
ipmontr.dll
1
Detailseq
ippromon.dll
1
Imageeq
c:\windows\system32\poqexec.exe
1
OriginalFileNameeq
netsh.exe
123
OriginalFileNameeq
secedit
1
TargetObjectends_with
\software\microsoft\netsh
1
TargetObjectstarts_with
\registry\machine\software\microsoft\netsh\
1
TargetObjectstarts_with
hklm\software\microsoft\netsh\
1

Exclusions (4 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.

FieldKindValueRules excluding
Detailseq
iasmontr.dll
1
Detailseq
ipmontr.dll
1
Detailseq
ippromon.dll
1
Imageeq
c:\windows\system32\poqexec.exe
1

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)

Sigma 6 rules

Elastic 1 rule