通过 tmux 或 screen 启动的潜在可疑进程
编辑通过 tmux 或 screen 启动的潜在可疑进程编辑
此规则监控通过 screen 和 tmux 执行可疑命令的情况。在直接启动命令并分离时,命令将通过其父进程在后台执行。攻击者可能会利用 screen 或 tmux 来执行命令,同时尝试逃避检测。
规则类型: eql
规则索引:
- logs-endpoint.events.*
- endgame-*
严重性: 低
风险评分: 21
每: 5m
搜索索引时间: now-9m (日期数学格式,另请参阅 额外回溯时间
)
每次执行的最大警报数量: 100
参考: 无
标签:
- 域: 端点
- 操作系统: Linux
- 用例: 威胁检测
- 战术: 防御规避
- 数据源: Elastic Defend
- 数据源: Elastic Endgame
版本: 4
规则作者:
- Elastic
规则许可: Elastic License v2
规则查询编辑
process where host.os.type == "linux" and event.type == "start" and event.action in ("exec", "exec_event") and process.parent.name in ("screen", "tmux") and process.name : ( "nmap", "nc", "ncat", "netcat", "socat", "nc.openbsd", "ngrok", "ping", "java", "python*", "php*", "perl", "ruby", "lua*", "openssl", "telnet", "awk", "wget", "curl", "id" )
框架: MITRE ATT&CKTM
-
战术
- 名称: 防御规避
- ID: TA0005
- 参考 URL: https://attack.mitre.org/tactics/TA0005/
-
技术
- 名称: 系统二进制代理执行
- ID: T1218
- 参考 URL: https://attack.mitre.org/techniques/T1218/