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": 1,
    "Channel": "Microsoft-Windows-Sysmon/Operational"
  },
  "selection": [
    {
      "OriginalFileName": "TruffleSnout.exe"
    },
    {
      "Image
| endswith": "\\TruffleSnout.exe"
    }
  ],
  "condition": "process_creation and selection"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...