File: 1776.txt

package info (click to toggle)
snort 2.8.5.2-8
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 37,692 kB
  • ctags: 25,758
  • sloc: ansic: 177,775; sh: 11,401; makefile: 1,994; yacc: 495; perl: 491; lex: 252; sql: 213
file content (56 lines) | stat: -rw-r--r-- 1,418 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
Rule:  

--
Sid: 1776

-- 

Summary: 
This event is generated when an attempt is made to use the MySQL 'show' command to garner a list of databases.

-- 
Impact: 
Intelligence gathering. This may be the prelude to an attack against one the databases or the MySQL daemon.

--
Detailed Information:
This event is generated when the MySQL command 'show' is used to garner a list of MySQL databases being served by the MySQL daemon.
 
This connection can either be a legitimate telnet connection or the result of spawning a remote shell as a consequence of a successful network exploit. 

--

Attack Scenarios: 
A MySQL implementation may inappropriately respond to connections from any host external to the protected network. The atttacker may be able to query the daemon to gain a list of databases available, then continue to garner information from the databases.

-- 

Ease of Attack: 
Simple.

-- 

False Positives: 
This event may be generated by a legitimate user making a query to a MySQL daemon from an external source.

--
False Negatives:
None Known

-- 

Corrective Action: 
Ensure that this event was not generated by a legitimate session then investigate the server for signs of compromise

Look for other events generated by the same IP addresses.

--
Contributors: 
Sourcefire Research Team
Brian Caswell <bmc@sourcefire.com>
Nigel Houghton <nigel.houghton@sourcefire.com>

-- 
Additional References:

--