2023-02-15 19:54:45 +01:00
|
|
|
title: File Download Via Bitsadmin
|
2019-11-12 23:12:27 +01:00
|
|
|
id: d059842b-6b9d-4ed1-b5c3-5b89143c6ede
|
2022-10-09 16:54:04 +02:00
|
|
|
status: test
|
2017-03-08 22:49:35 -08:00
|
|
|
description: Detects usage of bitsadmin downloading a file
|
2018-01-28 02:24:16 +03:00
|
|
|
references:
|
2019-11-12 23:12:27 +01:00
|
|
|
- https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin
|
|
|
|
|
- https://isc.sans.edu/diary/22264
|
2021-07-16 16:40:00 +07:00
|
|
|
- https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/
|
2022-10-09 16:54:04 +02:00
|
|
|
author: Michael Haag, FPT.EagleEye
|
|
|
|
|
date: 2017/03/09
|
2023-02-15 19:54:45 +01:00
|
|
|
modified: 2023/02/15
|
2018-07-19 23:36:13 +02:00
|
|
|
tags:
|
2019-11-12 23:12:27 +01:00
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.persistence
|
|
|
|
|
- attack.t1197
|
|
|
|
|
- attack.s0190
|
2022-05-10 17:12:43 +02:00
|
|
|
- attack.t1036.003
|
2017-03-08 22:49:35 -08:00
|
|
|
logsource:
|
2019-11-12 23:12:27 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2017-03-08 22:49:35 -08:00
|
|
|
detection:
|
2023-02-07 20:01:42 +05:00
|
|
|
selection_img:
|
2022-11-14 23:08:19 +01:00
|
|
|
- Image|endswith: '\bitsadmin.exe'
|
|
|
|
|
- OriginalFileName: 'bitsadmin.exe'
|
2023-02-07 20:01:42 +05:00
|
|
|
selection_cmd:
|
2022-05-10 17:12:43 +02:00
|
|
|
CommandLine|contains: ' /transfer '
|
2023-02-07 20:01:42 +05:00
|
|
|
selection_cli_1:
|
2021-07-16 16:40:00 +07:00
|
|
|
CommandLine|contains:
|
|
|
|
|
- ' /create '
|
|
|
|
|
- ' /addfile '
|
2023-02-07 20:01:42 +05:00
|
|
|
selection_cli_2:
|
2022-05-10 17:12:43 +02:00
|
|
|
CommandLine|contains: 'http'
|
2023-02-15 21:18:38 +01:00
|
|
|
condition: selection_img and (selection_cmd or all of selection_cli_*)
|
2022-10-09 16:54:04 +02:00
|
|
|
fields:
|
|
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2022-10-28 15:06:36 +02:00
|
|
|
falsepositives:
|
|
|
|
|
- Some legitimate apps use this, but limited.
|
|
|
|
|
level: medium
|