mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
23 lines
712 B
YAML
23 lines
712 B
YAML
title: 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 s* p* k*=clear'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate administrator or user uses netsh.exe wlan functionality for legitimate reason
|
|
level: medium
|