0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Splunk BOSS of the SOCを可視化(Parallel Coordinates)

Posted at

Sankey Diagramに引き続き、Parallel Coordinatesも

ダウンロードはここ、使い方はここ

こちらは拍子抜けするくらい簡単だった。

SPL
index=botsv1 sourcetype="XmlWinEventLog:Microsoft-Windows-Sysmon/Operational"  EventCode=3 src=*srv.waynecorpinc.local 
| table src dest app

その5にでてきたC&Cサーバの挙動をSysmonのログから可視化してみる。

結果

qiita3.png

解説

EventCode=3でサーバのネットワークの挙動を検索
どのプログラムが動いているのかを表示してみた。

単純に表示したいものをtableにすると表示してくれるのでとても簡単。

なお、端末の挙動を検索するとBOT化されているのがわかる。
今回は表示量の削減のために除いた。

表示の一番最後あたりに__3791.exe__が見える。

まとめ

とりあえず一通りみるには便利かも。
表示量が多いと省略されてしまうので、そこだけ注意しなければいけない。

:sweat:Sysmonいいな。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?