通过内置工具发现账户或组
编辑通过内置工具发现账户或组
编辑攻击者可能会使用内置应用程序来获取本地系统或域账户和组的列表。
规则类型: eql
规则索引:
- logs-endpoint.events.*
- endgame-*
- auditbeat-*
- logs-auditd_manager.auditd-*
严重性: 低
风险评分: 21
运行频率: 60 分钟
搜索索引时间范围: now-119m (日期数学格式,另见 额外回溯时间
)
每次执行的最大告警数: 100
参考资料: 无
标签:
- 领域: 端点
- 操作系统: Linux
- 操作系统: macOS
- 用例: 威胁检测
- 策略: 发现
- 规则类型: BBR
- 数据源: Elastic Defend
- 数据源: Elastic Endgame
- 数据源: Auditd Manager
版本: 3
规则作者:
- Elastic
规则许可证: Elastic License v2
规则查询
编辑process where event.type == "start" and event.action in ("exec", "exec_event", "executed", "process_started") and ( (process.name in ("groups", "id")) or (process.name == "dscl" and process.args : ("/Active Directory/*", "/Users*", "/Groups*")) or (process.name == "dscacheutil" and process.args in ("user", "group")) or (process.args in ("/etc/passwd", "/etc/master.passwd", "/etc/sudoers")) or (process.name == "getent" and process.args in ("passwd", "group")) )
框架: MITRE ATT&CKTM
-
策略
- 名称: 发现
- ID: TA0007
- 参考链接: https://attack.mitre.org/tactics/TA0007/
-
技术
- 名称: 权限组发现
- ID: T1069
- 参考链接: https://attack.mitre.org/techniques/T1069/
-
子技术
- 名称: 本地组
- ID: T1069.001
- 参考链接: https://attack.mitre.org/techniques/T1069/001/
-
子技术
- 名称: 域组
- ID: T1069.002
- 参考链接: https://attack.mitre.org/techniques/T1069/002/
-
技术
- 名称: 账户发现
- ID: T1087
- 参考链接: https://attack.mitre.org/techniques/T1087/
-
子技术
- 名称: 本地账户
- ID: T1087.001
- 参考链接: https://attack.mitre.org/techniques/T1087/001/
-
子技术
- 名称: 域账户
- ID: T1087.002
- 参考链接: https://attack.mitre.org/techniques/T1087/002/