Update win_netsh_wifi_credential_harvesting.yml

This commit is contained in:
Jonhnathan 2020-11-27 16:01:25 -03:00 committed by GitHub
parent d996e97fdd
commit f6aaa957ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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