- <!DOCTYPE HTML>
- <html>
- <head>
- <style>
- #customers
- {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
- width:100%;
- border-collapse:collapse;
- }
- #customers td, #customers th
- {font-size:1em;
- border:1px solid #98bf21;
- padding:3px 7px 2px 7px;
- }
- #customers th
- {font-size:1.1em;
- text-align:left;
- padding-top:5px;
- padding-bottom:4px;
- background-color:#A7C942;
- color:#ffffff;
- }
- #customers tr.alt td
- {color:#000000;
- background-color:#EAF2D3;
- }
- </style>
- </head>
- <body>
- <ul id=header>
- <center>
- <table id="customers">
- <tr>
- <th>Attempts</th>
- <th>IP</th>
- <th>RDNS<font size="1" color="green">(correct ip?)</font></th>
- <th>Traceroute</th>
- <th>port check</th>
- <th>Country</th>
- </tr>
- {% set row_class = cycler('alt', 'norm' ) %}
- {% for a in ip_list %}
- {% if a['attempts'] >= 20 %}
- <tr class='{{ row_class.next()}}'>
- <td>{{ a['attempts'] }}
- {% if a['new'] != 0%}
- <font size="1"> ( {{ a['new'] }} new )</font>
- {% endif %}
- </td>
- <td><b> {{ a['IP']}}</b> </td>
- <td>
- {% if a['RDNS'] != None %}
- <b>
- {% endif %}
- {{a['RDNS']}}
- {% if a['RDNS'] != None %}
- <font size="0" color="green">({% if 'good' not in a['IPCHECK'] %}
- <font color="red" size="2">
- {% endif %}
- {{ a['IPCHECK'] }}</font><font size="0" color="green"> )</font>
- </b>
- {% endif %}
- </td>
- <td>{% for b in svg_list %} {% if b[0] == a['IP'] %} <a href="{{b[1]}}">(port 22, 80, 443)</a>{% endif %}{% endfor %}</td>
- <td><font color=red>
- {% if a['attempts'] > 99 %}
- {% if a['Port22'] == True%}
- <font color=green>
- {% endif%}
- 22<font color=black>, <font color=red>
- {% if a['Port80'] == True%}
- <font color=green>
- {% endif%}
- 80<font color=black>,<font color=red>
- {% if a['Port443'] == True%}
- <font color=green>
- {% endif%}
- 443<font color=black><font color=red>
- {% endif %}
- </font></td>
- <td>{{ a['geo']}}</td>
- <tr>
- {% endif %}
- {% endfor %}
- </table>
- <br>
- <a href="http://vps2.pronto185.com/static/dump.txt">raw data here (python pickle dump)</a><br><font size="0"><sub>
- updates every hour, on the hour(takes about a minute or two to update, so check at :02 after or so<br>
- also "blar blar blar fail2ban/etc...iptables/blar blar" < this is a fun server, not a production(NOW SPELLED CORRECTLY) server...<br<
- ~
Untitled
Posted by Anonymous on Sat 8th Dec 2012 00:33
raw | new post
view followups (newest first): Untitled by Anonymous
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.