diff options
author | BBcan177 <bbcan177@gmail.com> | 2015-12-19 14:31:09 -0500 |
---|---|---|
committer | BBcan177 <bbcan177@gmail.com> | 2015-12-19 14:31:09 -0500 |
commit | 8255a0f1a740cb76934afa704c07d9268bfdbb3e (patch) | |
tree | 74ab6b5718385866dabea175101e1787f518345b /config/pfblockerng/pfblockerng_threats.php | |
parent | bc1b9d29a3a38331d13bdb4830e2d3005138ec1c (diff) | |
download | pfsense-packages-8255a0f1a740cb76934afa704c07d9268bfdbb3e.tar.gz pfsense-packages-8255a0f1a740cb76934afa704c07d9268bfdbb3e.tar.bz2 pfsense-packages-8255a0f1a740cb76934afa704c07d9268bfdbb3e.zip |
Update pfblockerng_threats.php
* Fix dShield URL
* Add tcpiputils to DNSBL Domain threat lookup
Diffstat (limited to 'config/pfblockerng/pfblockerng_threats.php')
-rw-r--r-- | config/pfblockerng/pfblockerng_threats.php | 6 |
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> |