Files
blue-team-tools/rules/windows/sysmon/sysmon_susp_Timestomp.yml
T
2019-08-29 15:43:36 +07:00

24 lines
515 B
YAML

title: Suspicious Timestomp
description: Detects a massive change timestamp
status: experimental
author: lep
date: 2019/08/24
tags:
- attack.defense_evasion
- attack.t1099
logsource:
product: windows
detection:
windows:
CommandLine_lc:
- '*Get-ChildItem*'
- '*$_.LastAccessTime*'
- '*$_.LastWriteTime*'
- '*$_.CreationTime*'
linux:
CommandLine_lc: '*touch*'
condition: linux or windows
falsepositives:
- Unkown
level: high