2017-10-25 06:40:14 +00:00
|
|
|
title: Flash Player Update from Suspicious Location
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 4922a5dd-6743-4fc2-8e81-144374280997
|
2017-10-25 06:40:14 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects a flashplayer update from an unofficial location
|
|
|
|
author: Florian Roth
|
2020-01-30 14:20:52 +00:00
|
|
|
date: 2017/10/25
|
2020-11-28 17:59:00 +00:00
|
|
|
modified: 2020/11/28
|
2020-09-15 13:02:30 +00:00
|
|
|
references:
|
|
|
|
- https://gist.github.com/roycewilliams/a723aaf8a6ac3ba4f817847610935cfb
|
2017-10-25 06:40:14 +00:00
|
|
|
logsource:
|
|
|
|
category: proxy
|
|
|
|
detection:
|
|
|
|
selection:
|
2020-11-28 17:59:00 +00:00
|
|
|
- c-uri-query|contains: '/flash_install.php'
|
|
|
|
- c-uri-query|endswith: '/install_flash_player.exe'
|
2017-10-25 06:40:14 +00:00
|
|
|
filter:
|
2020-10-16 02:24:54 +00:00
|
|
|
c-uri-stem|contains: '.adobe.com/'
|
2017-10-25 06:40:14 +00:00
|
|
|
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
|
2020-10-16 02:24:54 +00:00
|
|
|
- attack.t1036 # an old one
|