Sigma informational test sigma
VSSAudit Security Event Source Registration
Detects the registration of the security event source VSSAudit. It would usually trigger when volume shadow copy operations happen.
Detection Logic
{
"selection": {
"AuditSourceName": "VSSAudit",
"EventID": [
4904,
4905
]
},
"condition": "selection"
} False Positives
- ⚠ Legitimate use of VSSVC. Maybe backup operations. It would usually be done by C:\Windows\System32\VSSVC.exe.
Field Validations
Loading…
Comments (0)
Loading comments...