* Re: [Sysadmins] [Sysadmins Snort и его настройки .]
@ 2006-05-06 7:19 ` бОДТіК рТЕДЛП
2006-05-06 8:01 ` Dmitriy L. Kruglikov
0 siblings, 1 reply; 2+ messages in thread
From: бОДТіК рТЕДЛП @ 2006-05-06 7:19 UTC (permalink / raw)
To: sysadmins
> Message: 2
> Date: Fri, 5 May 2006 17:07:05 +0300
> From: "Dmitriy L. Kruglikov" <Dmitriy.Kruglikov@orionagro.com.ua>
> Subject: Re: [Sysadmins] [Sysadmins Snort и его настройки.]
> To: sysadmins@lists.altlinux.org
> Message-ID: <20060505170705.4945f065@shadow.orionagro.com.ua>
> Content-Type: text/plain; charset=KOI8-R
>
> On Fri, 05 May 2006 16:48:10 +0400
> andrewnbg wrote:
>
> > [root@ser mysql]# /etc/rc.d/init.d/snortd status
> > snort is stopped
> Поприбивай процессы...
> Потом /etc/rc.d/init.d/snortd start
> И посмотри опять ...
>
Попробовал ... результат тот же.
Может не правильно сконфигурирован snort.conf?
Вот мои настройки:
192.168.0.0.24 - внутренняя сеть
192.168.1.0.24 - городская сеть с выходом в инет.
var HOME_NET [192.168.0.0/24,192.168.1.0/24]
var EXTERNAL_NET any
var DNS_SERVERS $HOME_NET
var DNS_SERVERS $HOME_NET
var SMTP_SERVERS $HOME_NET
var HTTP_SERVERS $HOME_NET
var SQL_SERVERS $HOME_NET
var TELNET_SERVERS $HOME_NET
var SNMP_SERVERS $HOME_NET
var ORACLE_PORTS 1521
var AIM_SERVERS [64.12.24.0/24,64.12.25.0/24,64.12.26.14/24,64.12.28.0/24,64.12.29.0/24,64.12.161.0/24,64.12.163.0/24,205.188.5.0/24,205.1
88.9.0/24]
var RULE_PATH /etc/snort
# Configure the snort decoder
preprocessor frag2
preprocessor stream4: disable_evasion_alerts
preprocessor stream4_reassemble
preprocessor http_inspect: global \
iis_unicode_map unicode.map 1252
preprocessor http_inspect_server: server default \
profile all \
ports { 80 8080 }
# are actually running this type of service. If not, change the ports or turn
preprocessor rpc_decode: 111 32771
preprocessor bo
preprocessor telnet_decode
output database: log, mysql, user=andrew password=west72rn dbname=snort host=localhost
include classification.config
include reference.config
include $RULE_PATH/local.rules
include $RULE_PATH/bad-traffic.rules
include $RULE_PATH/exploit.rules
include $RULE_PATH/scan.rules
include $RULE_PATH/finger.rules
include $RULE_PATH/ftp.rules
include $RULE_PATH/telnet.rules
include $RULE_PATH/rpc.rules
include $RULE_PATH/rservices.rules
include $RULE_PATH/dos.rules
include $RULE_PATH/ddos.rules
include $RULE_PATH/dns.rules
include $RULE_PATH/tftp.rules
include $RULE_PATH/web-cgi.rules
include $RULE_PATH/web-coldfusion.rules
include $RULE_PATH/web-iis.rules
include $RULE_PATH/web-frontpage.rules
include $RULE_PATH/web-misc.rules
include $RULE_PATH/web-client.rules
include $RULE_PATH/web-php.rules
include $RULE_PATH/sql.rules
include $RULE_PATH/x11.rules
include $RULE_PATH/icmp.rules
include $RULE_PATH/netbios.rules
include $RULE_PATH/misc.rules
include $RULE_PATH/attack-responses.rules
include $RULE_PATH/oracle.rules
include $RULE_PATH/mysql.rules
include $RULE_PATH/snmp.rules
include $RULE_PATH/smtp.rules
include $RULE_PATH/imap.rules
include $RULE_PATH/pop2.rules
include $RULE_PATH/pop3.rules
include $RULE_PATH/nntp.rules
include $RULE_PATH/other-ids.rules
include $RULE_PATH/experimental.rules
include threshold.conf
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Sysadmins] [Sysadmins Snort и его настройки .]
2006-05-06 7:19 ` [Sysadmins] [Sysadmins Snort и его настройки .] бОДТіК рТЕДЛП
@ 2006-05-06 8:01 ` Dmitriy L. Kruglikov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitriy L. Kruglikov @ 2006-05-06 8:01 UTC (permalink / raw)
To: sysadmins
Cc: бОДТіК
рТЕДЛП,
ALT Linux sysadmin discuss
On Sat, 06 May 2006 10:19:26 +0300
бОДТіК рТЕДЛП wrote:
> Может не правильно сконфигурирован snort.conf?
> Вот мои настройки:
> 192.168.0.0.24 - внутренняя сеть
> 192.168.1.0.24 - городская сеть с выходом в инет.
>
> var HOME_NET [192.168.0.0/24,192.168.1.0/24]
Ну дык ...
Он же мониторит то, что не является HOME_NET
Попробуй
var HOME_NET 192.168.0.0/24
Или
var HOME_NET $eth0_ADDRESS
--
Best regards,
Dmitriy L. Kruglikov .--.
Dmitriy.Kruglikov@orionagro.com.ua |@_@ |
DKR6-RIPE |!_/ |
ICQ# 13047326 // \ \
XMPP:dkr6@jabber.ru (| | )
/'\_ _/`\
Powered by Linux \___)=(___/
-- Мысль --
Будущее уже не то, что было раньше.
-- Поль Валери
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-05-06 8:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-06 7:19 ` [Sysadmins] [Sysadmins Snort и его настройки .] бОДТіК рТЕДЛП
2006-05-06 8:01 ` Dmitriy L. Kruglikov
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git