温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

CentOS 6.5 snort安装

发布时间:2020-07-19 19:55:08 来源:网络 阅读:1117 作者:pathyon 栏目:安全技术

yum install pcre*

yum install gcc-c++


wget https://libdnet.googlecode.com/files/libdnet-1.12.tgz

tar -xzvf libdnet-1.12.tgz

./configure;make;make install


wget https://www.snort.org/downloads/snort/daq-2.0.4.tar.gz

wget https://www.snort.org/downloads/snort/snort-2.9.7.2.tar.gz


tar xvfz daq-2.0.4.tar.gz

cd daq-2.0.4

./configure

make

make install


tar xvfz snort-2.9.7.2.tar.gz

cd snort-2.9.7.2

./configure --enable-sourcefire

make

make install


cp ./snort-2.9.7.2/etc/snort.conf /etc/snort/

cp ./snort-2.9.7.2/etc/threshold.conf /etc/snort/


https://www.snort.org/downloads/community/community-rules.tar.gz

tar -zxvf community-rules.tar.gz

cp community-rules/community.rules /etc/snort/rules/


#启动

snort -d -l /var/log/snort -c /etc/snort/snort.conf -D


相关设定将持续更新[避免开启过程中的漏报和误报,是重点]


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI