2017-03-09 06:49:35 +00:00
|
|
|
title: Bitsadmin download
|
|
|
|
status: experimental
|
|
|
|
description: Detects usage of bitsadmin downloading a file
|
2017-04-07 13:42:03 +00:00
|
|
|
reference:
|
|
|
|
- https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin
|
|
|
|
- https://isc.sans.edu/diary/22264
|
2017-03-09 06:49:35 +00:00
|
|
|
author: Michael Haag
|
|
|
|
logsource:
|
2017-03-13 08:23:08 +00:00
|
|
|
product: windows
|
|
|
|
service: sysmon
|
2017-03-09 06:49:35 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 1
|
|
|
|
Image:
|
|
|
|
- '*\bitsadmin.exe'
|
|
|
|
CommandLine:
|
|
|
|
- '/transfer'
|
|
|
|
condition: selection
|
2017-09-12 21:54:04 +00:00
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2017-03-09 06:49:35 +00:00
|
|
|
falsepositives:
|
|
|
|
- Some legitimate apps use this, but limited.
|
|
|
|
level: medium
|