File: 608.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 (58 lines) | stat: -rw-r--r-- 1,518 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
Rule: 

--
Sid: 608

--
Summary: 
This event is generated when an attempt to modify access control permissions for remote shell logins is attempted.

--
Impact: 
An attacker may have modified remote login permissions such that any host is allowed to initiate a remote session on the target host.

-- 
Detailed Information: 
The rule generates an event when system reconfiguration is attempted via "rsh". 

The command "echo + +" is used to relax access control permissions for r-services to allow access from any site without the need for password authentication. 

This activity is indicative of attempts to abuse hosts using a default configuration. 

Some UNIX systems use the "rsh" service to allow a connection to the machine for establishing an interactive session.

--
Attack Scenarios: 
An attacker finds a machine with "rsh" enabled and reconfigures it to allow access from any location

--
Ease of Attack: 
Simple, no exploit software required

--
False Positives: 
None Known

--
False Negatives: 
None Known

--
Corrective Action: 
Investigate logs on the target host for further details and more signs of suspicious activity

Use ssh for remote access instead of rlogin.

--
Contributors: 
Original rule by Max Vision <vision@whitehats.com> modified from a signature written by Ron Gula
Snort documentation contributed by Anton Chuvakin <http://www.chuvakin.org>
Sourcefire Research Team
Nigel Houghton <nigel.houghton@sourcefire.com>

-- 
Additional References:

http://www.whitehats.com/info/IDS388

--