Rule Content
- title: Fireball Archer Install
  id: 3d4aebe0-6d29-45b2-a8a4-3dfde586a26d
  status: experimental
  description: Detects Archer malware invocation via rundll32
  author: Florian Roth
  date: 2017/06/03
  references:
  - https://www.virustotal.com/en/file/9b4971349ae85aa09c0a69852ed3e626c954954a3927b3d1b6646f139b930022/analysis/
  - https://www.hybrid-analysis.com/sample/9b4971349ae85aa09c0a69852ed3e626c954954a3927b3d1b6646f139b930022?environmentId=100
  tags:
  - attack.execution
  - attack.t1059
  - attack.defense_evasion
  - attack.t1085
  logsource:
    category: process_creation
    product: windows
    service: null
  detection:
    selection:
      CommandLine: '*\rundll32.exe *,InstallArcherSvc'
    condition: selection
  fields:
  - CommandLine
  - ParentCommandLine
  falsepositives:
  - Unknown
  level: high