mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
27 lines
716 B
YAML
27 lines
716 B
YAML
title: Findstr Launching .lnk File
|
|
id: 33339be3-148b-4e16-af56-ad16ec6c7e7b
|
|
description: Detects usage of findstr to identify and execute a lnk file as seen within the HHS redirect attack
|
|
status: experimental
|
|
references:
|
|
- https://www.bleepingcomputer.com/news/security/hhsgov-open-redirect-used-by-coronavirus-phishing-to-spread-malware/
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1202
|
|
author: Trent Liffick
|
|
date: 2020/05/01
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image: '*\findstr.exe'
|
|
CommandLine: '*.lnk'
|
|
condition: selection
|
|
fields:
|
|
- Image
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- unknown
|
|
level: medium
|