Skip to content

Commit 72d6035

Browse files
authored
Update process-tampering.md
1 parent 02eb505 commit 72d6035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

process-tampering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Process Tampering
2-
-----------------
1+
Process Image Tampering
2+
-----------------------
33

44
Sysmon will log **EventID 25** when a process original image is replaced in memory or on disk. This covers the technique of [Process Hollowing] (https://attack.mitre.org/techniques/T1055/012/), this is when a process is launched, then suspended and the memory for the image is unmapped and realigned to another image injected in to memory and then resumed to execute the injected image. [Process Herpaderping](https://jxy-s.github.io/herpaderping/) is another technique that is caught by this event type, this technique works by modifying the content on disk after the image has been mapped. This capability was added in version 13.0 of Sysmon with schema 4.50.
55

0 commit comments

Comments
 (0)