Proxy Web Requests for Flash Player Installer from Unofficial Locations

Flags proxy downloads for Flash Player installer paths when the request host is not ending in .adobe.com.

FreeReviewedSigma · High · v2
Category
proxy
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2017-10-25
Updated
2026-07-31
title: Proxy Web Requests for Flash Player Installer from Unofficial Locations
id: 8e4233e3-13da-4ac3-afe6-e6d38ddc3e31
status: test
description: This rule flags proxy HTTP requests whose URI indicates downloading or installing Flash Player components, specifically matching paths like /flash_install.php and an .exe installer ending /install_flash_player.exe. Attackers may use unofficial or masquerading locations to deliver malicious installers under the guise of a legitimate update. It relies on proxy telemetry, including the requested URI and the client-facing host (cs-host), to identify traffic not ending in .adobe.com.
references:
  - https://gist.github.com/roycewilliams/a723aaf8a6ac3ba4f817847610935cfb
  - https://github.com/SigmaHQ/sigma/blob/master/rules/web/proxy_generic/proxy_susp_flash_download_loc.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2017-10-25
modified: 2022-08-08
tags:
  - attack.initial-access
  - attack.stealth
  - attack.t1189
  - attack.execution
  - attack.t1204.002
  - attack.t1036.005
logsource:
  category: proxy
detection:
  selection:
    - c-uri|contains: /flash_install.php
    - c-uri|endswith: /install_flash_player.exe
  filter:
    cs-host|endswith: .adobe.com
  condition: selection and not filter
falsepositives:
  - Unknown flash download locations
level: high
license: DRL-1.1
related:
  - id: 4922a5dd-6743-4fc2-8e81-144374280997
    type: derived