Detection rules › Sigma

HackTool - LittleCorporal Generated Maldoc Injection

Status
test
Severity
high
Log source
product windows, category process_access
Author
Christian Burkard (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects the process injection of a LittleCorporal generated Maldoc.

MITRE ATT&CK coverage

Event coverage

ProviderEventTitle
SysmonEvent ID 10ProcessAccess

Rule body yaml

title: HackTool - LittleCorporal Generated Maldoc Injection
id: 7bdde3bf-2a42-4c39-aa31-a92b3e17afac
status: test
description: Detects the process injection of a LittleCorporal generated Maldoc.
references:
    - https://github.com/connormcgarr/LittleCorporal
author: Christian Burkard (Nextron Systems)
date: 2021-08-09
modified: 2023-11-28
tags:
    - attack.execution
    - attack.privilege-escalation
    - attack.stealth
    - attack.t1204.002
    - attack.t1055.003
logsource:
    category: process_access
    product: windows
detection:
    selection:
        SourceImage|endswith: '\winword.exe'
        CallTrace|contains|all:
            - ':\Windows\Microsoft.NET\Framework64\v2.'
            - 'UNKNOWN'
    condition: selection
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    SourceImage|endswith: '\winword.exe'
    CallTrace|contains|all:
        - ':\Windows\Microsoft.NET\Framework64\v2.'
        - 'UNKNOWN'

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
CallTracematch
  • :\Windows\Microsoft.NET\Framework64\v2.
  • UNKNOWN corpus 5 (sigma 3, elastic 2)
SourceImageends_with
  • \winword.exe corpus 20 (sigma 20)