mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
8d6a507ec4
* Checked all rules against Mordor and EVTX samples datasets * Added field names * Some severity adjustments * Fixes
30 lines
854 B
YAML
30 lines
854 B
YAML
title: Suspicious Bitsadmin Job via PowerShell
|
|
id: f67dbfce-93bc-440d-86ad-a95ae8858c90
|
|
status: experimental
|
|
description: Detect download by BITS jobs via PowerShell
|
|
references:
|
|
- https://eqllib.readthedocs.io/en/latest/analytics/ec5180c9-721a-460f-bddc-27539a284273.html
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1197/T1197.md
|
|
author: Endgame, JHasenbusch (ported to sigma for oscd.community)
|
|
date: 2018/10/30
|
|
modified: 2019/11/11
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.persistence
|
|
- attack.t1197
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\powershell.exe'
|
|
CommandLine|contains: 'Start-BitsTransfer'
|
|
condition: selection
|
|
fields:
|
|
- ComputerName
|
|
- User
|
|
- CommandLine
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|