Detection rules › Sigma

Ursnif Malware Download URL Pattern

Status
stable
Severity
high
Log source
category proxy
Author
Thomas Patzke
Source
github.com/SigmaHQ/sigma

Detects download of Ursnif malware done by dropper documents.

MITRE ATT&CK coverage

Rule body yaml

title: Ursnif Malware Download URL Pattern
id: a36ce77e-30db-4ea0-8795-644d7af5dfb4
status: stable
description: Detects download of Ursnif malware done by dropper documents.
references:
    - https://notebook.community/Cyb3rWard0g/HELK/docker/helk-jupyter/notebooks/sigma/proxy_ursnif_malware
author: Thomas Patzke
date: 2019-12-19
modified: 2022-08-15
logsource:
    category: proxy
tags:
    - attack.command-and-control
    - attack.t1071.001
    - detection.emerging-threats
detection:
    selection:
        c-uri|contains|all:
            - '/'
            - '.php\?l='
        c-uri|endswith: '.cab'
        sc-status: 200
    condition: selection
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    c-uri|contains|all:
        - '/'
        - '.php\?l='
    c-uri|endswith: '.cab'
    sc-status: 200

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
c-uriends_with
  • .cab
c-urimatch
  • .php\?l=
  • /
sc-statuseq
  • 200