File: 1867.txt

package info (click to toggle)
snort 2.7.0-20.4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 34,512 kB
  • ctags: 18,772
  • sloc: ansic: 115,404; sh: 10,893; makefile: 1,372; perl: 487; sql: 213
file content (61 lines) | stat: -rw-r--r-- 1,367 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
55
56
57
58
59
60
61
Nigel - added new references to the rule and bumped up revision number.
Rule:

--
Sid:
1867

--
Summary:
This event is generated when a remote user attempts to query the X Display Manager Control Protocol (XDMCP).

--
Impact:
Reconnaissance.  An attacker may obtain a list of usernames on the remote host.

--
Detailed Information:
The KDE Display Manager (KDM) provides a network protocol XDMCP to supply a graphical login screen.  It is possible to use this protocol to list the users on the remote host running XDMCP.  This provides reconnaissance and may be a precursor of attempting a brute force password attack of the revealed usernames.

--
Affected Systems:
Any host running XDMCP.

--
Attack Scenarios:
An attacker may obtain a list of current usernames on the remote host as a precursor of attempting a brute force attack to guess passwords of those users.

--
Ease of Attack:
Simple.

--
False Positives:
None.

--
False Negatives:
None Known.

--
Corrective Action:
Block inbound XDMCP traffic.

Disable XDMCP as a listening service on the remote host unless it is required.

--
Contributors:
Original rule written by Max Vision <vision@whitehats.com>
Sourcefire Research Team
Judy Novak <judy.novak@sourcefire.com>

--
Additional References:

Arachnids:
http://www.whitehats.com/info/IDS476

Nessus:
http://cgi.nessus.org/plugins/dump.php3?id=10891

--