MITRE ATT&CK technique
Masquerading detection rulesT1036
Masquerading (T1036) is a MITRE ATT&CK technique in the Stealth tactic. This page lists the 94 community-maintained Sigma detection rules in the library mapped to T1036 and its sub-techniques. Each rule includes its detection logic, log source, false positives and original YAML. These rules mainly target windows, linux, macos.
Top products
Tactic
Exploit for CVE-2015-1641
criticalDetects Winword starting uncommon sub process MicroScMgmt.exe as used in exploits for CVE-2015-1641
windows · process_creation
Greenbug Espionage Group Indicators
criticalDetects tools and process executions used by Greenbug in their May 2020 campaign as reported by Symantec
windows · process_creation
RedSun - TieringEngineService.exe Detected as EICAR Test File
criticalDetects Windows Defender (EventID 1119 - Remediation Action Failed) flagging TieringEngineService.exe dropped in a characteristic RS-{GUID} temporary directory, or the RedSun.exe process itself being present. This covers the staging pattern used by RedSun, a Cloud Files API and opportunistic lock (oplock) based AV bypass/privilege escalation tool. RedSun works as follows: 1. Registers a Cloud Files sync root and creates a Cloud Files placeholder for TieringEngineService.exe under %TEMP%\RS-{GUID}\ 2. The placeholder file carries EICAR test file content (Virus:DOS/EICAR_Test_File) to reliably trigger a Defender scan and remediation attempt 3. Requests a batch oplock (FSCTL_REQUEST_BATCH_OPLOCK) on the placeholder file 4. When Defender attempts to scan/quarantine the file, the oplock triggers - holding the file open 5. During the oplock break window, RedSun swaps the mount point (junction) to redirect \\?\C:\Windows\System32 to the attacker-controlled temp path 6. This races the AV/OS into executing the malicious TieringEngineService.exe with elevated privileges
windows
RedSun - TieringEngineService.exe Staged in RS-Prefixed Temp Dir
criticalDetects the creation of a file named TieringEngineService.exe inside a directory whose path contains the RS- prefix characteristic of RedSun's staging directory (e.g. %TEMP%\RS-{GUID}\TieringEngineService.exe). RedSun registers a Cloud Files sync root under this RS-prefixed path and drops a masqueraded placeholder there as part of its oplock-based AV bypass and privilege escalation chain. The RS-{GUID} directory name is generated by RedSun itself and has no legitimate system usage, making the combination of this path prefix and the TieringEngineService.exe filename a highly specific indicator of RedSun activity.
windows · file_event
CreateDump Process Dump
highDetects uses of the createdump.exe LOLOBIN utility to dump process memory
windows · process_creation
File Download Via Bitsadmin To A Suspicious Target Folder
highDetects usage of bitsadmin downloading a file to a suspicious target folder
windows · process_creation
File With Suspicious Extension Downloaded Via Bitsadmin
highDetects usage of bitsadmin downloading a file with a suspicious extension
windows · process_creation
Flash Player Update from Suspicious Location
highDetects a flashplayer update from an unofficial location
proxy
Forfiles.EXE Child Process Masquerading
highDetects the execution of "forfiles" from a non-default location, in order to potentially spawn a custom "cmd.exe" from the current working directory.
windows · process_creation
HackTool - XORDump Execution
highDetects suspicious use of XORDump process memory dumping utility
windows · process_creation
Lazarus System Binary Masquerading
highDetects binaries used by the Lazarus group which use system names but are executed and launched from non-default location
windows · process_creation
LOL-Binary Copied From System Directory
highDetects a suspicious copy operation that tries to copy a known LOLBIN from system (System32, SysWOW64, WinSxS) directories to another on disk in order to bypass detections based on locations.
windows · process_creation
MMC Executing Files with Reversed Extensions Using RTLO Abuse
highDetects malicious behavior where the MMC utility (`mmc.exe`) executes files with reversed extensions caused by Right-to-Left Override (RLO) abuse, disguising them as document formats.
windows · process_creation
Operation Wocao Activity
highDetects activity mentioned in Operation Wocao report
windows · process_creation
Operation Wocao Activity - Security
highDetects activity mentioned in Operation Wocao report
windows
Password Protected ZIP File Opened (Suspicious Filenames)
highDetects the extraction of password protected ZIP archives with suspicious file names. See the filename variable for more details on which file has been opened.
windows
Potential Defense Evasion Via Rename Of Highly Relevant Binaries
highDetects the execution of a renamed binary often used by attackers or malware leveraging new Sysmon OriginalFileName datapoint.
windows · process_creation
Potential Defense Evasion Via Right-to-Left Override
highDetects the presence of the "u202+E" character, which causes a terminal, browser, or operating system to render text in a right-to-left sequence. This character is used as an obfuscation and masquerading techniques by adversaries to trick users into opening malicious files.
windows · process_creation
Potential File Extension Spoofing Using Right-to-Left Override
highDetects suspicious filenames that contain a right-to-left override character and a potentially spoofed file extensions.
windows · file_event
Potential LSASS Process Dump Via Procdump
highDetects potential credential harvesting attempts through LSASS memory dumps using ProcDump. This rule identifies suspicious command-line patterns that combine memory dump flags (-ma, -mm, -mp) with LSASS-related process markers. LSASS (Local Security Authority Subsystem Service) contains sensitive authentication data including plaintext passwords, NTLM hashes, and Kerberos tickets in memory. Attackers commonly dump LSASS memory to extract credentials for lateral movement and privilege escalation.
windows · process_creation
Potential MsiExec Masquerading
highDetects the execution of msiexec.exe from an uncommon directory
windows · process_creation
Potential SysInternals ProcDump Evasion
highDetects uses of the SysInternals ProcDump utility in which ProcDump or its output get renamed, or a dump file is moved or copied to a different name
windows · process_creation
Potential WerFault ReflectDebugger Registry Value Abuse
highDetects potential WerFault "ReflectDebugger" registry value abuse for persistence.
windows · registry_set
Process Execution From A Potentially Suspicious Folder
highDetects a potentially suspicious execution from an uncommon folder.
windows · process_creation
Process Memory Dump Via Comsvcs.DLL
highDetects a process memory dump via "comsvcs.dll" using rundll32, covering multiple different techniques (ordinal, minidump function, etc.)
windows · process_creation
Ps.exe Renamed SysInternals Tool
highDetects renamed SysInternals tool execution with a binary named ps.exe as used by Dragonfly APT group and documented in TA17-293A report
windows · process_creation
RedSun - Conhost.exe Spawned by TieringEngineService.exe
highDetects two stages of the RedSun post-exploitation process chain that deliver a SYSTEM-level shell to the attacker's interactive session. Observed process chain services.exe → TieringEngineService.exe → conhost.exe (SYSTEM, CommandLine: bare path, no arguments) → cmd.exe / shell (SYSTEM, TerminalSessionId = attacker's session) Stage 1 — TieringEngineService.exe spawns argument-less conhost.exe: After winning the oplock + Cloud Files mount point race, the malicious TieringEngineService.exe (RedSun.exe copied to System32, started via CoCreateInstance / services.exe) detects it is NT AUTHORITY\SYSTEM and calls LaunchConsoleInSessionId(). This opens \\.\pipe\REDSUN, reads the attacker's session ID, duplicates the SYSTEM token, re-stamps it with that session ID via SetTokenInformation(TokenSessionId), then calls CreateProcessAsUser to spawn conhost.exe with no arguments. Stage 2 — Shell spawned from rogue conhost.exe (EDR sources with GrandParentImage): The rogue SYSTEM conhost.exe spawns a shell (cmd.exe, PowerShell, etc.) as SYSTEM in the attacker's interactive session. On EDR sources that expose GrandParentImage, the full three-level chain (TieringEngineService.exe → conhost.exe → shell) can be matched directly. The legitimate TieringEngineService.exe is a headless COM server that is unlikely to spawn conhost.exe under normal conditions.
windows · process_creation
Remote Access Tool - Renamed MeshAgent Execution - MacOS
highDetects the execution of a renamed instance of the Remote Monitoring and Management (RMM) tool, MeshAgent. RMM tools such as MeshAgent are commonly utilized by IT administrators for legitimate remote support and system management. However, malicious actors may exploit these tools by renaming them to bypass detection mechanisms, enabling unauthorized access and control over compromised systems.
macos · process_creation
Remote Access Tool - Renamed MeshAgent Execution - Windows
highDetects the execution of a renamed instance of the Remote Monitoring and Management (RMM) tool, MeshAgent. RMM tools such as MeshAgent are commonly utilized by IT administrators for legitimate remote support and system management. However, malicious actors may exploit these tools by renaming them to bypass detection mechanisms, enabling unauthorized access and control over compromised systems.
windows · process_creation
Renamed BrowserCore.EXE Execution
highDetects process creation with a renamed BrowserCore.exe (used to extract Azure tokens)
windows · process_creation
Renamed CreateDump Utility Execution
highDetects uses of a renamed legitimate createdump.exe LOLOBIN utility to dump process memory
windows · process_creation
Renamed Jusched.EXE Execution
highDetects the execution of a renamed "jusched.exe" as seen used by the cobalt group
windows · process_creation
Renamed Msdt.EXE Execution
highDetects the execution of a renamed "Msdt.exe" binary
windows · process_creation
Renamed Office Binary Execution
highDetects the execution of a renamed office binary
windows · process_creation
Renamed Plink Execution
highDetects the execution of a renamed version of the Plink binary
windows · process_creation
Renamed ProcDump Execution
highDetects the execution of a renamed ProcDump executable. This often done by attackers or malware in order to evade defensive mechanisms.
windows · process_creation
Renamed Schtasks Execution
highDetects the execution of renamed schtasks.exe binary, which is a legitimate Windows utility used for scheduling tasks. One of the very common persistence techniques is schedule malicious tasks using schtasks.exe. Since, it is heavily abused, it is also heavily monitored by security products. To evade detection, threat actors may rename the schtasks.exe binary to schedule their malicious tasks.
windows · process_creation
Renamed ZOHO Dctask64 Execution
highDetects a renamed "dctask64.exe" execution, a signed binary by ZOHO Corporation part of ManageEngine Endpoint Central. This binary can be abused for DLL injection, arbitrary command and process execution.
windows · process_creation
Scheduled Task Creation Masquerading as System Processes
highDetects the creation of scheduled tasks that involve system processes, which may indicate malicious actors masquerading as or abusing these processes to execute payloads or maintain persistence.
windows · process_creation
Sdiagnhost Calling Suspicious Child Process
highDetects sdiagnhost.exe calling a suspicious child process (e.g. used in exploits for Follina / CVE-2022-30190)
windows · process_creation
Small Sieve Malware File Indicator Creation
highDetects filename indicators that contain a specific typo seen used by the Small Sieve malware.
windows · file_event
Suspicious Calculator Usage
highDetects suspicious use of 'calc.exe' with command line parameters or in a suspicious directory, which is likely caused by some PoC or detection evasion.
windows · process_creation
Suspicious Child Process Of Wermgr.EXE
highDetects suspicious Windows Error Reporting manager (wermgr.exe) child process
windows · process_creation
Suspicious Computer Account Name Change CVE-2021-42287
highDetects the renaming of an existing computer account to a account name that doesn't contain a $ symbol as seen in attacks against CVE-2021-42287
windows
Suspicious Double Extension Files
highDetects dropped files with double extensions, which is often used by malware as a method to abuse the fact that Windows hide default extensions by default.
windows · file_event
Suspicious Download From Direct IP Via Bitsadmin
highDetects usage of bitsadmin downloading a file using an URL that contains an IP
windows · process_creation
Suspicious Download From File-Sharing Website Via Bitsadmin
highDetects usage of bitsadmin downloading a file from a suspicious domain
windows · process_creation
Suspicious DumpMinitool Execution
highDetects suspicious ways to use the "DumpMinitool.exe" binary
windows · process_creation
Suspicious MSDT Parent Process
highDetects msdt.exe executed by a suspicious parent as seen in CVE-2022-30190 / Follina exploitation
windows · process_creation
Suspicious Parent Double Extension File Execution
highDetect execution of suspicious double extension files in ParentCommandLine
windows · process_creation
Suspicious Process Masquerading As SvcHost.EXE
highDetects a suspicious process that is masquerading as the legitimate "svchost.exe" by naming its binary "svchost.exe" and executing from an uncommon location. Adversaries often disguise their malicious binaries by naming them after legitimate system processes like "svchost.exe" to evade detection.
windows · process_creation
Suspicious Process Parents
highDetects suspicious parent processes that should not have any children or should only have a single possible child program
windows · process_creation
Suspicious Windows Update Agent Empty Cmdline
highDetects suspicious Windows Update Agent activity in which a wuauclt.exe process command line doesn't contain any command line flags
windows · process_creation
System File Execution Location Anomaly
highDetects the execution of a Windows system binary that is usually located in the system folder from an uncommon location.
windows · process_creation
Taskmgr as LOCAL_SYSTEM
highDetects the creation of taskmgr.exe process in context of LOCAL_SYSTEM
windows · process_creation
Uncommon Svchost Command Line Parameter
highDetects instances of svchost.exe running with an unusual or uncommon command line parameter by excluding known legitimate or common patterns. This could point at a file masquerading as svchost, a process injection, or hollowing of a legitimate svchost instance.
windows · process_creation
Windows Binaries Write Suspicious Extensions
highDetects Windows executables that write files with suspicious extensions
windows · file_event
CodePage Modification Via MODE.COM To Russian Language
mediumDetects a CodePage modification using the "mode.com" utility to Russian language. This behavior has been used by threat actors behind Dharma ransomware.
windows · process_creation
Creation Of Pod In System Namespace
mediumDetects deployments of pods within the kube-system namespace, which could be intended to imitate system pods. System pods, created by controllers such as Deployments or DaemonSets have random suffixes in their names. Attackers can use this fact and name their backdoor pods as if they were created by these controllers to avoid detection. Deployment of such a backdoor container e.g. named kube-proxy-bv61v, could be attempted in the kube-system namespace alongside the other administrative containers.
kubernetes · application
DumpMinitool Execution
mediumDetects the use of "DumpMinitool.exe" a tool that allows the dump of process memory via the use of the "MiniDumpWriteDump"
windows · process_creation
Explorer Process Tree Break
mediumDetects a command line process that uses explorer.exe to launch arbitrary commands or binaries, which is similar to cmd.exe /c, only it breaks the process tree and makes its parent a new instance of explorer spawning from "svchost"
windows · process_creation
File Download Via Bitsadmin
mediumDetects usage of bitsadmin downloading a file
windows · process_creation
Files With System DLL Name In Unsuspected Locations
mediumDetects the creation of a file with the ".dll" extension that has the name of a System DLL in uncommon or unsuspected locations. (Outisde of "System32", "SysWOW64", etc.). It is highly recommended to perform an initial baseline before using this rule in production.
windows · file_event
Files With System Process Name In Unsuspected Locations
mediumDetects the creation of an executable with a system process name in folders other than the system ones (System32, SysWOW64, etc.). It is highly recommended to perform an initial baseline before using this rule in production.
windows · file_event
Findstr Launching .lnk File
mediumDetects usage of findstr to identify and execute a lnk file as seen within the HHS redirect attack
windows · process_creation
Interactive Bash Suspicious Children
mediumDetects suspicious interactive bash as a parent to rather uncommon child processes
linux · process_creation
Masquerading as Linux Crond Process
mediumMasquerading occurs when the name or location of an executable, legitimate or malicious, is manipulated or abused for the sake of evading defenses and observation. Several different variations of this technique have been observed.
linux
New or Renamed User Account with '$' Character
mediumDetects the creation of a user with the "$" character. This can be used by attackers to hide a user or trick detection systems that lack the parsing mechanisms.
windows
Non-DLL Extension File Renamed With DLL Extension
mediumDetects rename operations of files with non-DLL extensions to files with a DLL extension. This is often performed by malware in order to avoid initial detections based on extensions.
windows · file_rename
Potential Binary Impersonating Sysinternals Tools
mediumDetects binaries that use the same name as legitimate sysinternals tools to evade detection. This rule looks for the execution of binaries that are named similarly to Sysinternals tools. Adversary may rename their malicious tools as legitimate Sysinternals tools to evade detection.
windows · process_creation
Potential Command Line Path Traversal Evasion Attempt
mediumDetects potential evasion or obfuscation attempts using bogus path traversal via the commandline
windows · process_creation
Potential Defense Evasion Via Binary Rename
mediumDetects the execution of a renamed binary often used by attackers or malware leveraging new Sysmon OriginalFileName datapoint.
windows · process_creation
Potential Fake Instance Of Hxtsr.EXE Executed
mediumHxTsr.exe is a Microsoft compressed executable file called Microsoft Outlook Communications. HxTsr.exe is part of Outlook apps, because it resides in a hidden "WindowsApps" subfolder of "C:\Program Files". Any instances of hxtsr.exe not in this folder may be malware camouflaging itself as HxTsr.exe
windows · process_creation
Potential Homoglyph Attack Using Lookalike Characters
mediumDetects the presence of unicode characters which are homoglyphs, or identical in appearance, to ASCII letter characters. This is used as an obfuscation and masquerading techniques. Only "perfect" homoglyphs are included; these are characters that are indistinguishable from ASCII characters and thus may make excellent candidates for homoglyph attack characters.
windows · process_creation
Potential Homoglyph Attack Using Lookalike Characters in Filename
mediumDetects the presence of unicode characters which are homoglyphs, or identical in appearance, to ASCII letter characters. This is used as an obfuscation and masquerading techniques. Only "perfect" homoglyphs are included; these are characters that are indistinguishable from ASCII characters and thus may make excellent candidates for homoglyph attack characters.
windows · file_event
Potential PendingFileRenameOperations Tampering
mediumDetect changes to the "PendingFileRenameOperations" registry key from uncommon or suspicious images locations to stage currently used files for rename or deletion after reboot.
windows · registry_set
Potential ReflectDebugger Content Execution Via WerFault.EXE
mediumDetects execution of "WerFault.exe" with the "-pr" commandline flag that is used to run files stored in the ReflectDebugger key which could be used to store the path to the malware in order to masquerade the execution flow
windows · process_creation
Potentially Suspicious Execution From Tmp Folder
mediumDetects a potentially suspicious execution of a process located in the '/tmp/' folder
linux · process_creation
Procdump Execution
mediumDetects usage of the SysInternals Procdump utility
windows · process_creation
PUA - Potential PE Metadata Tamper Using Rcedit
mediumDetects the use of rcedit to potentially alter executable PE metadata properties, which could conceal efforts to rename system utilities for defense evasion.
windows · process_creation
Suspicious CodePage Switch Via CHCP
mediumDetects a code page switch in command line or batch scripts to a rare language
windows · process_creation
Suspicious Copy From or To System Directory
mediumDetects a suspicious copy operation that tries to copy a program from system (System32, SysWOW64, WinSxS) directories to another on disk. Often used to move LOLBINs such as 'certutil' or 'desktopimgdownldr' to a different location with a different name in order to bypass detections based on locations.
windows · process_creation
Suspicious Files in Default GPO Folder
mediumDetects the creation of copy of suspicious files (EXE/DLL) to the default GPO storage folder
windows · file_event
Suspicious LNK Double Extension File Created
mediumDetects the creation of files with an "LNK" as a second extension. This is sometimes used by malware as a method to abuse the fact that Windows hides the "LNK" extension by default.
windows · file_event
Suspicious Process Start Locations
mediumDetects suspicious process run from unusual locations
windows · process_creation
Suspicious Scheduled Task Creation via Masqueraded XML File
mediumDetects the creation of a scheduled task using the "-XML" flag with a file without the '.xml' extension. This behavior could be indicative of potential defense evasion attempt during persistence
windows · process_creation
Suspicious Start-Process PassThru
mediumPowershell use PassThru option to start in background
windows · ps_script
Uncommon Svchost Parent Process
mediumDetects an uncommon svchost parent process
windows · process_creation
Unsigned .node File Loaded
mediumDetects the loading of unsigned .node files. Adversaries may abuse a lack of .node integrity checking to execute arbitrary code inside of trusted applications such as Slack. .node files are native add-ons for Electron-based applications, which are commonly used for desktop applications like Slack, Discord, and Visual Studio Code. This technique has been observed in the DripLoader malware, which uses unsigned .node files to load malicious native code into Electron applications.
windows · image_load
CodePage Modification Via MODE.COM
lowDetects a CodePage modification using the "mode.com" utility. This behavior has been used by threat actors behind Dharma ransomware.
windows · process_creation
New Process Created Via Taskmgr.EXE
lowDetects the creation of a process via the Windows task manager. This might be an attempt to bypass UAC
windows · process_creation
Renamed Powershell Under Powershell Channel
lowDetects a renamed Powershell execution, which is a common technique used to circumvent security controls and bypass detection logic that's dependent on process names and process paths.
windows · ps_classic_start
Space After Filename - macOS
lowDetects attempts to masquerade as legitimate files by adding a space to the end of the filename.
macos · process_creation
Windows Processes Suspicious Parent Directory
lowDetect suspicious parent processes of well-known Windows processes
windows · process_creation