mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
20 lines
496 B
YAML
20 lines
496 B
YAML
title: Bitsadmin download
|
|
status: experimental
|
|
description: Detects usage of bitsadmin downloading a file
|
|
reference: https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin
|
|
author: Michael Haag
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
Image:
|
|
- '*\bitsadmin.exe'
|
|
CommandLine:
|
|
- '/transfer'
|
|
condition: selection
|
|
falsepositives:
|
|
- Some legitimate apps use this, but limited.
|
|
level: medium
|