Sigma 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

{
  "selection_img": [
    {
      "Image
| endswith": "\\VaultCmd.exe"
    },
    {
      "OriginalFileName": "VAULTCMD.EXE"
    }
  ],
  "selection_cli": {
    "CommandLine
| contains": "/listcreds:"
  },
  "condition": "all of selection*"
}

False Positives

  • Unknown

Field Validations

Loading…

Comments (0)

Loading comments...