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