{"id":"42b1a5b8-353f-4f10-b256-39de4467faff","title":"Harvesting Of Wifi Credentials Via Netsh.EXE","description":"Detect the harvesting of wifi credentials using netsh.exe","author":"Andreas Hunkeler (@Karneades), oscd.community","status":"test","level":"medium","date":"2020-04-20","modified":"2023-02-13","tags":["attack.discovery","attack.credential-access","attack.t1040"],"technique_ids":["T1040"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unknown"],"references":["https://blog.malwarebytes.com/threat-analysis/2020/04/new-agenttesla-variant-steals-wifi-credentials/"],"source_path":"rules/windows/process_creation/proc_creation_win_netsh_wifi_credential_harvesting.yml","source_sha256":"1c339a2a686b31f6f73ab14e7ac6b550546148961966c82f277c585396cc0de8","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_netsh_wifi_credential_harvesting.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Harvesting Of Wifi Credentials Via Netsh.EXE\nid: 42b1a5b8-353f-4f10-b256-39de4467faff\nstatus: test\ndescription: Detect the harvesting of wifi credentials using netsh.exe\nreferences:\n    - https://blog.malwarebytes.com/threat-analysis/2020/04/new-agenttesla-variant-steals-wifi-credentials/\nauthor: Andreas Hunkeler (@Karneades), oscd.community\ndate: 2020-04-20\nmodified: 2023-02-13\ntags:\n    - attack.discovery\n    - attack.credential-access\n    - attack.t1040\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection_img:\n        - Image|endswith: '\\netsh.exe'\n        - OriginalFileName: 'netsh.exe'\n    selection_cli:\n        CommandLine|contains|all:\n            - 'wlan'\n            - ' s'\n            - ' p'\n            - ' k'\n            - '=clear'\n    condition: all of selection_*\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1040","id":"T1040","name":"Network Sniffing","page":"techniques/enterprise/T1040/"}],"data_path":"data/detection-rules/42b1a5b8-353f-4f10-b256-39de4467faff.json","kind":"sigma"}
