系统网络连接发现
编辑系统网络连接发现编辑
攻击者可能尝试获取与受感染系统之间的网络连接列表。
规则类型: eql
规则索引:
- logs-endpoint.events.*
- endgame-*
- auditbeat-*
- logs-auditd_manager.auditd-*
严重性: 低
风险评分: 21
每隔: 60m 运行一次
从以下时间开始搜索索引: now-119m(日期数学格式,另请参见 其他回溯时间
)
每次执行的最大告警数: 100
参考: 无
标签:
- 域:端点
- 操作系统:Linux
- 操作系统:macOS
- 用例:威胁检测
- 策略:发现
- 规则类型:BBR
- 数据源:Elastic Defend
- 数据源:Elastic Endgame
- 数据源:Auditd Manager
版本: 3
规则作者:
- Elastic
规则许可证: Elastic 许可证 v2
规则查询编辑
process where event.type == "start" and event.action in ("exec", "exec_event", "executed", "process_started") and process.name in ("netstat", "lsof", "who", "w")
框架: MITRE ATT&CKTM
-
策略
- 名称:发现
- ID:TA0007
- 参考 URL:https://attack.mitre.org/tactics/TA0007/
-
技术
- 名称:系统网络连接发现
- ID:T1049
- 参考 URL:https://attack.mitre.org/techniques/T1049/