|
Posted by Roger Abell [MVP] on October 6, 2005, 4:51 am
If you were Registered and logged in, you could reply and use other advanced thread options Yes, isn't that interesting as a disguising attempt.
I would take this as a bug in IE.
Opera takes the url as being at www.wellsfargo.com.
IE however evidently it is not being sensitive to the uri moniker.
Use of .\ in a file:// url may be the origin of this, but it should
not be applied and no-op parsed out for http/https/ftp etc where
the following string has form of a DNS host FQDN
This is since the DNS spec does define _any_ character as valid
(save . which is used to separate name labels) for use in name
labels, and so removing the .\ in parsing the url is in theory
changing what should be an allowed DNS name (i.e. a . followed
by label that starts with \)
You are right about the host name being defined
Non-authoritative answer:
ns903.dizinc.com internet address = 72.29.83.37
dizinc.com nameserver = dns178.dizinc.com
dizinc.com nameserver = dns179.dizinc.com
dns178.dizinc.com internet address = 66.195.19.49
dns179.dizinc.com internet address = 66.195.19.50
> server 72.29.83.37
Default Server: 72-29-83-37.dimenoc.com
Address: 72.29.83.37
> www.wellsfargo.com.lobcns.us.
Server: 72-29-83-37.dimenoc.com
Address: 72.29.83.37
www.wellsfargo.com.lobcns.us internet address = 72.29.83.36
lobcns.us nameserver = ns904.dizinc.com
lobcns.us nameserver = ns903.dizinc.com
ns903.dizinc.com internet address = 72.29.83.37
ns904.dizinc.com internet address = 72.29.83.38
>
> This is the first time I have ever seen this, so I thought I would poll
> the group for your thoughts, insight, opinions.
>
> Recieved some SPAM today with the following URL:
>
http://www.wellsfargo.com.\lobcns.us/signon/?chrt=nf-one&client=tribalsimba@hotmail.com
>
> At first glance it seems legit, until you notice the .\lobcns.us after the
> "legit" webhost www.wellsfargo.com. Apparently IE recognized
> www.wellsfargo.com as a subdomain with a host record at the lobcns.us
> domain. The part that threw me was the .\ being 'valid' totally
> disguising that lobcns.us is part of the FQDN.
>
> Any thoughts?
>
> Thanks,
> Jeff
>
|