Hayabusa medium test sigma

Windows Credential Manager Access via VaultCmd

List credentials currently stored in Windows Credential Manager via the native Windows utility vaultcmd.exe

View Source

Detection Logic

{
  "process_creation": {
    "EventID": 4688,
    "Channel": "Security"
  },
  "selection_img": [
    {
      "NewProcessName
| endswith": "\\VaultCmd.exe"
    },
    {
      "OriginalFileName": "VAULTCMD.EXE"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains": "/listcreds:"
  },
  "condition": "process_creation and (all of selection*)"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...