Hayabusa high test sigma
OneNote.EXE Execution of Malicious Embedded Scripts
Detects the execution of malicious OneNote documents that contain embedded scripts. When a user clicks on a OneNote attachment and then on the malicious link inside the ".one" file, it exports and executes the malicious embedded script from specific directories.
Detection Logic
{
"process_creation": {
"EventID": 4688,
"Channel": "Security"
},
"selection": {
"CommandLine
| contains": [
"\\exported\\",
"\\onenoteofflinecache_files\\"
],
"ParentProcessName
| endswith": "\\onenote.exe",
"NewProcessName
| endswith": [
"\\cmd.exe",
"\\cscript.exe",
"\\mshta.exe",
"\\powershell.exe",
"\\pwsh.exe",
"\\wscript.exe"
]
},
"condition": "process_creation and selection"
} False Positives
- ⚠ Unlikely
Field Validations
Loading…
Comments (0)
Loading comments...