Hayabusa medium test sigma
Active Directory Structure Export Via Ldifde.EXE
Detects the execution of "ldifde.exe" in order to export organizational Active Directory structure.
Detection Logic
{
"process_creation": {
"EventID": 4688,
"Channel": "Security"
},
"selection_ldif": [
{
"NewProcessName
| endswith": "\\ldifde.exe"
},
{
"OriginalFileName": "ldifde.exe"
}
],
"selection_cmd": {
"CommandLine
| contains": "-f"
},
"filter_import": {
"CommandLine
| contains": " -i"
},
"condition": "process_creation and (all of selection_* and not 1 of filter_*)"
} False Positives
- ⚠ Unknown
Field Validations
Loading…
Comments (0)
Loading comments...