mirror of
https://github.com/valitydev/atomic-threat-coverage.git
synced 2024-11-06 17:45:23 +00:00
37 lines
920 B
YAML
Executable File
37 lines
920 B
YAML
Executable File
title: Antivirus Relevant File Paths Alerts
|
|
description: Detects an Antivirus alert in a highly relevant file path or with a relevant file name
|
|
date: 2018/09/09
|
|
author: Florian Roth
|
|
references:
|
|
- https://www.nextron-systems.com/2018/09/08/antivirus-event-analysis-cheat-sheet-v1-4/
|
|
logsource:
|
|
product: antivirus
|
|
detection:
|
|
selection:
|
|
FileName:
|
|
- 'C:\Windows\Temp\*'
|
|
- 'C:\Temp\*'
|
|
- '*\\Client\*'
|
|
- 'C:\PerfLogs\*'
|
|
- 'C:\Users\Public\*'
|
|
- 'C:\Users\Default\*'
|
|
- '*.ps1'
|
|
- '*.vbs'
|
|
- '*.bat'
|
|
- '*.chm'
|
|
- '*.xml'
|
|
- '*.txt'
|
|
- '*.jsp'
|
|
- '*.jspx'
|
|
- '*.asp'
|
|
- '*.aspx'
|
|
- '*.php'
|
|
- '*.war'
|
|
condition: selection
|
|
fields:
|
|
- Signature
|
|
- User
|
|
falsepositives:
|
|
- Unlikely
|
|
level: high
|