hi
i disabled all rules in snort and i write a rule :
alert icmp 192.168.1.213 any -> 192.168.1.212 any (msg:" PING !!!!"
but when i enter this command
nmap -sX -p 22,25,53,110,80 192.168.*.210-214
i see things same as :
** ORIGINAL DATAGRAM DUMP:
192.168.1.212:110 -> 192.168.1.213:59530
TCP TTL:128 TOS:0x0 ID:57147 IpLen:20 DgmLen:40
***A*R** Seq: 0x0 Ack: 0x30842827 Win: 0x0 TcpLen: 20
** END OF DUMP
OR
[**] [122:1:0] (portscan) TCP Portscan [**]
06/20-14:34:37.852199 192.168.1.213 -> 192.168.1.210
PROTO255 TTL:0 TOS:0x0 ID:41950 IpLen:20 DgmLen:161
[**] [122:1:0] (portscan) TCP Portscan [**]
06/20-14:35:30.904632 192.168.1.213 -> 192.168.60.210
PROTO255 TTL:0 TOS:0x0 ID:61479 IpLen:20 DgmLen:160
i can not know why this happend?
because i have one rule that in this i specified when Source IP=192.168.1.213 and Destination IP address =192.168.1.212 then alert me but ......
why???
can u help me please???