溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

CentOS 6.5 snort安裝

發(fā)布時(shí)間:2020-07-19 19:55:08 來源:網(wǎng)絡(luò) 閱讀:1122 作者:pathyon 欄目:安全技術(shù)

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/


#啟動(dòng)

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


相關(guān)設(shè)定將持續(xù)更新[避免開啟過程中的漏報(bào)和誤報(bào),是重點(diǎn)]


向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI