HackTool - LittleCorporal Generated Maldoc Injection

Detects the process injection of a LittleCorporal generated Maldoc.

Sigma rule (View on GitHub)

 1title: HackTool - LittleCorporal Generated Maldoc Injection
 2id: 7bdde3bf-2a42-4c39-aa31-a92b3e17afac
 3status: test
 4description: Detects the process injection of a LittleCorporal generated Maldoc.
 5references:
 6    - https://github.com/connormcgarr/LittleCorporal
 7author: Christian Burkard (Nextron Systems)
 8date: 2021/08/09
 9modified: 2023/11/28
10tags:
11    - attack.execution
12    - attack.t1204.002
13    - attack.t1055.003
14logsource:
15    category: process_access
16    product: windows
17detection:
18    selection:
19        SourceImage|endswith: '\winword.exe'
20        CallTrace|contains|all:
21            - ':\Windows\Microsoft.NET\Framework64\v2.'
22            - 'UNKNOWN'
23    condition: selection
24falsepositives:
25    - Unknown
26level: high

References

Related rules

to-top