]> git.mxchange.org Git - ctracker.git/blob - libs/lib_detector.php
Checking against GET parameters is for the user-agent string not possible as
[ctracker.git] / libs / lib_detector.php
1 <?php
2 /**
3  * Detector library
4  *
5  * @author              Roland Haeder <webmaster@shipsimu.org>
6  * @version             3.0.0
7  * @copyright   Copyright (c) 2009 Cracker Tracker Team
8  * @license             GNU GPL 3.0 or any newer version
9  * @link                http://www.shipsimu.org
10  *
11  * This program is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License as published by
13  * the Free Software Foundation, either version 3 of the License, or
14  * (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program. If not, see <http://www.gnu.org/licenses/>.
23  */
24
25 // Initializes all detector arrays
26 function initCrackerTrackerArrays () {
27         // Set error_reporting
28         if (isCrackerTrackerDebug()) {
29                 // For debugging purposes, this is fine
30                 @error_reporting(E_ALL | E_STRICT);
31         } else {
32                 // No output
33                 @error_reporting(0);
34         }
35
36         // Base path
37         $GLOBALS['ctracker_base_path'] = dirname(dirname(__FILE__));
38
39         // Whitelist some absolute query strings (see below)
40         $GLOBALS['ctracker_whitelist'] = array(
41                 'cmd=new',    // LinPHA
42                 'cmd=edit',   // LinPHA
43                 'cmd=lostpw', // LinPHA
44         );
45
46         // Attacks we should detect and block
47         $GLOBALS['ctracker_get_blacklist'] = array(
48                 // SQL injections
49                 'union ', ' union', 'insert ',
50                 'select ', ' like', 'like ', 'drop ', 'update ',
51                 'union(', 'union=',
52
53                 // $GLOBAL/$_SERVER array elements
54                 'HTTP_USER_AGENT', 'HTTP_HOST', 'HTTP_PHP', '_SESSION', 'CFG_ROOT',
55                 'DOCUMENT_ROOT', '_SERVER',
56
57                 // Sensitive files
58                 '/environ', 'etc/shadow', 'etc/gshadow', 'etc/passwd', 'etc/group',
59                 'etc/./shadow', 'etc/./gshadow', 'etc/./passwd', 'etc/./group',
60                 '.htaccess', '.htpasswd', '.htgroup', '.history', 'bash_history',
61                 'bashrc',
62
63                 // Other Linux/FreeBSD/??? programs (sometimes with space)
64                 'traceroute ', 'ping ', 'bin/xterm', 'bin/./xterm', 'lsof ',
65                 'telnet ', 'wget ', 'bin/perl', 'bin/id', 'uname\x20', 'uname ',
66                 'killall', 'diff ', 'kill ', 'locate ', 'grep ', 'vi ', 'mv ',
67                 'rmdir ', 'mcd ', 'mrd ', 'rm ', ' mcd', ' mrd', ' rm',
68                 'passwd ', ' passwd', 'mdir ', ' mdir', 'cp ', ' cp',
69                 'esystem ', 'chr ', ' chr', 'wget ', ' wget', ' cmd',
70                 'cmd ', ' rush', 'rush ', ' echr', 'echr ', ' getenv',
71                 'getenv', 'reboot ', 'halt ', 'powerdown ',
72
73                 // Other Linux programs (+ brace)
74                 'locate(', 'grep(', 'kill(', 'mcd(', 'mrd(', 'rm(', 'mv(', 'rmdir(',
75                 'chmod(', 'chmod(', 'chown(', 'chgrp(', 'passwd(', 'vi(', 'cp(',
76                 'mdir(', 'system(', 'chr(', 'wget(', 'rush(', 'echr(',
77
78                 // Other Linux programs (+ equal)
79                 'mcd=', 'mrd=', 'chmod=', 'chr=', 'rush=', 'echr=',
80
81                 // Paths
82                 '/etc/', '/bin/', '/sbin/', '/self/', '/proc/', '../../','..//', '././',
83                 '/home/ftp', '/home/./ftp', '/home/./www', '/home/www', '/www/virtual/',
84                 '/www/./virtual/',
85
86                 // Uni* commands:
87                 '/chgrp', '/chown', '/chmod', 'chown ', 'chmod ', 'chgrp ',
88
89                 // Compiler/interpreter
90                 'bin/g++ ', 'bin/c++ ', 'cc ', 'bin/python', 'bin/python', 'bin/tclsh',
91                 'bin/tclsh', 'bin/nasm', '/perl', 'cmd.exe',
92                 'nc.exe', 'ftp.exe',
93
94                 // php.ini settings
95                 'allow_url_fopen', 'allow_url_include', 'auto_prepend_file', 'disable_functions', 'safe_mode',
96
97                 // PHP commands/scripts
98                 'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
99                 'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
100
101                 // Typical PHP script remote-inclusions and typical include file names
102                 '.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',
103                 'php_', 'class_', '_class.php', 'db_mysql.inc',
104
105                 // PHP arrays
106                 '_PHPLIB',
107
108                 // Generic remote inclusion
109                 '=http://', '=https://',
110                 'path=', 'sql=',
111                 '=%7BQUOT%7D', '=%5C', '=%22http','=%22ftp','=%22file','=%27http','=%27ftp',
112                 '=%27file',
113
114                 // Wrappers
115                 'data://', 'tcp://', 'udp://', 'raw://', 'javascript://', 'file://', 'ftp://',
116
117                 // Blocked "users"
118                 'nigga(', ' nigga', 'nigga ', 'starhack', 'busca',
119
120                 // Hidden HTML stuff
121                 ' style=', 'style =',
122                 'overflow:auto', 'overflow: auto',
123                 'overflow :auto', 'overflow : auto',
124                 'display:hidden', 'display: hidden',
125                 'display :hidden', 'display : hidden',
126                 'height:0px', 'height: 0px','height:1px', 'height: 1px',
127                 'width:0px', 'width: 0px','width:1px', 'width: 1px',
128
129                 // Uncommon user websites
130                 '~root', '~ftp', '~nobody',
131
132                 // Windows XP (?) hacks
133                 'xp_enumdsn', 'xp_availablemedia', 'xp_filelist', 'xp_cmdshell',
134
135                 // Attempts to insert links into a badly secured URL
136                 '%3E%3C',
137
138                 // Request header being inserted
139                 'content-type',
140
141                 // /proc/ and other forbidden paths
142                 'proc/self/environ',
143
144                 // MySQL internal functions
145                 'name_const',
146
147                 // @TODO Misc/unsorted
148                 'cgi-', '.eml', '$_request', '$_get', '$request', '$get', '.system',
149                 '&aim', 'new_password', '&icq', '.conf', 'motd ', 'HTTP/1.',
150                 'window.open', 'img src', 'img src', '.jsp', 'servlet',
151                 'wwwacl', '.js', '.jsp', 'server-info', 'server-status',
152                 'secure_site, ok', 'chunked', 'org.apache', '/servlet/con',
153                 '<script', 'mod_gzip_status', '.system', 'http_',
154                 'uol.com', ',0x', '(0x'
155         );
156
157         // BLock these words found in User-Agent
158         $GLOBALS['ctracker_ua_blacklist'] = array(
159                 // Compiler/interpreter
160                 'bin/g++ ', 'bin/c++ ', 'cc ', 'bin/python', 'bin/python', 'bin/tclsh',
161                 'bin/tclsh', 'bin/nasm', '/perl', 'cmd.exe',
162                 'nc.exe', 'ftp.exe', 'wget ', 'system(', 'curl ',
163
164                 // php.ini settings
165                 'allow_url_fopen', 'allow_url_include', 'auto_prepend_file', 'disable_functions', 'safe_mode',
166
167                 // PHP commands/scripts
168                 'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
169                 'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
170
171                 // Typical PHP script remote-inclusions and typical include file names
172                 '.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',
173                 'php_', 'class_', '_class.php', 'db_mysql.inc',
174
175                 // PHP arrays
176                 '_PHPLIB',
177
178                 // Request header being inserted
179                 'content-type',
180
181                 // /proc/ and other forbidden paths
182                 'proc/self/environ',
183         );
184
185         // Block these words found in POST requests
186         $GLOBALS['ctracker_post_blacklist'] = array(
187                 // This line is for detecting hidden link spam in wikis, forums, guestbooks, etc.
188                 ' style=', 'overflow:auto', 'height:1px', 'width:1px', 'display:hidden', 'style.display',
189
190                 // "Common" login names from VHCS exploiters ;-)
191                 'starhack', 'DeLiMehmet', 'hisset', 'Hisset', 'delimert', 'MecTruy'
192         );
193
194         // Init more elements
195         $GLOBALS['ctracker_post_track']   = '';
196         $GLOBALS['ctracker_checked_get']  = '';
197         $GLOBALS['ctracker_checked_post'] = '';
198         $GLOBALS['ctracker_checked_ua']   = '';
199 }
200
201 // Checks for worms
202 function isCrackerTrackerWormDetected () {
203         // Check against the whole list
204         $GLOBALS['ctracker_checked_get'] = urldecode(str_ireplace($GLOBALS['ctracker_get_blacklist'], '*', crackerTrackerQueryString(TRUE)));
205         $GLOBALS['ctracker_checked_ua']  = urldecode(str_ireplace($GLOBALS['ctracker_ua_blacklist'], '*', crackerTrackerUserAgent(TRUE)));
206
207         /*
208          * If it differs to original and the *whole* request string is not in
209          * whitelist then blog the attempt.
210          */
211         $isWorm = (
212                 (
213                         $GLOBALS['ctracker_checked_get'] != crackerTrackerQueryString(TRUE) && (!in_array(crackerTrackerQueryString(TRUE), $GLOBALS['ctracker_whitelist']))
214                 ) || (
215                         $GLOBALS['ctracker_checked_ua'] != crackerTrackerUserAgent(TRUE)
216                 )
217         );
218         //* DEBUG-DIE: */ die('isWorm='.intval($isWorm).PHP_EOL.'get='.PHP_EOL.'"'.$GLOBALS['ctracker_checked_get'].'"'.PHP_EOL.'"'.crackerTrackerQueryString().'"'.PHP_EOL.'ua='.PHP_EOL.'"'.$GLOBALS['ctracker_checked_ua'].'"'.PHP_EOL.'"'.crackerTrackerUserAgent().'"'.PHP_EOL);
219
220         // Return it
221         return $isWorm;
222 }
223
224 // Checks POST data
225 function isCrackerTrackerPostAttackDetected () {
226         // Implode recursive the whole $_POST array
227         $GLOBALS['ctracker_post_track'] = urldecode(implode_r('&', $_POST));
228
229         // Check for suspicious POST data
230         $GLOBALS['ctracker_checked_post'] = urldecode(str_ireplace($GLOBALS['ctracker_post_blacklist'], '*', crackerTrackerSanitize($GLOBALS['ctracker_post_track'])));
231
232         // Is it detected?
233         return ((isCrackerTrackerWormDetected()) || ($GLOBALS['ctracker_checked_post'] != crackerTrackerSanitize($GLOBALS['ctracker_post_track'])));
234 }
235
236 // Prepares a mail and send it out
237 function sendCrackerTrackerMail () {
238         // Log the attack
239         crackerTrackerLogAttack();
240
241         // Mail content
242         $mail = 'Attack detected:
243 -----------------------------------------------------
244 Remote-IP       : ' . determineCrackerTrackerRealRemoteAddress() . '
245 User-Agent      : ' . crackerTrackerUserAgent() . '
246 Request-string  : ' . crackerTrackerQueryString() . '
247 Filtered string : ' . $GLOBALS['ctracker_checked_get'] . '
248 Server          : ' . crackerTrackerServerName() . '
249 Script          : ' . crackerTrackerScriptName() . '
250 Referrer        : ' . crackerTrackerReferer() . '
251 -----------------------------------------------------
252 ';
253
254         // Send it out
255         crackerTrackerSendMail($mail);
256
257         // And die here
258         crackerTrackerDie();
259 }
260
261 // Sends the ticket emails out
262 function sendCrackerTrackerTicketMails () {
263         // Load user template
264         $mail = crackerTrackerLoadEmailTemplate('user_add_ticket', $GLOBALS['ctracker_last_ticket']);
265
266         // Send email to the user
267         crackerTrackerSendMail($mail, $GLOBALS['ctracker_last_ticket']['ctracker_ticket_email'], getCrackerTrackerLocalized('user_add_ticket_subject'));
268
269         // Load webmaster template
270         $mail = crackerTrackerLoadEmailTemplate('webmaster_add_ticket', $GLOBALS['ctracker_last_ticket'], getCrackerTrackerConfig('ctracker_language'));
271
272         // Send email to the user
273         crackerTrackerSendMail($mail, NULL, getCrackerTrackerLocalized('webmaster_add_ticket_subject'));
274 }
275
276 // Sends a mail out
277 function crackerTrackerSendMail ($mail, $recipient = NULL, $subject = NULL) {
278         // Construct dummy array
279         $rowData = array(
280                 'remote_addr' => determineCrackerTrackerRealRemoteAddress(),
281                 'proxy_addr'  => getenv('REMOTE_ADDR'),
282                 'check_get'   => $GLOBALS['ctracker_checked_get'],
283                 'server_name' => crackerTrackerServerName()
284         );
285
286         // Only send email if not yet found
287         if (!isCrackerTrackerEntryFound($rowData)) {
288                 // Send the email out only in non-debug mode
289                 if (isCrackerTrackerDebug()) {
290                         // Output message
291                         print 'Recipient=' . $recipient . '<br />Subject=' . $subject . '<br />Text=<pre>' . $mail . '</pre>';
292
293                         // All fine
294                         return TRUE;
295                 } elseif (!is_null($recipient)) {
296                         // Recipient specified
297                         return mail($recipient, $subject, $mail, $GLOBALS['ctracker_header']);
298                 } elseif (isset($GLOBALS['ctracker_email'])) {
299                         // Send it
300                         return mail($GLOBALS['ctracker_email'], 'CTracker: Attack detected!', $mail, $GLOBALS['ctracker_header']);
301                 } else {
302                         // Send it the deprecated way with constant
303                         return mail(constant('__CTRACKER_EMAIL'), 'CTracker: Attack detected!', $mail, $GLOBALS['ctracker_header']);
304                 }
305         } elseif (isCrackerTrackerDebug()) {
306                 // Output message
307                 print 'Recipient=' . $recipient . '<br />Subject=' . $subject . '<br />Text=<pre>' . $mail . '</pre>';
308
309                 // All fine
310                 return TRUE;
311         }
312 }
313
314 // Sends a detected POST attack mail
315 function sendCrackerTrackerPostMail () {
316         // Log the attack
317         crackerTrackerLogAttack();
318
319         // Mail text
320         $mail = 'POST-Attack detected:
321 -----------------------------------------------------
322 Remote-IP            : ' . determineCrackerTrackerRealRemoteAddress() . '
323 User-Agent           : ' . crackerTrackerUserAgent() . '
324 Request-string       : ' . crackerTrackerQueryString() . '
325 Filtered string      : ' . $GLOBALS['ctracker_checked_get'] . '
326 Server               : ' . crackerTrackerServerName() . '
327 Script               : ' . crackerTrackerScriptName() . '
328 Referrer             : ' . crackerTrackerReferer() . '
329 -----------------------------------------------------
330 POST string          : ' . $GLOBALS['ctracker_post_track'] . '
331 Filtered POST string : ' . $GLOBALS['ctracker_checked_post'] . '
332 -----------------------------------------------------
333 ';
334
335         // Send it out
336         crackerTrackerSendMail($mail);
337
338         // And die here
339         crackerTrackerDie();
340 }
341
342 // Sleeps for a random time and aborts the script
343 function crackerTrackerDie () {
344         // Close database link
345         crackerTrackerCloseDatabaseLink();
346
347         // Do only sleep if debug/developer mode is not enabled
348         if (!isCrackerTrackerDebug()) {
349                 // Sleep a little to waste the attacker's time
350                 sleep(mt_rand(10,30));
351         } // END - if
352
353         // Bye, bye...
354         if (isCrackerTrackerDebug()) {
355                 // With debug backtrace in debug/developer mode
356                 print '<pre>';
357                 debug_print_backtrace();
358                 die('</pre>');
359         } else {
360                 // Simple die() call
361                 die();
362         }
363 }
364
365 // Logs the attack attempt
366 function crackerTrackerLogAttack () {
367         // Aquire database link
368         aquireCrackerTrackerDatabaseLink();
369
370         // By default no proxy is used
371         $proxyUsed = 'N';
372
373         // Did the attacker use a proxy?
374         if (isCrackerTrackerProxyUsed()) {
375                 // Set it
376                 $proxyUsed = 'Y';
377         } // END - if
378
379         // Prepare array for database insert
380         $rowData = array(
381                 'remote_addr'    => determineCrackerTrackerRealRemoteAddress(),
382                 'proxy_addr'     => getenv('REMOTE_ADDR'),
383                 'user_agent'     => crackerTrackerUserAgent(),
384                 'get_data'       => crackerTrackerQueryString(),
385                 'post_data'      => $GLOBALS['ctracker_post_track'],
386                 'check_ua'       => $GLOBALS['ctracker_checked_ua'],
387                 'check_get'      => $GLOBALS['ctracker_checked_get'],
388                 'check_post'     => $GLOBALS['ctracker_checked_post'],
389                 'server_name'    => crackerTrackerServerName(),
390                 'script_name'    => crackerTrackerScriptName(),
391                 'referer'        => crackerTrackerReferer(),
392                 'request_method' => crackerTrackerRequestMethod(),
393                 'proxy_used'     => $proxyUsed,
394                 'first_attempt'  => 'NOW()'
395         );
396
397         // Insert the array in database
398         crackerTrackerInsertArray('ctracker_data', $rowData);
399 }
400
401 // Alerts the current user about malicious/suspicious traffic
402 function crackerTrackerAlertCurrentUser () {
403         // Is there some data?
404         if (isset($GLOBALS['ctracker_last_suspicious_entry'])) {
405                 // Does the user have a ticket?
406                 if (ifCrackerTrackerIpHasTicket()) {
407                         // Load "Thank you" template
408                         crackerTrackerLoadTemplate('add_ticket_thanks');
409                 } elseif ((isset($_POST['ctracker_add_ticket'])) && (!empty($_POST['name'])) && (!empty($_POST['email']))) {
410                         // Add the ticket
411                         addCrackerTrackerTicket($_POST);
412
413                         // Send the email out
414                         sendCrackerTrackerTicketMails();
415                 } else {
416                         // Display the form for new ticket
417                         crackerTrackerLoadTemplate('add_ticket');
418                 }
419         } // END - if
420
421         // And stop here
422         die();
423 }