On Mon, 3 May 2004, Pilar Sancho wrote: > We are doing statistics of spam. We need to know the IP of the Relay > that delivers the messages to our organization. > > for example, simplifying: > > Received: from ([155.210.11.99]) .................. > Received: from ([155.210.11.66]) by ............... > Received: from ([193.180.251.253]) by ............. > Received: from ([158.234.34.23]) by ............... > > 155.210.11.99 and 155.210.11.66 are internal IPs to my organization > I want to obtain the IP: 193.180.251.253 > > Does anybody know as I can obtain this IP?
Generally speaking? "nslookup 193.180.251.253" should suffice. BUT... ...it probably won't work...you should notice that in most cases, the IPs are accompanied by FQDNs. If you have just an IP (which is often accompanied by "unknown"), it's usually because there was no DNS information for that IP address. -- Mike Burger http://www.bubbanfriends.org Visit the Dog Pound II BBS telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000 To be notified of updates to the web site, visit http://www.bubbanfriends.org/mailman/listinfo/site-update, or send a message to: [EMAIL PROTECTED] with a message of: subscribe
