7f736b7443
First batch
27 lines
885 B
YAML
27 lines
885 B
YAML
title: Set Windows System File with Attrib
|
|
id: bb19e94c-59ae-4c15-8c12-c563d23fe52b
|
|
status: experimental
|
|
description: Marks a file as a system file using the attrib.exe utility
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1564.001/T1564.001.md#atomic-test-3---create-windows-system-file-with-attrib
|
|
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/attrib
|
|
author: frack113
|
|
date: 2022/02/04
|
|
modified: 2022/11/11
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1564.001
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection_img:
|
|
- Image|endswith: '\attrib.exe'
|
|
- OriginalFileName: 'ATTRIB.EXE'
|
|
selection_cli:
|
|
CommandLine|contains: ' +s '
|
|
condition: all of selection_*
|
|
falsepositives:
|
|
- Unknown
|
|
level: low
|