Detection rules › Sigma

UNC4841 - Email Exfiltration File Pattern

Status
test
Severity
high
Log source
category file_event, product linux
Author
Nasreddine Bencherchali (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects filename pattern of email related data used by UNC4841 for staging and exfiltration

MITRE ATT&CK coverage

TacticTechniques
ExecutionNo specific technique
PersistenceNo specific technique
StealthNo specific technique

Telemetry coverage

PlatformRecord / event type
LinuxEvent ID 11: File created

Rule body

title: UNC4841 - Email Exfiltration File Pattern
id: 0785f462-60b0-4031-9ff4-b4f3a0ba589a
status: test
description: Detects filename pattern of email related data used by UNC4841 for staging and exfiltration
references:
    - https://www.mandiant.com/resources/blog/barracuda-esg-exploited-globally
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-06-16
tags:
    - attack.execution
    - attack.persistence
    - detection.emerging-threats
    - attack.stealth
logsource:
    product: linux
    category: file_event
detection:
    selection:
        TargetFilename|re: '/mail/tmp/[a-zA-Z0-9]{3}[0-9]{3}\.tar\.gz'
    condition: selection
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    TargetFilename|re: '/mail/tmp/[a-zA-Z0-9]{3}[0-9]{3}\.tar\.gz'

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
TargetFilenameregex_match
  • /mail/tmp/[a-zA-Z0-9]{3}[0-9]{3}.tar.gz
field:"TargetFilename" kind:regex_match value:"/mail/tmp/[a-zA-Z0-9]{3}[0-9]{3}.tar.gz"