MITRE CAR unknown stable spl

DLL Injection with Mavinject

Injecting a malicious DLL into a process is a common adversary TTP. Although the ways of doing this are numerous, mavinject.exe is a commonly used tool for doing so because it roles up many of the necessary steps into one, and is available within Windows. Attackers may rename the executable, so we also use the common argument "INJECTRUNNING" as a related signature here. Whitelisting certain applications may be necessary to reduce noise for this analytic.

View Source

Detection Logic

(index=__your_sysmon_index__ EventCode=1) (Image="C:\\Windows\\SysWOW64\\mavinject.exe" 
OR Image="C:\\Windows\\System32\\mavinject.exe" 
OR CommandLine="*\INJECTRUNNING*")

Field Validations

Loading…

Comments (0)

Loading comments...