Sigma medium test sigma
Forest Blizzard APT - JavaScript Constrained File Creation
Detects the creation of JavaScript files inside of the DriverStore directory. Forest Blizzard used this to exploit the CVE-2022-38028 vulnerability in Windows Print Spooler service by modifying a JavaScript constraints file and executing it with SYSTEM-level permissions.
Detection Logic
{
"selection": {
"TargetFilename
| startswith": "C:\\Windows\\System32\\DriverStore\\FileRepository\\",
"TargetFilename
| endswith": "\\.js"
},
"condition": "selection"
} False Positives
- ⚠ Unlikely
Field Validations
Loading…
Comments (0)
Loading comments...