Re: Natted IP

From: winged (winged_at_nofollow.com)
Date: 02/18/05


Date: 17 Feb 2005 21:04:16 EST

Jim Watt wrote:
> On Thu, 17 Feb 2005 18:53:36 -0000, "Stuart M" <dfdgh@fghf.cvgd>
> wrote:
>
>
>>I dont see why the browser would send out the internal ip to the WAN anyway.
>
>
> The website loads an Iframe which in turn loads a Java applet which
> reads the IP address of the machine and returns it to the web server;
>
> Oh wow it knows your machines internal IP address. Not a great deal
> of use really. The javascript is 'encoded' to make reading it harder;
>
> <iframe src="/adt.asp"
> width="200"
> height="80"
> marginwidth="1"
> marginheight="1"
> align="top"
> scrolling="no"
> frameborder="0">
> </iframe>
>
> Iframe content;
>
> <script type="text/javascript">
> document.write('<applet width="1" height="1" code="auditmypc.class">
> </applet>')</script>
>
> Details of the Java applet can be found at
>
> http://m0n0.ch/wall/list/?action=show_msg&actionargs%5B%5D=111&actionargs%5B%5D=34
>
> As the man says, not in itself a problem, but it shows something to
> think about in relation to security.
>
> You get good protection with NAT providing you change the default
> password to the router or ensure that its control interface is not
> available on the WAN side.
>
> --
> Jim Watt
> http://www.gibnet.com
Still trying to figure out why I couldn't reproduce report.



Relevant Pages

  • Re: Natted IP
    ... The website loads an Iframe which in turn loads a Java applet which ... reads the IP address of the machine and returns it to the web server; ... Iframe content; ... Details of the Java applet can be found at ...
    (alt.computer.security)
  • Re: Yet another trojan?
    ... "Jim Watt" wrote... ... Just spammer nonsense, I think. ... It contains an iframe ... with a URL to a site hosting a trojan. ...
    (alt.computer.security)