kevmap

TechniquesT1036 › T1036.005

T1036.005 Match Legitimate Resource Name or Location

stealth — Containers, ESXi, Linux, macOS, Windows · attack.mitre.org · JSON

1
MITRE detection strategy
5
analytics
21
Sigma rules tagged attack.t1036.005
1
KEV CVEs mapped here
<p>Adversaries may match or approximate the name or location of legitimate files, Registry keys, or other resources when naming/placing them. This is done for the sake of evading defenses and observation.</p><p>This may be done by placing an executable in a commonly trusted directory (ex: under System32) or giving it the name of a legitimate, trusted program (ex: svchost.exe). Alternatively, a Windows Registry key may be given a close approximation to a key used by a legitimate program. In containerized environments, a threat actor may create a resource in a trusted namespace or one that matches the naming convention of a container pod or cluster.</p>

KEV CVEs mapped to this technique · CTID Mappings Explorer

CVEVendor / productMapping typeStateAdded
CVE-2023-26360Adobe ColdFusion secondary impact Mapped2023-03-15

Detection strategy · ATT&CK Enterprise v19.2

Sigma rules · SigmaHQ da9bb07d64, tag attack.t1036.005

Author: Florian Roth (Nextron Systems) · 2017-08-15 (modified 2022-06-28) · logsource: product=windows category=process_creation · 01d2e2a1-5f09-44f7-9fc1-24faa7479b6d
Detects an uncommon svchost parent process
Techniques: T1036.005
Author: Nasreddine Bencherchali (Nextron Systems) · 2024-06-24 · logsource: product=windows category=file_event · 13c02350-4177-4e45-ac17-cf7ca628ff5e
Detects 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.
Techniques: T1036.005
Author: Swachchhanda Shrawan Poudel (Nextron Systems), @unresolvedhost · 2026-04-17 · logsource: product=windows category=process_creation · 2ad78473-6978-40f5-b8f1-89c7e1c27a1a
Detects 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.
Techniques: T1134.002T1036.005
Author: Florian Roth (Nextron Systems) · 2020-05-20 (modified 2023-03-09) · logsource: product=windows category=process_creation · 3711eee4-a808-4849-8a14-faf733da3612
Detects tools and process executions used by Greenbug in their May 2020 campaign as reported by Symantec
Author: Nasreddine Bencherchali (Nextron Systems), X__Junior (Nextron Systems) · 2023-05-19 · logsource: product=windows category=file_event · 39466c42-c189-476a-989f-8cdb135c163a
Detects filename indicators that contain a specific typo seen used by the Small Sieve malware.
Techniques: T1036.005
Author: Trent Liffick (@tliffick), Bartlomiej Czyz (@bczyz1) · 2020-06-03 (modified 2023-03-10) · logsource: product=windows category=process_creation · 3f7f5b0b-5b16-476c-a85f-ab477f6dd24b
Detects binaries used by the Lazarus group which use system names but are executed and launched from non-default location
Techniques: T1036.005
Author: Florian Roth (Nextron Systems) · 2017-10-25 (modified 2022-08-08) · logsource: category=proxy · 4922a5dd-6743-4fc2-8e81-144374280997
Detects a flashplayer update from an unofficial location
Author: elhoim · 2022-04-28 · logsource: product=windows category=file_event · 5f87308a-0a5b-4623-ae15-d8fa1809bc60
Detects the creation of copy of suspicious files (EXE/DLL) to the default GPO storage folder
Techniques: T1036.005
Author: Florian Roth (Nextron Systems) · 2018-02-22 (modified 2021-11-27) · logsource: product=windows category=process_creation · 7993792c-5ce2-4475-a3db-a3a5539827ef
Detects Winword starting uncommon sub process MicroScMgmt.exe as used in exploits for CVE-2015-1641
Techniques: T1036.005
CVE tags: CVE-2015-1641
Author: frack113, Swachchhanda Shrawan Poudel (Nextron Systems) · 2021-12-20 (modified 2025-04-12) · logsource: product=windows category=process_creation · 7cce6fc8-a07f-4d84-a53e-96e1879843c9
Detects 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.
Author: vburov · 2019-02-23 (modified 2025-03-06) · logsource: product=windows category=process_creation · 96036718-71cc-4027-a538-d1587e0006a7
Detect suspicious parent processes of well-known Windows processes
Techniques: T1036.003T1036.005
Author: Swachchhanda Shrawan Poudel (Nextron Systems) · 2025-02-05 · logsource: product=windows category=process_creation · 9f8573c9-22b4-40e3-89c1-72bc2b8d49ab
Detects 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.
Author: Swachchhanda Shrawan Poudel (Nextron Systems) · 2026-04-17 · logsource: product=windows service=windefend · a7c3e5f2-8b1d-4e9a-b6c2-3d7f5e8a9b4c
Detects 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
Author: Leo Tsaousis (@laripping) · 2024-03-26 · logsource: product=kubernetes category=application service=audit · a80d927d-ac6e-443f-a867-e8d6e3897318
Detects 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.
Techniques: T1036.005
Author: Swachchhanda Shrawan Poudel · 2024-08-07 · logsource: product=windows category=process_creation · be58d2e2-06c8-4f58-b666-b99f6dc3b6cd
Detects 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.
Techniques: T1036.005
Author: Sander Wiebing, Tim Shelton, Nasreddine Bencherchali (Nextron Systems) · 2020-05-26 (modified 2026-07-28) · logsource: product=windows category=file_event · d5866ddf-ce8f-4aea-b28e-d96485a20d3d
Detects 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.
Techniques: T1036.005
Author: Swachchhanda Shrawan Poudel, Elastic (idea) · 2023-04-20 (modified 2024-12-01) · logsource: product=windows category=process_creation · dd2a821e-3b07-4d3b-a9ac-929fe4c6ca0c
Detects 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
Techniques: T1036.005T1053.005
Author: Florian Roth (Nextron Systems) · 2019-11-14 (modified 2023-02-21) · logsource: product=windows category=process_creation · e22a6eb2-f8a5-44b5-8b44-a2dbd47b1144
Detects the execution of msiexec.exe from an uncommon directory
Techniques: T1036.005
Unsigned .node File Loaded mediumexperimental
Author: Jonathan Beierle (@hullabrian) · 2025-11-22 · logsource: product=windows category=image_load · e5f5c693-52d7-4de5-88ae-afbfbce85595
Detects 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.
Author: Liran Ravich · 2025-11-14 (modified 2026-03-23) · logsource: product=windows category=process_creation · f17211f1-1f24-4d0c-829f-31e28dc93cdd
Detects 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.
Author: Swachchhanda Shrawan Poudel (Nextron Systems), @unresolvedhost · 2026-04-17 · logsource: product=windows category=file_event · f2e4b7d9-5c3a-4f8b-9e1d-7a6c2b3f4e5d
Detects 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.
Techniques: T1036.005

Rules tagged at the parent level (attack.t1036) 40

These target the parent technique, not this sub-technique specifically. Listed for completeness, not counted as coverage.

Author: Micah Babinski · 2022-12-11 (modified 2023-03-05) · logsource: product=windows category=process_creation · 0c92f2e6-f08f-4b73-9216-ecb0ca634689
Detects the use of rcedit to potentially alter executable PE metadata properties, which could conceal efforts to rename system utilities for defense evasion.
Author: Joseliyo Sanchez, @Joseliyo_Jstnk · 2024-01-17 · logsource: product=windows category=process_creation · 12fbff88-16b5-4b42-9754-cd001a789fb3
Detects a CodePage modification using the "mode.com" utility to Russian language. This behavior has been used by threat actors behind Dharma ransomware.
Techniques: T1036
Author: Christian Burkard (Nextron Systems) · 2021-10-26 (modified 2023-03-29) · logsource: product=windows category=process_creation · 1327381e-6ab0-4f38-b583-4c1b8346a56b
Detects potential evasion or obfuscation attempts using bogus path traversal via the commandline
Techniques: T1036
Author: juju4, Jonhnathan Ribeiro, oscd.community · 2019-01-16 (modified 2022-01-07) · logsource: product=windows category=process_creation · 15b75071-74cc-47e0-b4c6-b43744a62a2b
Detects suspicious process run from unusual locations
Techniques: T1036
Author: Florian Roth (Nextron Systems) · 2022-09-20 (modified 2023-02-14) · logsource: product=windows category=process_creation · 1a1ed54a-2ba4-4221-94d5-01dee560d71e
Detects uses of a renamed legitimate createdump.exe LOLOBIN utility to dump process memory
Techniques: T1036T1003.001
Author: Nasreddine Bencherchali (Nextron Systems) · 2022-06-06 (modified 2023-02-03) · logsource: product=windows category=process_creation · 1c12727d-02bf-45ff-a9f3-d49806a3cf43
Detects the execution of a renamed version of the Plink binary
Techniques: T1036
Author: Florian Roth (Nextron Systems) · 2021-08-16 (modified 2026-06-29) · logsource: product=windows category=process_creation · 2e65275c-8288-4ab4-aeb7-6274f58b6b20
Detects usage of the SysInternals Procdump utility
Techniques: T1036T1003.001
Author: Joseliyo Sanchez, @Joseliyo_Jstnk · 2023-06-02 (modified 2025-08-05) · logsource: product=linux category=process_creation · 312b42b1-bded-4441-8b58-163a3af58775
Detects a potentially suspicious execution of a process located in the '/tmp/' folder
Techniques: T1036
Author: Micah Babinski, @micahbabinski · 2023-05-07 · logsource: product=windows category=process_creation · 32e280f1-8ad4-46ef-9e80-910657611fbc
Detects 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.
Techniques: T1036T1036.003
Author: Trent Liffick · 2020-05-01 (modified 2024-01-15) · logsource: product=windows category=process_creation · 33339be3-148b-4e16-af56-ad16ec6c7e7b
Detects usage of findstr to identify and execute a lnk file as seen within the HHS redirect attack
Author: Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems) · 2020-01-28 (modified 2025-01-22) · logsource: product=windows category=process_creation · 340a090b-c4e9-412e-bb36-b4b16fe96f9b
Detects 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.
Author: Florian Roth (Nextron Systems) · 2022-10-14 (modified 2024-08-29) · logsource: product=windows category=process_creation · 396f6630-f3ac-44e3-bfc8-1b161bc00c4e
Detects suspicious Windows Error Reporting manager (wermgr.exe) child process
Techniques: T1055T1036
Author: Florian Roth (Nextron Systems) · 2018-03-13 (modified 2024-01-18) · logsource: product=windows category=process_creation · 3d7679bd-0c00-440c-97b0-3f204273e6c7
Detects the creation of a process via the Windows task manager. This might be an attempt to bypass UAC
Techniques: T1036
Author: Florian Roth (Nextron Systems), Tim Shelton · 2019-01-16 (modified 2024-07-12) · logsource: product=windows category=process_creation · 3dfd06d2-eaf4-4532-9555-68aca59f57c4
Detects a potentially suspicious execution from an uncommon folder.
Techniques: T1036
Author: Florian Roth (Nextron Systems) · 2021-12-22 (modified 2022-12-25) · logsource: product=windows service=security · 45eb2ae2-9aa2-4c3a-99a5-6e5077655466
Detects 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
Techniques: T1036T1098
CVE tags: CVE-2021-42287
Author: Sreeman · 2020-04-17 (modified 2024-02-08) · logsource: product=windows category=process_creation · 4e762605-34a8-406d-b72e-c1a089313320
HxTsr.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
Techniques: T1036
Author: Micah Babinski, @micahbabinski · 2023-05-08 · logsource: product=windows category=file_event · 4f1707b1-b50b-45b4-b5a2-3978b5a5d0d6
Detects 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.
Techniques: T1036T1036.003
Author: Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems) · 2022-01-04 (modified 2022-08-19) · logsource: product=windows category=process_creation · 515c8be5-e5df-4c5e-8f6d-a4a2f05e4b48
Detects uses of the createdump.exe LOLOBIN utility to dump process memory
Techniques: T1036T1003.001
Author: Florian Roth (Nextron Systems) · 2022-02-26 (modified 2023-11-11) · logsource: product=windows category=process_creation · 52d097e2-063e-4c9c-8fbb-855c8948d135
Detects suspicious Windows Update Agent activity in which a wuauclt.exe process command line doesn't contain any command line flags
Techniques: T1036
Author: Florian Roth (Nextron Systems) · 2022-05-09 · logsource: product=windows service=security · 54f0434b-726f-48a1-b2aa-067df14516e4
Detects the extraction of password protected ZIP archives with suspicious file names. See the filename variable for more details on which file has been opened.
Techniques: T1027T1105T1036
Author: Florian Roth (Nextron Systems) · 2018-10-30 (modified 2025-10-19) · logsource: product=windows category=process_creation · 5afee48e-67dd-4e03-a783-f74259dcf998
Detects 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.
Techniques: T1036T1003.001
Author: Florian Roth (Nextron Systems), Modexp, Nasreddine Bencherchali (Nextron Systems), Swachchhanda Shrawan Poudel (Nextron Systems) · 2020-02-18 (modified 2025-02-23) · logsource: product=windows category=process_creation · 646ea171-dded-4578-8a4d-65e9822892e3
Detects a process memory dump via "comsvcs.dll" using rundll32, covering multiple different techniques (ordinal, minidump function, etc.)
Techniques: T1036T1003.001
Author: Florian Roth (Nextron Systems) · 2022-01-28 (modified 2023-02-08) · logsource: product=windows category=process_creation · 66e563f9-1cbd-4a22-a957-d8b7c0f44372
Detects suspicious use of XORDump process memory dumping utility
Techniques: T1036T1003.001
Author: Florian Roth (Nextron Systems) · 2019-02-09 (modified 2023-11-09) · logsource: product=windows category=process_creation · 737e618a-a410-49b5-bec3-9e55ff7fbc15
Detects suspicious use of 'calc.exe' with command line parameters or in a suspicious directory, which is likely caused by some PoC or detection evasion.
Techniques: T1036
Author: Florian Roth (Nextron Systems) · 2022-01-11 (modified 2023-05-09) · logsource: product=windows category=process_creation · 79b06761-465f-4f88-9ef2-150e24d3d737
Detects 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
Techniques: T1036T1003.001
Author: Nextron Systems · 2022-06-01 (modified 2023-02-06) · logsource: product=windows category=process_creation · 7a74da6b-ea76-47db-92cc-874ad90df734
Detects msdt.exe executed by a suspicious parent as seen in CVE-2022-30190 / Follina exploitation
Techniques: T1036T1218
Author: Florian Roth (Nextron Systems), Nasreddine Bencherchali (Nextron Systems), @gott_cyber · 2019-06-29 (modified 2025-10-31) · logsource: product=windows category=process_creation · 949f1ffb-6e85-4f00-ae1e-c3c5b190d605
Detects 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"
Techniques: T1036
Author: Florian Roth (Nextron Systems) · 2018-03-18 (modified 2022-05-27) · logsource: product=windows category=process_creation · 9fff585c-c33e-4a86-b3cd-39312079a65f
Detects the creation of taskmgr.exe process in context of LOCAL_SYSTEM
Techniques: T1036
Author: Nasreddine Bencherchali (Nextron Systems) · 2022-08-12 (modified 2025-10-07) · logsource: product=windows category=file_event · b8fd0e93-ff58-4cbd-8f48-1c114e342e62
Detects Windows executables that write files with suspicious extensions
Techniques: T1036
Author: Florian Roth (Nextron Systems), Jonhnathan Ribeiro, oscd.community · 2019-10-14 (modified 2023-03-07) · logsource: product=windows category=process_creation · c7942406-33dd-4377-a564-0f62db0593a3
Detects a code page switch in command line or batch scripts to a rare language
Techniques: T1036
Author: Florian Roth (Nextron Systems) · 2022-03-21 (modified 2022-09-08) · logsource: product=windows category=process_creation · cbec226f-63d9-4eca-9f52-dfb6652f24df
Detects suspicious parent processes that should not have any children or should only have a single possible child program
Techniques: T1036
Author: Ilyas Ochkov, oscd.community · 2019-10-25 (modified 2024-01-16) · logsource: product=windows service=security · cfeed607-6aa4-4bbd-9627-b637deb723c8
Detects 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.
Techniques: T1036
Author: Nasreddine Bencherchali (Nextron Systems), Joseliyo Sanchez, @Joseliyo_Jstnk · 2024-01-19 · logsource: product=windows category=process_creation · d48c5ffa-3b02-4c0f-9a9e-3c275650dd0e
Detects a CodePage modification using the "mode.com" utility. This behavior has been used by threat actors behind Dharma ransomware.
Techniques: T1036
Author: Nasreddine Bencherchali (Nextron Systems), Florian Roth (Nextron Systems) · 2022-04-06 (modified 2023-04-12) · logsource: product=windows category=process_creation · dee0a7a3-f200-4112-a99b-952196d81e42
Detects the use of "DumpMinitool.exe" a tool that allows the dump of process memory via the use of the "MiniDumpWriteDump"
Techniques: T1036T1003.001
Author: Florian Roth (Nextron Systems), Patrick Bareiss, Anton Kutepov, oscd.community, Nasreddine Bencherchali (Nextron Systems) · 2017-11-27 (modified 2026-07-28) · logsource: product=windows category=process_creation · e4a6b256-3e47-40fc-89d2-7a477edd6915
Detects the execution of a Windows system binary that is usually located in the system folder from an uncommon location.
Techniques: T1036
Author: Florian Roth (Nextron Systems) · 2022-03-14 · logsource: product=linux category=process_creation · ea3ecad2-db86-4a89-ad0b-132a10d2db55
Detects suspicious interactive bash as a parent to rather uncommon child processes
Techniques: T1059.004T1036
Author: Florian Roth (Nextron Systems) · 2022-04-06 (modified 2023-04-12) · logsource: product=windows category=process_creation · eb1c4225-1c23-4241-8dd4-051389fde4ce
Detects suspicious ways to use the "DumpMinitool.exe" binary
Techniques: T1036T1003.001
Author: Nextron Systems, @Kostastsale · 2022-06-01 (modified 2024-08-23) · logsource: product=windows category=process_creation · f3d39c45-de1a-4486-a687-ab126124f744
Detects sdiagnhost.exe calling a suspicious child process (e.g. used in exploits for Follina / CVE-2022-30190)
Techniques: T1036T1218
Author: Nasreddine Bencherchali (Nextron Systems), Anish Bogati · 2024-01-05 · logsource: product=windows category=process_creation · f53714ec-5077-420e-ad20-907ff9bb2958
Detects the execution of "forfiles" from a non-default location, in order to potentially spawn a custom "cmd.exe" from the current working directory.
Techniques: T1036
Author: X__Junior (Nextron Systems) · 2023-06-30 · logsource: product=windows category=process_creation · fabfb3a7-3ce1-4445-9c7c-3c27f1051cdd
Detects 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
Techniques: T1036