ツールではなく、振る舞いを検知する
✖ インジケータ ✔振る舞い
process.name:mimikatz.exe or
process.command_line:*sekurlsa*
event.module:sysmon and
event.code:10 and
winlog.event_data.TargetImage:
lsass.exe
github.com/elastic/detection-rules/.../PHILOSOPHY.md
✖ オーバーフィット ✔FP / TP の程よいバランス
process.name:sc.exe and
process.args:(create or config)
and process.parent.name:cmd.exe
process.name:sc.exe and
process.args:(create or config)
and (process.args:* or
not user.name:SYSTEM)
https://github.com/elastic/detection-rules/issues/47
偽陽性を避けつつ陽性を正しく検知
github.com/elastic/detection-rules/.../PHILOSOPHY.md
31.
✔ Good FPand TP
balance
process.name:sc.exe and
process.args:(create or config)
and (process.args:* or
not user.name:SYSTEM)
攻撃者の意図をコマンドラ
イン引数で推測
ラテラルムーブメント
権限エスカレート
偽陽性を避けつつ陽性を正しく検知
github.com/elastic/detection-rules/.../PHILOSOPHY.md