ATT&CK coverage › Technique

Masquerading: Rename Legitimate Utilities T1036.003

Adversaries may rename legitimate / system utilities to try to evade security mechanisms concerning the usage of those utilities. Security monitoring and control mechanisms may be in place for legitimate utilities adversaries are capable of abusing, including both built-in binaries and tools such as PSExec, AutoHotKey, and IronPython. It may be possible to bypass those security mechanisms by renaming the utility prior to utilization (ex: rename <code>rundll32.exe</code>). An alternative case occurs when a legitimate utility is copied or moved to a different directory and renamed to avoid detections based on these utilities executing from non-standard paths.

Events covered

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

ProviderEvent IDTitle
Sysmon1Process creation
Sysmon7Image loaded
Sysmon11FileCreate
Sysmon13RegistryEvent (Value Set)
Security-Auditing4688A new process has been created.
PowerShell4104Creating Scriptblock text (MessageNumber of MessageTotal).
PowerShell400

Authoring guide

Patterns shared across the 26 rules above: which fields they filter on, what specific values they look for, and what they exclude. Field names are normalized 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
Image19ends_with 19, match 1\bitsadmin.exe, \pwsh.exe, \robocopy.exe, \powershell.exe, \reg.exe
OriginalFileName17eq 16, match 1bitsadmin.exe, XCOPY.EXE, robocopy.exe, COMSVCS.DLL, WinRAR.exe
CommandLine12match 12, regex_match 1 /transfer , copy , cpi , http, /create
Description4eq 4, starts_with 1Execute processes remotely, pwsh, Windows PowerShell, Edit resources of exe, Java(TM) Update Scheduler
process_name2eq 1, ne 1rundll32.exe, powershell_ise.exe, powershell.exe, pwsh.exe
Product2eq 2Sysinternals PsExec, rcedit
TargetObject2match 1, ends_with 1\CurrentControlSet\Control\Session..., \Microsoft\Windows\Windows Error Reporting\Hangs\ReflectDebugger
event.category1eq 1process
data_stream.dataset1eq 1windows.sysmon_operational
Imphash1eq 1EADBCCBB324829ACB5F2BBE87E5549A8
TargetFilename1match 1А, р, һ
Data1regex_match 1, match 1HostApplication=C:\Windows\SysWOW64\WindowsPowerShell\v1...., HostApplication=C:/Windows/System32/WindowsPowerShell/v1...., HostApplication=C:\\\\WINDOWS\\\\system32\\\\WindowsPower...
ScriptBlockText1match 1-FilePath , -PassThru , Start-Process
ParentImage1eq 1, ends_with 1, is_null 1, match 1\SavService.exe, \Windows Defender\, \System32\

Top indicator values (399 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.

FieldKindValueRules (here)Corpus reach
CommandLinematch /create 614
CommandLinematch /addfile 55
Imageends_with\bitsadmin.exe523
OriginalFileNameeqbitsadmin.exe59
CommandLinematch /transfer 55
Imageends_with\powershell.exe3143
Imageends_with\cmd.exe392
Imageends_with\pwsh.exe3140
CommandLinematchcopy 211
CommandLinematch copy 24
CommandLinematchcopy-item24
CommandLinematchcpi 24
Imageends_with\robocopy.exe25
CommandLinematch cp 25
OriginalFileNameeqrobocopy.exe24
Imageends_with\xcopy.exe25
OriginalFileNameeqXCOPY.EXE24
Imageends_with\reg.exe246
OriginalFileNameeqpwsh.dll272
process_nameeqrundll32.exe13

Common exclusions (1 distinct)

Field/operator/value combinations that rules under this technique routinely exclude (top-level not() clauses). 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.

FieldKindValueRules excluding
file.nameeqCOMSVCS.DLL1

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 24 rules

Elastic 1 rule

Splunk 1 rule