File: 365.txt

package info (click to toggle)
snort 2.3.3-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 22,512 kB
  • ctags: 11,344
  • sloc: ansic: 70,967; sh: 4,848; makefile: 748; perl: 478; sql: 212
file content (54 lines) | stat: -rw-r--r-- 1,310 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Rule:

--
Sid:
365

--
Summary:
This event is generated when an external user pings an internal server using an echo request ICMP type. This may indicate an attempt to scan the network or cause a denial of service using a "ping flood." 

--
Impact:
Possible information gathering or denial of service attempt. 

--
Detailed Information:
An ICMP ping may indicate a scanning attempt, a ping flood, or a remote user attempting to see if the network responds.

--
Affected Systems:
Any system that responds to a ping request.

--
Attack Scenarios:
An attacker can use a scanner that pings a system to find out more information about the network, or the attacker can use a tool to send a large number of pings in an attempt to "flood" the network and create a denial of service condition.

--
Ease of Attack:
Simple. Scanning and ping-based DoS tools are freely available.

--
False Positives:
This rule will generate an alert if a legitimate remote user pings an internal server.

--
False Negatives:
None known.

--
Corrective Action:
Use a packet filtering firewall to block ICMP ping packets with an ICMP type value of 8.

--
Contributors:
Original rule writer unknown.
Sourcefire Research Team
Sourcefire Technical Publications Team
Jen Harvey <jennifer.harvey@sourcefire.com>

--
Additional References:


--