
Suricata
computerma
熟悉TCP/IP,具有数据通信领域背景。爱好linux网络编程,熟悉C/Java SE/Java EE/C++/linux。能阅读汇编语言程序。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Logger Registration & Usage in Suricata
Logger is the output part of Suricata, which outputs various valuable analysis results to the outside of Suricata. Firstly, let’s begin with the usage of it. 1.Usage OutputLoggerLog() in FlowWorker():...原创 2019-11-15 14:31:39 · 191 阅读 · 0 评论 -
packet direction related function in Suricata
1.FlowHandlePacketUpdate Assume the first packet is in to-server direction. 2.StreamTcpPseudoPacketCreateDetectLogFlush 3.StreamTcpPacketSwitchDir Change the direction of packet while receiving SYN/AC...原创 2019-11-14 17:16:04 · 155 阅读 · 0 评论 -
How I Solved Mysql being Unable to be Parsed on Suricata?
These days, I’m extending Mysql detecting & parser on Suricata. Everything works well while replaying the pcap file with the following command: bin/suricata -c etc/spiderflow.yaml -r $1 -k none Ho...原创 2019-11-21 16:36:25 · 197 阅读 · 0 评论