(YARA) YARA_DetectParentProcess
rule ParentProcessEvasion
{
strings:
// Check for the CreateToolhelp32Snapshot() function call
$create_snapshot = "CreateToolhelp32Snapshot"
// Check for the Process32First() function call
$process32_first = "Process32First"
// Check for the Process32Next() function call
$process32_next = "Process32Next"
// Check for the GetCurrentProcessId() function call
$get_current_pid = "GetCurrentProcessId"
condition:
// Check if all the required strings are present in the code
all of them
}
Associated Techniques
Technique Name | Technique ID's | Snippet(s) | OS |
---|---|---|---|
Parent Process Detection | U0404 |
Matching Samples 10 most recent
Sample Name | Matching Techniques | First Seen | Last Seen |
---|---|---|---|
hmpalert.exe | 8 | 2025-04-20 | 1 week, 5 days ago |
firefox.exe | 3 | 2025-04-26 | 2 weeks, 1 day ago |
DarkComet.exe | 8 | 2025-04-25 | 2 weeks, 2 days ago |
mmmm.exe | 7 | 2025-03-23 | 1 month, 2 weeks ago |
noui.exe | 8 | 2025-02-20 | 2 months, 3 weeks ago |
dt_socket.exe_ | 7 | 2025-02-20 | 2 months, 3 weeks ago |
csgo.dll | 10 | 2025-02-17 | 2 months, 3 weeks ago |
hmpalert pre-patched.exe | 7 | 2025-02-12 | 2 months, 4 weeks ago |
cracked-by-txmuxn.exe | 6 | 2025-02-09 | 3 months ago |
WNetWatcher.exe | 4 | 2025-02-06 | 3 months ago |
Created
December 7, 2022
Last Revised
December 7, 2022