New

The executive guide to generative AI

Read more

Wireless Credential Dumping using Netsh Command

edit

Wireless Credential Dumping using Netsh Command

edit

Identifies attempts to dump Wireless saved access keys in clear text using the Windows built-in utility Netsh.

Rule type: eql

Rule indices:

  • winlogbeat-*
  • logs-endpoint.events.*
  • logs-windows.*
  • endgame-*

Severity: high

Risk score: 73

Runs every: 5m

Searches indices from: now-9m (Date Math format, see also Additional look-back time)

Maximum alerts per execution: 100

References:

Tags:

  • Elastic
  • Host
  • Windows
  • Threat Detection
  • Credential Access
  • Discovery
  • Elastic Endgame

Version: 1

Rule authors:

  • Elastic

Rule license: Elastic License v2

Investigation guide

edit

Rule query

edit
process where event.type == "start" and
 (process.name : "netsh.exe" or process.pe.original_file_name == "netsh.exe") and
  process.args : "wlan" and process.args : "key*clear"

Framework: MITRE ATT&CKTM

Was this helpful?
Feedback