SigmaHQ/rules/proxy/proxy_susp_flash_download_loc.yml

22 lines
624 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
references:
- https://gist.github.com/roycewilliams/a723aaf8a6ac3ba4f817847610935cfb
author: Florian Roth
date: 2017/10/25
logsource:
category: proxy
detection:
selection:
c-uri-query:
- '*/install_flash_player.exe'
- '*/flash_install.php*'
filter:
c-uri-stem: '*.adobe.com/*'
condition: selection and not filter
falsepositives:
- Unknown flash download locations
level: high