aboutsummaryrefslogtreecommitdiffstats
path: root/config/pfblockerng/pfblockerng_threats.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-21 10:28:45 -0200
committerRenato Botelho <renato@netgate.com>2015-12-21 10:28:45 -0200
commit3bd905893f4eeb15485783e49a8ea2af14b31f4e (patch)
treeb7e105af89a0c05a187bd6ba3a860902a2469ee3 /config/pfblockerng/pfblockerng_threats.php
parent26c1744f34d378b9408023a894825fce9d8c4dc5 (diff)
parent47649151b8856ede50c22f4d1f7f26e8866c5e69 (diff)
downloadpfsense-packages-RELENG_2_2_6.tar.gz
pfsense-packages-RELENG_2_2_6.tar.bz2
pfsense-packages-RELENG_2_2_6.zip
Merge pull request #1223 from BBcan177/pfBNG-12-19-15-1RELENG_2_2_6
Diffstat (limited to 'config/pfblockerng/pfblockerng_threats.php')
-rw-r--r--config/pfblockerng/pfblockerng_threats.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/pfblockerng/pfblockerng_threats.php b/config/pfblockerng/pfblockerng_threats.php
index d02d100f..d1411ea8 100644
--- a/config/pfblockerng/pfblockerng_threats.php
+++ b/config/pfblockerng/pfblockerng_threats.php
@@ -92,7 +92,7 @@ include('fbegin.inc');
<?=gettext("McAfee Threat Center");?></a><br />
<a target="_blank" href="https://sitecheck.sucuri.net/results/<?php echo $host; ?>">
<?=gettext("Securi SiteCheck");?></a><br />
- <a target="_blank" href="https://www.dshield.org/ipinfo.html?IP=<?php echo $host; ?>">
+ <a target="_blank" href="https://www.dshield.org/ipinfo.html?ip=<?php echo $host; ?>">
<?=gettext("DShield Threat Lookup");?></a><br />
<a target="_blank" href="https://isc.sans.edu/ipinfo.html?ip=<?php echo $host; ?>">
<?=gettext("Internet Storm Center");?></a><br />
@@ -126,6 +126,8 @@ include('fbegin.inc');
<?=gettext("HerdProtect");?></a><br />
<a target="_blank" href="https://sitecheck.sucuri.net/results/<?php echo $domain; ?>">
<?=gettext("Sucuri");?></a><br />
+ <a target="_blank" href="http://www.tcpiputils.com/browse/domain/<?php echo $domain; ?>/">
+ <?=gettext("TCPUtils");?></a></td>
<?php } ?>
@@ -139,4 +141,4 @@ include('fbegin.inc');
<?php include('fend.inc'); ?>
</body>
-</html> \ No newline at end of file
+</html>