IPS 模式下的 SNORT DROP 警报但不掉线

问题描述

我在 IPS 模式下运行 SnorT 使用:

sudo snort -c covert-channels/defender/snort/test_snort.conf -i enp0s8:enp0s3 -Q -A console -q

在安装过程中,test_snort.conf 是 snort.conf 的直接副本,但是我已经更改了内联模式的以下配置。

#config daq: pcap
config daq_dir: covert-channels/defender/snort/daq-2.0.7
config daq_mode: inline
config policy_mode: inline
    ```

With rules: 

    drop icmp any any -> any any ( msg:"ICMP:Packet dropped"; 
    sid:100007; rev:1; )

Pings are successful from one VM to another though I recieve an Dropped Packet Message in Snort. 

After many changes and iterations: I have the below happening. 

 * Ping from Local Machine Successful,With SnorT Alert for IPAddress of a VM in saved state ...56.104 -> 56.105  though ...1.3 is my computer
 * Ping from Second VM also successful,with Alert in SnorT having IP of enps08 inet (similiar not exact) 10.0.3.15 vs 10.0.3.2
[enter image description here][1]


  [1]: https://i.stack.imgur.com/pBvok.png

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...