mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
23 lines
733 B
YAML
23 lines
733 B
YAML
|
title: Detect the harvesting of wifi credentials using netsh.exe
|
||
|
id: 42b1a5b8-353f-4f10-b256-39de4467faff
|
||
|
status: experimental
|
||
|
description: Detect the harvesting of wifi credentials using netsh.exe
|
||
|
references:
|
||
|
- https://blog.malwarebytes.com/threat-analysis/2020/04/new-agenttesla-variant-steals-wifi-credentials/
|
||
|
author: Andreas Hunkeler (@Karneades)
|
||
|
date: 2020/04/20
|
||
|
tags:
|
||
|
- attack.discovery
|
||
|
- attack.t1040
|
||
|
logsource:
|
||
|
category: process_creation
|
||
|
product: windows
|
||
|
detection:
|
||
|
selection:
|
||
|
CommandLine:
|
||
|
- 'netsh wlan show profile * key=clear'
|
||
|
condition: selection
|
||
|
falsepositives:
|
||
|
- Legitimate administrator or user uses netsh.exe wlan functionality for legitimate reason
|
||
|
level: medium
|