mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
30 lines
690 B
YAML
30 lines
690 B
YAML
title: Bitsadmin Download
|
|
status: experimental
|
|
description: Detects usage of bitsadmin downloading a file
|
|
references:
|
|
- https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin
|
|
- https://isc.sans.edu/diary/22264
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.persistence
|
|
- attack.t1197
|
|
- attack.s0190
|
|
author: Michael Haag
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
Image:
|
|
- '*\bitsadmin.exe'
|
|
CommandLine:
|
|
- '/transfer'
|
|
condition: selection
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Some legitimate apps use this, but limited.
|
|
level: medium
|