Difference between revisions of "Bespoke web pages"

From MyWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
Several bespoke web pages have been created to server various needs.<br>
 
Several bespoke web pages have been created to server various needs.<br>
Following one incident where a automated process was accessing a web email query form and sending a large number of rogue emails the  following page was designed at http://backup.gold.ac.uk/webteam/secure.html to perform a quite limited analysis of the webserver logs. Although interesting it's of limited use to detect such attacks.<br>
+
Following one incident where a automated process was accessing a web email query form and causing it to send a large number of rogue emails the  following page was designed at http://backup.gold.ac.uk/webteam/secure.html to perform a quite limited analysis of the webserver logs. Although interesting it's of limited use to detect such attacks.<br>
 
<br>
 
<br>
 
The script to create this web page is run from roots cron on backup.gold.ac.uk using the following crontab entry<br>
 
The script to create this web page is run from roots cron on backup.gold.ac.uk using the following crontab entry<br>

Latest revision as of 09:41, 21 May 2014

Several bespoke web pages have been created to server various needs.
Following one incident where a automated process was accessing a web email query form and causing it to send a large number of rogue emails the following page was designed at http://backup.gold.ac.uk/webteam/secure.html to perform a quite limited analysis of the webserver logs. Although interesting it's of limited use to detect such attacks.

The script to create this web page is run from roots cron on backup.gold.ac.uk using the following crontab entry
0,20,40 * * * * /usr/local/bin/security.sh > /var/tmp/cron_log 2>&1

Log file analysis.png