V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
dogking2
V2EX  ›  问与答

suricata 读 pcap 包的问题

  •  
  •   dogking2 · 2022-05-21 13:26:14 +08:00 · 479 次点击
    这是一个创建于 724 天前的主题,其中的信息可能已经有所发展或是发生改变。

    小弟正在学习 ids ,写了一个 suricata 规则,用 wireshark 和 tcpdump 导出两个 pcap 包,使用-r参数来读取,结果是只能匹配到 tcpdump 的 pcap 包,suricata 不支持读取 wireshark 的 pcap 包吗?

    alert tls any any -> any any (msg:"match 8443 JA3 string"; \
        ja3.string; content:"771"; \
        sid:100002;)
    
    alert tls any any -> any any (msg:"match 8443 JA3s string"; \
        ja3s.string; content:"49199"; \
        sid:100001;)
    

    bash.png

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1075 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 22:23 · PVG 06:23 · LAX 15:23 · JFK 18:23
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.