Files
blue-team-tools/rules/windows/registry_event/sysmon_taskcache_entry.yml
T

22 lines
623 B
YAML
Raw Normal View History

2021-06-15 17:08:14 +05:00
title: New TaskCache Entry
id: 4720b7df-40c3-48fd-bbdf-fd4b3c464f0d
2021-06-15 17:14:32 +05:00
description: Monitor the creation of a new key under 'TaskCache' when a new scheduled task is registered
2021-06-15 17:08:14 +05:00
tags:
- attack.persistence
2021-06-15 19:07:50 +05:00
- attack.t1053
2021-06-15 17:08:14 +05:00
- attack.t1053.005
date: 2021/06/18
references:
- https://thedfirreport.com/2021/03/29/sodinokibi-aka-revil-ransomware/
author: Syed Hasan (@syedhasan009)
falsepositives:
- Unknown
level: medium
logsource:
category: registry_event
product: windows
detection:
selection:
2021-06-16 10:42:29 +05:00
TargetObject|contains: 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\'
2021-06-15 19:07:50 +05:00
condition: selection