2018-12-05 04:53:53 +00:00
|
|
|
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
|
2021-05-08 22:03:47 +00:00
|
|
|
modified: 2021/05/09
|
|
|
|
author: Florian Roth, Arnim Rupp
|
2018-09-09 09:03:59 +00:00
|
|
|
references:
|
2021-05-08 22:03:47 +00:00
|
|
|
- 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:
|
2021-05-08 22:03:47 +00:00
|
|
|
- '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\'
|
2021-05-08 22:03:47 +00:00
|
|
|
- '\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'
|
2021-05-08 22:03:47 +00:00
|
|
|
- '.psm1'
|
2020-10-15 19:13:22 +00:00
|
|
|
- '.vbs'
|
|
|
|
- '.bat'
|
2021-05-08 22:03:47 +00:00
|
|
|
- '.cmd'
|
|
|
|
- '.sh'
|
2020-10-15 19:13:22 +00:00
|
|
|
- '.chm'
|
|
|
|
- '.xml'
|
|
|
|
- '.txt'
|
|
|
|
- '.jsp'
|
|
|
|
- '.jspx'
|
|
|
|
- '.asp'
|
|
|
|
- '.aspx'
|
2021-05-08 22:03:47 +00:00
|
|
|
- '.ashx'
|
|
|
|
- '.asax'
|
|
|
|
- '.asmx'
|
2020-10-15 19:13:22 +00:00
|
|
|
- '.php'
|
2021-05-08 22:03:47 +00:00
|
|
|
- '.cfm'
|
|
|
|
- '.py'
|
|
|
|
- '.pyc'
|
|
|
|
- '.pl'
|
|
|
|
- '.rb'
|
|
|
|
- '.cgi'
|
2020-10-15 19:13:22 +00:00
|
|
|
- '.war'
|
2021-05-08 22:03:47 +00:00
|
|
|
- '.ear'
|
2020-10-15 19:13:22 +00:00
|
|
|
- '.hta'
|
|
|
|
- '.lnk'
|
|
|
|
- '.scf'
|
|
|
|
- '.sct'
|
|
|
|
- '.vbe'
|
|
|
|
- '.wsf'
|
|
|
|
- '.wsh'
|
2021-05-08 22:03:47 +00:00
|
|
|
- '.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
|