mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
25 lines
704 B
YAML
25 lines
704 B
YAML
title: Judgement Panda Exfil Activity
|
|
description: Detects Russian group activity as described in Global Threat Report 2019 by Crowdstrike
|
|
references:
|
|
- https://www.crowdstrike.com/resources/reports/2019-crowdstrike-global-threat-report/
|
|
author: Florian Roth
|
|
date: 2019/02/21
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1081
|
|
- attack.t1003
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection1:
|
|
Image: '*\xcopy.exe'
|
|
CommandLine: '* /S /E /C /Q /H \\*'
|
|
selection2:
|
|
Image: '*\adexplorer.exe'
|
|
CommandLine: '* -snapshot "" c:\users\\*'
|
|
condition: selection1 or selection2
|
|
falsepositives:
|
|
- unknown
|
|
level: critical
|