]> git.mxchange.org Git - ctracker.git/blob - libs/lib_detector.php
Continued:
[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 - 2017 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'] = [
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'] = [
51                 // SQL injections
52                 'union ', ' union', 'insert ',
53                 'select ', ' 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 ', 'invokefunction',
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',
95
96                 // Windows-related
97                 'cmd.exe', 'nc.exe', 'ftp.exe', 'powershell', 'system.net.webclient', '%systemroot%',
98
99                 // php.ini settings
100                 'allow_url_fopen', 'allow_url_include', 'auto_prepend_file', 'disable_functions', 'safe_mode',
101                 'open_basedir', 'suhosin', 'cgi.force_redirect', 'cgi.redirect_status_env',
102
103                 // PHP commands/scripts
104                 'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
105                 'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
106                 'call_user_func', 'set_time_limit', 'urldecode',
107
108                 // Typical PHP script remote-inclusions and typical include file names
109                 '.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',
110                 'php_', 'class_', '_class.php', 'db_mysql.inc',
111
112                 // PHP arrays
113                 '_phplib', '__callbackparam',
114
115                 // Generic remote inclusion
116                 '=http://', '=https://', '=php://',
117                 'path=', 'sql=',
118                 '=%7BQUOT%7D', '=%5C', '=%22http','=%22ftp','=%22file','=%27http','=%27ftp',
119                 '=%27file',
120
121                 // Wrappers
122                 'data://', 'tcp://', 'udp://', 'raw://', 'javascript://', 'file://', 'ftp://',
123
124                 // Blocked "users"
125                 'nigga(', ' nigga', 'nigga ', 'starhack', 'busca',
126
127                 // Hidden HTML stuff
128                 ' style=', 'style =',
129                 'overflow:auto', 'overflow: auto',
130                 'overflow :auto', 'overflow : auto',
131                 'display:hidden', 'display: hidden',
132                 'display :hidden', 'display : hidden',
133                 'height:0px', 'height: 0px','height:1px', 'height: 1px',
134                 'width:0px', 'width: 0px','width:1px', 'width: 1px',
135
136                 // Uncommon user websites
137                 '~root', '~ftp', '~nobody',
138
139                 // Windows XP (?) hacks
140                 'xp_enumdsn', 'xp_availablemedia', 'xp_filelist', 'xp_cmdshell',
141
142                 // Attempts to insert links into a badly secured URL
143                 '%3E%3C',
144
145                 // Request header being inserted
146                 'content-type',
147
148                 // /proc/ and other "forbidden" paths
149                 'proc/self/environ',
150
151                 // MySQL internal functions/tables
152                 'name_const', 'information_schema',
153
154                 // Server configuration (e.g. Apache)
155                 'application/x-httpd-php', 'addtype', 'server-info', 'server-status',
156
157                 // Annoying script name
158                 'vuln.php',
159
160                 // @TODO Misc/unsorted
161                 'cgi-', '.eml', '$_request', '$_get', '$request', '$get', '.system',
162                 '&aim', 'new_password', '&icq', '.conf', 'motd ', 'HTTP/1.',
163                 'window.open', 'img src', 'img src', '.jsp', 'servlet', 'org.apache',
164                 'wwwacl', '/servlet/con', 'http_', 'secure_site, ok', 'chunked',
165                 '<script', 'mod_gzip_status', '.system', 'uol.com', ',0x', '(0x',
166                 'INSERT_RANDOM_NUMBER_HERE', '=passthru',
167         ];
168
169         // BLock these words found in User-Agent
170         $GLOBALS['ctracker_ua_blacklist'] = [
171                 // SQL commands
172                 'drop database', 'drop table',
173
174                 // Compiler/interpreter
175                 'bin/g++ ', 'bin/c++ ', 'cc ', 'bin/python', 'bin/python', 'bin/tclsh',
176                 'bin/tclsh', 'bin/nasm', '/perl', 'wget ', 'system(', 'curl ',
177
178                 // Windows-related
179                 'cmd.exe', 'nc.exe', 'ftp.exe', 'powershell', 'system.net.webclient',
180
181                 // php.ini settings
182                 'allow_url_fopen', 'allow_url_include', 'auto_prepend_file', 'disable_functions', 'safe_mode',
183
184                 // PHP commands/scripts
185                 'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
186                 'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
187                 'set_time_limit',
188
189                 // Server configuration (e.g. Apache)
190                 'application/x-httpd-php',
191
192                 // Typical PHP script remote-inclusions and typical include file names
193                 '.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',
194                 'php_', 'class_', '_class.php', 'db_mysql.inc',
195
196                 // PHP arrays
197                 '_phplib', '__callbackparam',
198
199                 // Request header being inserted
200                 'content-type',
201
202                 // /proc/ and other forbidden paths
203                 'proc/self/environ',
204         ];
205
206         // Block these words found in POST requests
207         $GLOBALS['ctracker_post_blacklist'] = [
208                 // This line is for detecting hidden link spam in wikis, forums, guestbooks, etc.
209                 ' style=', 'overflow:auto', 'height:1px', 'width:1px', 'display:hidden', 'style.display',
210
211                 // Windows-related
212                 'cmd.exe', 'nc.exe', 'ftp.exe', 'powershell', 'system.net.webclient',
213
214                 // Server configuration (e.g. Apache)
215                 'application/x-httpd-php',
216
217                 // Annoying script name
218                 'vuln.php',
219
220                 // "Common" login names from VHCS exploiters
221                 'starhack', 'DeLiMehmet', 'hisset', 'Hisset', 'delimert', 'MecTruy'
222         ];
223
224         // Also block these requests (mostly you don't want CONNECT to some SMTP sites)
225         $GLOBALS['ctracker_blocked_methods'] = [
226                 'CONNECT' => true,
227         ];
228
229         // Init more elements
230         $GLOBALS['ctracker_post_track']   = '';
231         $GLOBALS['ctracker_checked_get']  = '';
232         $GLOBALS['ctracker_checked_post'] = '';
233         $GLOBALS['ctracker_checked_ua']   = '';
234 }
235
236 // Checks for worms
237 function isCrackerTrackerWormDetected () {
238         // Check against the whole list
239         $GLOBALS['ctracker_checked_get'] = urldecode(str_ireplace($GLOBALS['ctracker_get_blacklist'], '*', crackerTrackerQueryString(true)));
240         $GLOBALS['ctracker_checked_ua']  = urldecode(str_ireplace($GLOBALS['ctracker_ua_blacklist'], '*', crackerTrackerUserAgent(true)));
241
242         /*
243          * If it differs to original and the *whole* request string is not in
244          * whitelist then blog the attempt.
245          */
246         $isWorm = (
247                 (
248                         $GLOBALS['ctracker_checked_get'] != crackerTrackerQueryString(true) && (!in_array(crackerTrackerQueryString(true), $GLOBALS['ctracker_whitelist']))
249                 ) || (
250                         $GLOBALS['ctracker_checked_ua'] != crackerTrackerUserAgent(true)
251                 ) || (
252                         isset($GLOBALS['ctracker_blocked_methods'][crackerTrackerRequestMethod()])
253                 )
254         );
255         //* 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);
256
257         // Return it
258         return $isWorm;
259 }
260
261 // Checks POST data
262 function isCrackerTrackerPostAttackDetected () {
263         // Implode recursive the whole $_POST array
264         $GLOBALS['ctracker_post_track'] = urldecode(implode_r('&', $_POST));
265
266         // Check for suspicious POST data
267         $GLOBALS['ctracker_checked_post'] = urldecode(str_ireplace($GLOBALS['ctracker_post_blacklist'], '*', crackerTrackerSanitize($GLOBALS['ctracker_post_track'])));
268
269         // Is it detected?
270         return ((isCrackerTrackerWormDetected()) || ($GLOBALS['ctracker_checked_post'] != crackerTrackerSanitize($GLOBALS['ctracker_post_track'])));
271 }
272
273 // Prepares a mail and send it out
274 function sendCrackerTrackerMail () {
275         // Log the attack
276         crackerTrackerLogAttack();
277
278         // Mail content
279         $mail = 'Attack detected:
280 -----------------------------------------------------
281 Remote-IP       : ' . determineCrackerTrackerRealRemoteAddress() . '
282 User-Agent      : ' . crackerTrackerUserAgent() . '
283 Request-string  : ' . crackerTrackerQueryString() . '
284 Filtered string : ' . $GLOBALS['ctracker_checked_get'] . '
285 Server          : ' . crackerTrackerServerName() . '
286 Script          : ' . crackerTrackerScriptName() . '
287 Method          : ' . crackerTrackerRequestMethod() . '
288 Referrer        : ' . crackerTrackerReferer() . '
289 -----------------------------------------------------
290 ';
291
292         // Send it out
293         crackerTrackerSendMail($mail);
294
295         // And die here
296         crackerTrackerDie();
297 }
298
299 // Sends the ticket emails out
300 function sendCrackerTrackerTicketMails () {
301         // Load user template
302         $mail = crackerTrackerLoadEmailTemplate('user_add_ticket', $GLOBALS['ctracker_last_ticket']);
303
304         // Send email to the user
305         crackerTrackerSendMail($mail, $GLOBALS['ctracker_last_ticket']['ctracker_ticket_email'], getCrackerTrackerLocalized('user_add_ticket_subject'));
306
307         // Load webmaster template
308         $mail = crackerTrackerLoadEmailTemplate('webmaster_add_ticket', $GLOBALS['ctracker_last_ticket'], getCrackerTrackerConfig('ctracker_language'));
309
310         // Send email to the user
311         crackerTrackerSendMail($mail, NULL, getCrackerTrackerLocalized('webmaster_add_ticket_subject'));
312 }
313
314 // Sends a mail out
315 function crackerTrackerSendMail (string $mail, string $recipient = NULL, string $subject = NULL) {
316         // Construct dummy array
317         $rowData = [
318                 'remote_addr'    => determineCrackerTrackerRealRemoteAddress(),
319                 'proxy_addr'     => getenv('REMOTE_ADDR'),
320                 'check_get'      => $GLOBALS['ctracker_checked_get'],
321                 'server_name'    => crackerTrackerServerName(),
322                 'request_method' => crackerTrackerRequestMethod(),
323         ];
324
325         // Only send email if not yet found
326         if (!isCrackerTrackerEntryFound($rowData)) {
327                 // Send the email out only in non-debug mode
328                 if (isCrackerTrackerDebug()) {
329                         // Output message
330                         print 'Recipient=' . $recipient . '<br />Subject=' . $subject . '<br />Text=<pre>' . $mail . '</pre>';
331
332                         // All fine
333                         return true;
334                 } elseif (!is_null($recipient)) {
335                         // Recipient specified
336                         return mail($recipient, $subject, $mail, $GLOBALS['ctracker_header']);
337                 } elseif (isset($GLOBALS['ctracker_email'])) {
338                         // Send it
339                         return mail($GLOBALS['ctracker_email'], 'CTracker: Attack detected!', $mail, $GLOBALS['ctracker_header']);
340                 } else {
341                         // Send it the deprecated way with constant
342                         return mail(constant('__CTRACKER_EMAIL'), 'CTracker: Attack detected!', $mail, $GLOBALS['ctracker_header']);
343                 }
344         } elseif (isCrackerTrackerDebug()) {
345                 // Output message
346                 print 'Recipient=' . $recipient . '<br />Subject=' . $subject . '<br />Text=<pre>' . $mail . '</pre>';
347
348                 // All fine
349                 return true;
350         }
351 }
352
353 // Sends a detected POST attack mail
354 function sendCrackerTrackerPostMail () {
355         // Log the attack
356         crackerTrackerLogAttack();
357
358         // Mail text
359         $mail = 'POST-Attack detected:
360 -----------------------------------------------------
361 Remote-IP            : ' . determineCrackerTrackerRealRemoteAddress() . '
362 User-Agent           : ' . crackerTrackerUserAgent() . '
363 Request-string       : ' . crackerTrackerQueryString() . '
364 Filtered string      : ' . $GLOBALS['ctracker_checked_get'] . '
365 Server               : ' . crackerTrackerServerName() . '
366 Script               : ' . crackerTrackerScriptName() . '
367 Method               : ' . crackerTrackerRequestMethod() . '
368 Referrer             : ' . crackerTrackerReferer() . '
369 -----------------------------------------------------
370 POST string          : ' . $GLOBALS['ctracker_post_track'] . '
371 Filtered POST string : ' . $GLOBALS['ctracker_checked_post'] . '
372 -----------------------------------------------------
373 ';
374
375         // Send it out
376         crackerTrackerSendMail($mail);
377
378         // And die here
379         crackerTrackerDie();
380 }
381
382 // Sleeps for a random time and aborts the script
383 function crackerTrackerDie () {
384         // Check if link is up
385         if (isCrackerTrackerDatabaseLinkUp()) {
386                 // Close database link
387                 crackerTrackerCloseDatabaseLink();
388         }
389
390         // Do only sleep if debug/developer mode is not enabled
391         if (!isCrackerTrackerDebug()) {
392                 // Sleep a little to waste the attacker's time
393                 sleep(mt_rand(10,30));
394         }
395
396         // Bye, bye...
397         if (isCrackerTrackerDebug()) {
398                 // With debug backtrace in debug/developer mode
399                 print '<pre>';
400                 debug_print_backtrace();
401                 die('</pre>');
402         } else {
403                 // Simple die() call
404                 die();
405         }
406 }
407
408 // Logs the attack attempt
409 function crackerTrackerLogAttack () {
410         // Aquire database link
411         aquireCrackerTrackerDatabaseLink();
412
413         // Prepare array for database insert
414         $rowData = [
415                 'remote_addr'    => determineCrackerTrackerRealRemoteAddress(),
416                 'proxy_addr'     => getenv('REMOTE_ADDR'),
417                 'user_agent'     => crackerTrackerUserAgent(),
418                 'get_data'       => crackerTrackerQueryString(),
419                 'post_data'      => $GLOBALS['ctracker_post_track'],
420                 'check_ua'       => $GLOBALS['ctracker_checked_ua'],
421                 'check_get'      => $GLOBALS['ctracker_checked_get'],
422                 'check_post'     => $GLOBALS['ctracker_checked_post'],
423                 'server_name'    => crackerTrackerServerName(),
424                 'script_name'    => crackerTrackerScriptName(),
425                 'referer'        => crackerTrackerReferer(),
426                 'request_method' => crackerTrackerRequestMethod(),
427                 'proxy_used'     => (isCrackerTrackerProxyUsed() ? 'Y' : 'N'),
428                 'first_attempt'  => 'NOW()',
429         ];
430
431         // Insert the array in database
432         crackerTrackerInsertArray('ctracker_data', $rowData);
433 }
434
435 // Increases count of spam-bot accesses for the current IP
436 function ctrackerIncreaseAntiSpambotCount () {
437         // Init row data
438         $rowData = [
439                 'remote_addr'    => determineCrackerTrackerRealRemoteAddress(),
440                 'proxy_addr'     => getenv('REMOTE_ADDR'),
441         ];
442
443         // Update count
444         updateCrackerTrackerEntry($rowData, 'spam_bot_detections');
445 }
446
447 // Alerts the current user about malicious/suspicious traffic
448 function crackerTrackerAlertCurrentUser () {
449         // Is there some data?
450         if (isset($GLOBALS['ctracker_last_suspicious_entry'])) {
451                 // Does the user have a ticket?
452                 if (ifCtrackerTrackerAntiSpamFieldGiven()) {
453                         // Spam-bot filled out anti-spam field, register count
454                         ctrackerIncreaseAntiSpambotCount();
455
456                         // Output message to spammer
457                         ctrackerTrackerLoadTemplate('bot_captured');
458                 } elseif (ifCrackerTrackerIpHasTicket()) {
459                         // Load "Thank you" template
460                         crackerTrackerLoadTemplate('add_ticket_thanks');
461                 } elseif ((isset($_POST['ctracker_add_ticket'])) && (!empty($_POST['name'])) && (!empty($_POST['email']))) {
462                         // Add the ticket
463                         addCrackerTrackerTicket($_POST);
464
465                         // Send the email out
466                         sendCrackerTrackerTicketMails();
467                 } else {
468                         // Display the form for new ticket
469                         crackerTrackerLoadTemplate('add_ticket');
470                 }
471         }
472
473         // And stop here
474         die();
475 }