This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sequence with maxspan=30s | |
[registry where process.name : "winword.exe" and | |
registry.path : "HKEY_USERS\\*\\Software\\Microsoft\\Office\\*\\Common\\Internet\\Server Cache\\https*"] by process.entity_id | |
[file where event.action == "creation" and | |
file.path : "?:\\Users\\*\\AppData\\*\\Content.MSO\\*" and process.name : "winword.exe" and | |
file.extension : "htm*" and file.size >= 4096] by process.entity_id | |
[process where event.action == "start" and process.parent.name : "winword.exe" and | |
not process.name : ("splwow64.exe", "DWWIN.EXE", "WerFault.exe")] by process.parent.entity_id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment