mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
Update win_netsh_wifi_credential_harvesting.yml
This commit is contained in:
parent
d996e97fdd
commit
f6aaa957ff
@ -4,7 +4,7 @@ status: experimental
|
|||||||
description: Detect the harvesting of wifi credentials using netsh.exe
|
description: Detect the harvesting of wifi credentials using netsh.exe
|
||||||
references:
|
references:
|
||||||
- https://blog.malwarebytes.com/threat-analysis/2020/04/new-agenttesla-variant-steals-wifi-credentials/
|
- https://blog.malwarebytes.com/threat-analysis/2020/04/new-agenttesla-variant-steals-wifi-credentials/
|
||||||
author: Andreas Hunkeler (@Karneades)
|
author: Andreas Hunkeler (@Karneades), oscd.community
|
||||||
date: 2020/04/20
|
date: 2020/04/20
|
||||||
modified: 2020/09/01
|
modified: 2020/09/01
|
||||||
tags:
|
tags:
|
||||||
@ -16,8 +16,13 @@ logsource:
|
|||||||
product: windows
|
product: windows
|
||||||
detection:
|
detection:
|
||||||
selection:
|
selection:
|
||||||
CommandLine:
|
CommandLine|contains|all:
|
||||||
- 'netsh wlan s* p* k*=clear'
|
- 'netsh'
|
||||||
|
- 'wlan'
|
||||||
|
- ' s'
|
||||||
|
- ' p'
|
||||||
|
- ' k'
|
||||||
|
- '=clear'
|
||||||
condition: selection
|
condition: selection
|
||||||
falsepositives:
|
falsepositives:
|
||||||
- Legitimate administrator or user uses netsh.exe wlan functionality for legitimate reason
|
- Legitimate administrator or user uses netsh.exe wlan functionality for legitimate reason
|
||||||
|
Loading…
Reference in New Issue
Block a user