Sigma 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
{
"selection": {
"ParentImage
| endswith": "\\onenote.exe",
"Image
| endswith": [
"\\cmd.exe",
"\\cscript.exe",
"\\mshta.exe",
"\\powershell.exe",
"\\pwsh.exe",
"\\wscript.exe"
],
"CommandLine
| contains": [
"\\exported\\",
"\\onenoteofflinecache_files\\"
]
},
"condition": "selection"
} False Positives
- ⚠ Unlikely
Field Validations
Loading…
Comments (0)
Loading comments...