通过计划作业创建持久性
编辑通过计划作业创建持久性
编辑作业可用于安排程序或脚本在指定日期和时间执行。攻击者可能会滥用任务调度功能来促进恶意代码的初始或定期执行。
规则类型: eql
规则索引:
- winlogbeat-*
- logs-endpoint.events.file-*
- logs-windows.sysmon_operational-*
- endgame-*
- logs-sentinel_one_cloud_funnel.*
- logs-m365_defender.event-*
严重性: 中等
风险评分: 47
运行频率: 5分钟
搜索索引自: now-9m (日期数学格式,另见 额外回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 领域: 端点
- 操作系统: Windows
- 用例: 威胁检测
- 策略: 持久性
- 数据源: Elastic Endgame
- 数据源: Elastic Defend
- 数据源: Sysmon
- 数据源: SentinelOne
- 数据源: Microsoft Defender for Endpoint
版本: 411
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑file where host.os.type == "windows" and event.type != "deletion" and file.path : "?:\\Windows\\Tasks\\*" and file.extension : "job" and not ( ( process.executable : "?:\\Program Files\\CCleaner\\CCleaner64.exe" and file.path : "?:\\Windows\\Tasks\\CCleanerCrashReporting.job" ) or ( process.executable : ( "?:\\Program Files (x86)\\ManageEngine\\UEMS_Agent\\bin\\dcagentregister.exe", "?:\\Program Files (x86)\\DesktopCentral_Agent\\bin\\dcagentregister.exe" ) and file.path : "?:\\Windows\\Tasks\\DCAgentUpdater.job" ) )
框架: MITRE ATT&CKTM
-
策略
- 名称: 持久性
- ID: TA0003
- 参考网址: https://attack.mitre.org/tactics/TA0003/
-
技术
- 名称: 计划任务/作业
- ID: T1053
- 参考网址: https://attack.mitre.org/techniques/T1053/
-
子技术
- 名称: 计划任务
- ID: T1053.005
- 参考网址: https://attack.mitre.org/techniques/T1053/005/