Hayabusa medium test sigma

Active Directory Structure Export Via Csvde.EXE

Detects the execution of "csvde.exe" in order to export organizational Active Directory structure.

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection_img": [
    {
      "NewProcessName
| endswith": "\\csvde.exe"
    },
    {
      "OriginalFileName": "csvde.exe"
    }
  ],
  "selection_remote": {
    "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...