Sigma medium test sigma
Dism Remove Online Package
Deployment Image Servicing and Management tool. DISM is used to enumerate, install, uninstall, configure, and update features and packages in Windows images
Detection Logic
{
"selection_dismhost": {
"Image
| endswith": "\\DismHost.exe",
"ParentCommandLine
| contains
| all": [
"/Online",
"/Disable-Feature"
]
},
"selection_dism": {
"Image
| endswith": "\\Dism.exe",
"CommandLine
| contains
| all": [
"/Online",
"/Disable-Feature"
]
},
"condition": "1 of selection_*"
} False Positives
- ⚠ Legitimate script
Field Validations
Loading…
Comments (0)
Loading comments...