new user wrote:I just upgraded to noscript 2.0. When I first launch my browser (Build identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6) I see http traffic going to godaddy.com to do some sort of Online Certificate Statusing. It seems to make a connection every 5 minutes. I have not seen this behavior in previous builds. Is this a new feature? It's definately coming from noscript because the connections stop once I uninstall noscript. Any ideas?
with(top.opener.noscriptOverlay.ns.wan){fingerprintLogging=true,_periodic(true)};
top.opener.noscriptOverlay.ns.wan.fingerprintLogging=false
[ABE WAN] Trying to detect WAN IP...
[ABE WAN] Detected WAN IP 151.196.246.108
[ABE WAN] Fingerprint for http://[151.196.246.108] = 200 OK
Date:Wed Jul ::
Server:GoAhead-Webs
Last-Modified:Fri Oct ::
Content-Length:
Content-Type:text/html
<HTML>
<HEAD>
<TITLE>Verizon</TITLE>
<META http-equiv="PRAGMA" content="NO-CACHE"></META>
</HEAD>
<script language="JavaScript">
function resizeFix()
{
if(document.layers)
{
if(window.innerWidth!=origWidth||window.innerHeight!=origHeight)
{
window.view_frame.location.reload();
}
}
}
var showWacp=-
var theSearch=document.location.search;
var theTag="?wacp=true";
showWacp=theSearch.indexOf(theTag);
</SCRIPT>
<FRAMESET ROWS="*," border= onResize="resizeFix();">
<FRAME SRC="index.asp" name="view_frame">
<FRAME SRC="indexHidden.asp" name="hidden_frame" scrolling="no" noresize>
</FRAMESET>
<!-- Copyright () - Westell, Inc. -->
</HTML>
with(top.opener.noscriptOverlay.ns.wan){fingerprintLogging=true,_periodic(true)};
FourierSeries wrote:I was quite puzzled as to why, suddenly, various local PCs were tapping our web server at start up & then every 5 minutes thereafter.
Mozilla/5.0 (NoScript fingerprinting, see http://noscript.net/abe/wan)X-ABE-Fingerprint: Off
Giorgio Maone wrote:FourierSeries wrote:I was quite puzzled as to why, suddenly, various local PCs were tapping our web server at start up & then every 5 minutes thereafter.
You actually gave me a good idea: since currently the fingerprinting request is anonymized just like the external IP detection one by stripping all its headers except Host, to prevent accidental leaking of sensitive info through cookies and/or auth, an administrator looking at the logs may be legitimately puzzled especially if he doesn't know about NoScript or didn't keep up with recent developments. So what about adding to this request an User Agent header like this,
- Code: Select all
Mozilla/5.0 (NoScript fingerprinting, see http://noscript.net/abe/wan)
?
ammdispose wrote:1st of all strange that FF verifies SSL certificate on godaddy over non-SSL URL.
ammdispose wrote:2nd words like fingerprinting and then http://noscript.net/abe/wan redirect to page titled "hack" is going to scare most normal administrators and might even uninstall noscript completely from all computers in office thinking its doing something mischievous.
ammdispose wrote:3rd, I have Squid and OpenDNS, so http://[IP] actually gets redirected to guide.opendns.com somehow. May be squid doesnt support [IP] and tries to resolve it instead.
ammdispose wrote:4th, may be no-ip.com or dnsomatic/opendns or whatismyip.com can be used to detect IP address. They have similar specific URLs to detect IP.
ammdispose wrote:5th, i dont think assuming that everyone uses personal modem is good idea. Some also have ISP who offers LAN based connection, ISP might get annoyed by continuous fingerprinting.(or even SYNs)
ammdispose wrote:I am not sure if its already so, but fingerprinting cud be disabled if server cant be reached on first try i.e. port is closed. Which means attacker cant do anything anyway (atleast on that IP)
ammdispose wrote:May be you can include an option to specify possible WAN IPs as comma separated list of network/netmask (which gets included in LOCAL).
Users browsing this forum: Google [Bot] and 7 guests