Hayabusa high test sigma

HackTool - TruffleSnout Execution

Detects the use of TruffleSnout.exe an iterative AD discovery toolkit for offensive operators, situational awareness and targeted low noise enumeration.

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection": [
    {
      "OriginalFileName": "TruffleSnout.exe"
    },
    {
      "NewProcessName
| endswith": "\\TruffleSnout.exe"
    }
  ],
  "condition": "process_creation and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...