SigmaHQ/rules/windows/malware/av_relevant_files.yml

75 lines
1.7 KiB
YAML
Raw Normal View History

title: Antivirus Relevant File Paths Alerts
2019-11-12 22:12:27 +00:00
id: c9a88268-0047-4824-ba6e-4d81ce0b907c
2018-09-09 09:03:59 +00:00
description: Detects an Antivirus alert in a highly relevant file path or with a relevant file name
date: 2018/09/09
modified: 2021/05/09
author: Florian Roth, Arnim Rupp
2018-09-09 09:03:59 +00:00
references:
- https://www.nextron-systems.com/2021/03/25/antivirus-event-analysis-cheat-sheet-v1-8/
2018-09-09 09:03:59 +00:00
logsource:
product: antivirus
detection:
selection:
2020-10-28 01:32:16 +00:00
- FileName|startswith:
- 'C:\Windows\'
2020-10-28 01:34:57 +00:00
- 'C:\Temp\'
- 'C:\PerfLogs\'
- 'C:\Users\Public\'
- 'C:\Users\Default\'
2020-10-28 01:32:16 +00:00
- FileName|contains:
2020-10-28 01:34:57 +00:00
- '\Client\'
- '\tsclient\'
- '\inetpub\'
- '/www/'
- 'apache'
- 'tomcat'
- 'nginx'
- 'weblogic'
2020-10-15 23:24:31 +00:00
selection2:
2020-10-15 19:13:22 +00:00
Filename|endswith:
- '.ps1'
- '.psm1'
2020-10-15 19:13:22 +00:00
- '.vbs'
- '.bat'
- '.cmd'
- '.sh'
2020-10-15 19:13:22 +00:00
- '.chm'
- '.xml'
- '.txt'
- '.jsp'
- '.jspx'
- '.asp'
- '.aspx'
- '.ashx'
- '.asax'
- '.asmx'
2020-10-15 19:13:22 +00:00
- '.php'
- '.cfm'
- '.py'
- '.pyc'
- '.pl'
- '.rb'
- '.cgi'
2020-10-15 19:13:22 +00:00
- '.war'
- '.ear'
2020-10-15 19:13:22 +00:00
- '.hta'
- '.lnk'
- '.scf'
- '.sct'
- '.vbe'
- '.wsf'
- '.wsh'
- '.gif'
- '.png'
- '.jpg'
- '.jpeg'
- '.svg'
- '.dat'
2020-10-15 23:24:31 +00:00
condition: selection or selection2
2018-09-09 09:03:59 +00:00
fields:
- Signature
- User
falsepositives:
- Unlikely
level: high