SigmaHQ/rules/proxy/proxy_susp_flash_download_loc.yml

31 lines
881 B
YAML
Raw Normal View History

title: Flash Player Update from Suspicious Location
2019-11-12 22:12:27 +00:00
id: 4922a5dd-6743-4fc2-8e81-144374280997
status: experimental
description: Detects a flashplayer update from an unofficial location
author: Florian Roth
date: 2017/10/25
modified: 2020/11/28
2020-09-15 13:02:30 +00:00
references:
- https://gist.github.com/roycewilliams/a723aaf8a6ac3ba4f817847610935cfb
logsource:
category: proxy
detection:
selection:
- c-uri-query|contains: '/flash_install.php'
- c-uri-query|endswith: '/install_flash_player.exe'
filter:
c-uri-stem|contains: '.adobe.com/'
condition: selection and not filter
falsepositives:
- Unknown flash download locations
level: high
2020-09-15 13:02:30 +00:00
tags:
- attack.initial_access
- attack.t1189
- attack.execution
- attack.t1204.002
- attack.t1204 # an old one
- attack.defense_evasion
- attack.t1036.005
- attack.t1036 # an old one