Details about the UK compromise
This honeynet was a high interaction research honeynet deployed by the UK Honeynet Project in a UK ISP data centre. After a few hours of general background network activity, the Redhat Linux 7.3 honeypot was scanned, compromised and an IRC server installed. A number of further compromises occurred, as multiple attackers located the vulnerable system and exploited it for their own purposes, before the honeypot server was used to host a phishing attack targeting a well known US bank. For brevity, this detailed analysis of the uploaded content only covers the activity relevant to the phishing attack.
The first zip file downloaded was bank.zip, via wget from the Romanian FTP server host2.go.ro.
The file was a valid zip archive, and contained the following data:
This was a pre-prepared web site that mimics the official login page for a major US bank. It included a server side PHP script called check.php, intended to harvest any credentials entered by an unsuspecting end user and email them to the phisher. The presence of a Thumbs.db file suggests that the contents was prepared on a MS Windows system. Scrisoare is the Romanian word for letter, suggesting an email or message or Romanian origin.
Analysis of the check.php script (shown below) reveals that this script is a more advanced version of the script used the German phishing incident. Basic checks on the card number received have been added, along with a refinement that uses the credit card number to classify cards into different types and insert the type into the subject line of the email. This suggests basic scripting abilities and not just a simple script kiddie.
The check.php script:
</html>
";
}
}
}
?>
A hard coded IP address of 66.XXX.XXX.XXX was included in the original script, suggesting that the script had already been used on an alternate server (either another compromised host or a test machine local to the attacker). This IP address appears to be a home DSL IP block belonging to a US carrier and no web site is hosted there now. This script also links directly to the real target bank web site, presumably for added realism and to attempt to confuse recipients.
The second file downloaded using FTP was bank1.tgz:
The file was a valid tgz archive, and contained the following data:
The attacker moved the new files into location in the web root and used the pico editor to change popup.html to point to a test server (http://69.24.XX.XX/testing.php). Again, this was possibly a previously compromised host or a system local to the attacker.
Interestingly, because this FTP session was plain text and the attacker helpfully used the directory listing command, we can observe the attacker�s activities and also see what other tools they have stored in their FTP area. Directory listings are often very useful in providing further background detail during incident analysis:
USER xxxxxxxxx
331 Password required for phiser.
PASS xxxxxxxxx
230 User phisher logged in.
SYST
215 UNIX Type: L8
PASV
227 Entering Passive Mode (81,196,XXX,XXX,99,226).
LIST
150 Opening ASCII mode data connection for file list
-rw-r--r-- 1 free web 1890 Jun 16 01:03 Desktop.zip
-rw-r--r-- 1 free web 6536 Jul 19 11:26 Scrisori.zip
-rw-r--r-- 1 free web 2788 Jun 16 18:29 bla1.txt
-rw-r--r-- 1 free web 14834 Jun 17 13:16 ebay only
-rw-r--r-- 1 free web 247127 Jun 14 19:58 emailer2.zip
-rw-r--r-- 1 free web 467214 Jun 10 08:36 eros.tgz
-rw-r--r-- 1 free web 417494 Jul 18 22:27 ex.tgz
-rw-r--r-- 1 free web 2833 Jul 11 16:55 flit.tgz
-rw-r--r-- 1 free web 7517 Jun 11 11:53 html1.zip
-rw-r--r-- 1 free web 10383 Jul 3 19:07 index.html
-rw-r--r-- 1 free web 413 Jul 18 22:09 index.zip
drwxr-xr-x 2 free web 54 Jul 11 04:49 listz
-rw-r--r-- 1 free web 246920 Jun 14 20:38 massmail.tgz
-rw-r--r-- 1 free web 8192 Jun 12 07:18 massmail.zip
-rw-r--r-- 1 free web 0 Jun 17 10:09 neptun.tgz
-rw-r--r-- 1 free web 310132 Jun 11 09:25 paginabuna1.tgz
-rw-r--r-- 1 free web 54818 Jun 18 23:24 scampagededat1.zip
-rw-r--r-- 1 free web 12163 Jun 9 01:31 send.php
-rw-r--r-- 1 free web 2094 Jun 20 11:49 sendspamAOL1.tgz
-rw-r--r-- 1 free web 2173 Jun 14 22:58 sendspamBUN1.tgz
-rw-r--r-- 1 free web 2783 Jun 15 00:21 sendspamBUNzip1.zip
-rw-r--r-- 1 free web 2096 Jun 16 18:46 sendspamNEW1.tgz
-rw-r--r-- 1 free web 574 Jul 11 01:08 sendbank1.tgz
-rw-r--r-- 1 free web 3238 Jul 18 23:07 sendbankNEW.tgz
-rw-r--r-- 1 free web 64443 Jun 11 02:33 spam
-rw-r--r-- 1 free web 83862 Jun 9 09:56 spamz.zip
drwxr-xr-x 2 free web 64 Jul 16 12:05 stuff
-rw-r--r-- 1 free web 2424 Jul 19 11:27 suntrust.zip
-rw-r--r-- 1 free web 36441 Jul 18 00:52 usNEW.zip
-rw-r--r-- 1 free web 36065 Jul 11 17:04 bank1.tgz
drwxr-xr-x 2 free web 49 Jul 16 12:26 banka
-rw-r--r-- 1 free web 301939 Jun 8 13:17 www1.tar.gz
-rw-r--r-- 1 free web 327380 Jun 7 16:24 www1.zip
226 Transfer complete.
CWD banka
250 CWD command successful.
PASV
227 Entering Passive Mode (81,196,XXX,XXX,115,151).
LIST
150 Opening ASCII mode data connection for file list
-rw-r--r-- 1 free web 1765 Jul 3 18:25 check.php
-rw-r--r-- 1 free web 39988 Jul 3 18:25 bank.zip
-rw-r--r-- 1 free web 40152 Jul 16 12:26 banka.zip
226 Transfer complete.
CWD ..
250 CWD command successful.
PASV
227 Entering Passive Mode (81,196,XXX,XXX,133,197).
LIST
150 Opening ASCII mode data connection for file list
-rw-r--r-- 1 free web 1890 Jun 16 01:03 Desktop.zip
-rw-r--r-- 1 free web 6536 Jul 19 11:26 Scrisori.zip
-rw-r--r-- 1 free web 2788 Jun 16 18:29 bla1.txt
-rw-r--r-- 1 free web 14834 Jun 17 13:16 ebay only
-rw-r--r-- 1 free web 247127 Jun 14 19:58 emailer2.zip
-rw-r--r-- 1 free web 467214 Jun 10 08:36 eros.tgz
-rw-r--r-- 1 free web 417494 Jul 18 22:27 ex.tgz
-rw-r--r-- 1 free web 2833 Jul 11 16:55 flit.tgz
-rw-r--r-- 1 free web 7517 Jun 11 11:53 html1.zip
-rw-r--r-- 1 free web 10383 Jul 3 19:07 index.html
-rw-r--r-- 1 free web 413 Jul 18 22:09 index.zip
drwxr-xr-x 2 free web 54 Jul 11 04:49 listz
-rw-r--r-- 1 free web 246920 Jun 14 20:38 massmail.tgz
-rw-r--r-- 1 free web 8192 Jun 12 07:18 massmail.zip
-rw-r--r-- 1 free web 0 Jun 17 10:09 neptun.tgz
-rw-r--r-- 1 free web 310132 Jun 11 09:25 paginabuna1.tgz
-rw-r--r-- 1 free web 54818 Jun 18 23:24 scampagededat1.zip
-rw-r--r-- 1 free web 12163 Jun 9 01:31 send.php
-rw-r--r-- 1 free web 2094 Jun 20 11:49 sendspamAOL1.tgz
-rw-r--r-- 1 free web 2173 Jun 14 22:58 sendspamBUN1.tgz
-rw-r--r-- 1 free web 2783 Jun 15 00:21 sendspamBUNzip1.zip
-rw-r--r-- 1 free web 2096 Jun 16 18:46 sendspamNEW1.tgz
-rw-r--r-- 1 free web 1574 Jul 11 01:08 sendbank1.tgz
-rw-r--r-- 1 free web 2238 Jul 18 23:07 sendbankNEW.tgz
-rw-r--r-- 1 free web 64443 Jun 11 02:33 spam
-rw-r--r-- 1 free web 83862 Jun 9 09:56 spamz.zip
drwxr-xr-x 2 free web 64 Jul 16 12:05 stuff
-rw-r--r-- 1 free web 2424 Jul 19 11:27 suntrust.zip
-rw-r--r-- 1 free web 36441 Jul 18 00:52 usNEW.zip
-rw-r--r-- 1 free web 36065 Jul 11 17:04 bank1.tgz
drwxr-xr-x 2 free web 49 Jul 16 12:26 banka
-rw-r--r-- 1 free web 301939 Jun 8 13:17 www1.tar.gz
-rw-r--r-- 1 free web 327380 Jun 7 16:24 www1.zip
226 Transfer complete.
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (81,196,XXX,XXX,113,86).
RETR bank1.tgz
150 Opening BINARY mode data connection for bank1.tgz (36065 bytes)
226 Transfer complete.
QUIT
221 Goodbye.
The contents of this FTP server home directory suggests that the phisher is heavily involved in spam and phishing activities, with pre-built content and message delivery tools targeting many well known online brands stored on this server. Based on this captured session, this phishing activity is not likely to be an isolated incident.
The third file downloaded was sendbankNEW.tgz from the Romain FTP server host2.go.ro.
The file was a valid archive and contained the following files:
The purpose of each file is listed in the table below:
| File | Contents and purpose |
| ini.inc | Spam sending configuration |
| list.txt | This file contained a list of 5 email addresses to send spam email to. Because of the limited size and Romanian email addresses linked to the attacker, this was presumably the email addresses of fellow gang members and not a real phishing attack |
| bank.php | A simple PHP script to read the contents of a text file (bla.txt) and email it to each recipient in an input file (list.txt) |
The email lure blah.txt was notable for having good grammar and spelling, legalise at the bottom about "Equal Opportunity Lending" and heavy use of files linked directly from the official web site of the targeted bank, all of which help it to appear more realistic. One ironic point to note is that the email even included an exhortation to not provide passwords to fraudulent web sites, or to ever email your password to a third party!
The bank.php mass emailing script to send spam advertising this particular phishing scam is shown below:
XXXXXXXXX<restore@targetbank.com>\n";
$mail_header .= "Content-Type: text/html\n";
$subject="In attention of Target Bank Members ! Restore Your Account Now!";
$body=loadini("bla.txt");
if (!($fp = fopen("list.txt", "r")))
exit("Unable to
open $listFile.");
$i=0;
print "Start time is "; print date("Y:m:d H:i"); print
"\n";
while (!feof($fp)) {
fscanf($fp, "%s", $name);
$i++;
mail($name, $subject, $body, $mail_header);
}
print "End time is "; print date("Y:m:d
H:i"); print "\n";
print "$i"; print "emails sent."; print"\n";
?>
Although simple, it is functional and could easily have been used to send many more messages than the 5 test messages sent from the honeynet. The honeynet architecture would have restricted outbound emails, but the honeypot was taken offline for forensic analysis before any bulk spam email could be sent by the attacker.
This honeynet was a high interaction research honeynet deployed by the UK Honeynet Project in a UK ISP data centre. After a few hours of general background network activity, the Redhat Linux 7.3 honeypot was scanned, compromised and an IRC server installed. A number of further compromises occurred, as multiple attackers located the vulnerable system and exploited it for their own purposes, before the honeypot server was used to host a phishing attack targeting a well known US bank. For brevity, this detailed timeline only covers the activity relevant to the phishing attack.
Detailed timeline:
18/07/04 - 12:30. First the attacker exploits a buffer overflow in the samba server on the Redhat Linux 7.3 honeypot, as can be seen from the snort alerts shown below:
[**] [1:648:7] SHELLCODE x86 NOOP [**]
[Classification: Executable code was detected] [Priority: 1]
07/18-12:30:37.817422 69.44.XXX.XXX:47938 -> 10.2.2.120:139
TCP TTL:53 TOS:0x0 ID:29659 IpLen:20 DgmLen:1500 DF
***AP*** Seq: 0x476AC788 Ack: 0x2E249707 Win: 0xB68 TcpLen: 32
TCP Options (3) => NOP NOP TS: 214020820 6062617
[Xref => <a href="http://www.whitehats.com/info/IDS181">http://www.whitehats.com/info/IDS181</a>]
18/07/04 - 12:30. After a few retries with different offsets, the samba exploit (CAN-2003-0201) succeeds and returns a root prompt to the attacker, as show by the snort alert below:
***AP*** Seq: 0x2E1F5FBE Ack: 0x47D426D5 Win: 0x16A0 TcpLen: 32
TCP Options (3) => NOP NOP TS: 6064395 214022589
18/07/04 - 12:30. After gaining root access, the attacker check who they are and who else is logged into the system before attempting to hide their activities by turning off shell history logging. The Sebek keystrokes for this session are shown below:
18/07/04 - 12:31. The attacker then proceeds to downloading what appears to be an image file from a remote web server using the wget command line HTTP client:
18/07/04 - 12:32. The attacker unpacks the image file, which is actually a gziped tar archive, before extracting and running a setup program:
The attackers view of this session can be found here. Analysis showed that the malware installed was the SHV4 root kit, previously the subject of the Honeynet Projects Scan of the Month challenge 29.
From the SHV4 root kit source code, we can determine what the setup command does:
The attacker has installed and configured an encrypted backdoor on the honeypot, bound to TCP port 2277. A large amount of other activity occurs on the system over the next few 12-72 hours, including installation of PsyBNC IRC servers by a Romanian group, installation and usage of the mole and mazz mass scanners (probably the autorooter used to compromise this honeypot), installation and re-installation of other rootkits, password sniffing and various other activities not relevant to the main phishing attack.
23/07/04 - 21:11. The attacker returns from 192.226.XXX.XXX (a Windows 2000 or Windows XP PC in Ontario) via the SSH backdoor listening on TCP port 2277 and checks if the server is still active and who is logged in:
23/07/04 - 21:13. The attacker reconnects, prepares a directory in the Apache web server's document root and then downloads some pre-built web content from a Romanian web server using, again using wget, before checking the honeypot's IP address and PHP configuration:
23/07/04 - 21:15. The attacker attempts to extract the contents of the zip file but finds it is corrupt and deletes it.
23/07/04 - 21:16. The attacker changes tools and gets another file using FTP, again from the same web server in Romania, which does extract successfully this time:
23/07/04 - 21:17. The attacker edits the extracted web content and updates the HTML to point to a testing PHP script on a remote web server:
23/07/04 - 21:22. The attacker checks the network configuration of the honeypot and version of PHP installed:
25/07/04 - 21:42. The attacker opens a second session, checks again if PHP is configured correctly on the honeypot and downloads a tool for sending spam email from the same Romanian web server:
25/07/04 - 22:08. The attacker checks an input list email addresses and runs a PHP script to send spam email:
25/07/04 - 22:10. The attacker edits the content of the spam message, points it a co-located Linux web server running an American student web site, and runs the PHP script to send spam email again:
The attackers initial test at 22:08:52 works as planned, with 5 test messages being successfully sent (although due to the outbound traffic restrictions on the Honeywall, further mass mailing attempts would fail). However, after 10 minutes wait the attacker cleans up and leaves without sending any further messages from this honeypot.
In this side note we provide an overview of the source IP addresses of potential victims in the UK phishing attack against a major US bank described in phishing technique one. The data below was collected with the help of the compromised UK honeypot and network packet captures. Over a period of about 4 days we observed 265 inbound HTTP requests to the honeypot, presumably recipients of a spam phishing email who were tricked into accessing the redirected content by clicking on the link provided. All were potential victims of the phishing attack, but none actually submitted personal data and therefore the phishing attack was unsucessful.
| IP | ISP | Country | OS |
| 4.138.NNN.NNN | Level 3 | US | Windows XP, 2000 SP2+ (NAT!) |
| 4.224.NNN.NNN | Level 3 | US | Windows 98 |
| 4.235.NNN.NNN | Level 3 | US | Windows XP, 2000 SP2+ (NAT!) |
| 4.239.NNN.NNN | Level 3 | US | Windows XP, 2000 SP2+ |
| 12.202.NNN.NNN | AT&T; | US | FreeBSD 4.7 |
| 12.217.NNN.NNN | AT&T; | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 12.218.NNN.NNN | AT&T; | US | UNKNOWN |
| 24.16.NNN.NNN | Comcast Cable | US | Windows XP Pro SP1, 2000 SP3 |
| 24.58.NNN.NNN | Road Runner | US | Windows XP Pro SP1, 2000 SP3 |
| 24.59.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.62.NNN.NNN | Comcast Cable | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.90.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.93.NNN.NNN | Road Runner | US | Windows XP Pro SP1, 2000 SP3 |
| 24.107.NNN.NNN | Charter Comms | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.129.NNN.NNN | Comcast Cable | US | Windows XP Pro SP1, 2000 SP3 (NAT!) |
| 24.140.NNN.NNN | Massillon Cable | US | Windows XP, 2000 SP2+ |
| 24.154.NNN.NNN | Armstrong Cable | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.160.NNN.NNN | Road Runner | US | UNKNOWN |
| 24.161.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.162.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.163.NNN.NNN | Road Runner | US | Windows 2000 SP4, XP SP1 |
| 24.165.NNN.NNN | Road Runner | US | Windows XP Pro SP1, 2000 SP3 |
| 24.166.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.208.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 24.209.NNN.NNN | Road Runner | US | Windows XP Pro SP1, 2000 SP3 (firewall!) |
| 24.220.NNN.NNN | Midcontinent Comms | US | UNKNOWN |
| 24.231.NNN.NNN | Charter Comms | US | Windows XP SP1, 2000 SP3 |
| 24.239.NNN.NNN | Armstrong Cable | US | Windows XP/2000 |
| 24.243.NNN.NNN | Service Co LLC | US | Windows XP Pro SP1, 2000 SP3 |
| 63.165.NNN.NNN | DIGITEL | Prob US | OpenBSD 3.0 |
| 63.192.NNN.NNN | Pacific Bell | US | Windows 2000 SP4, XP SP1 |
| 64.12.NNN.NNN | AOL | US | Linux 2.4 w/o timestamps |
| 64.33.NNN.NNN | West Winconsin Telecomn | US | Windows XP, 2000 SP2+ |
| 64.58.NNN.NNN | Marlowe & Associates | US | Windows 98 (2) (NAT!) |
| 64.136.NNN.NNN | Juno Online | US | OpenBSD 3.0 |
| 64.136.NNN.NNN | Juno Online | US | OpenBSD 3.0 |
| 64.136.NNN.NNN | Juno Online | US | OpenBSD 3.0 |
| 64.161.NNN.NNN | Pacific Bell Internet | US | Windows XP Pro SP1, 2000 SP3 (NAT!) |
| 64.216.NNN.NNN | SBC Internet | US | Windows XP Pro SP1, 2000 SP3 (NAT!) |
| 64.222.NNN.NNN | Verizon Internet | US | Windows 2000 SP4, XP SP 1 |
| 65.78.NNN.NNN | RCN Corporation | US | FreeBSD 4.7 |
| 65.166.NNN.NNN | Sprint | US | Windows 98 |
| 65.204.NNN.NNN | Eagle Mountain Telecom | US | FreeBSD 4.8 |
| 65.221.NNN.NNN | Buckeye Cablevision | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 65.229.NNN.NNN | UUNET | US | Windows XP/2000 |
| 66.38.NNN.NNN | Brandenburg Telephone Company | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 66.41.NNN.NNN | Comcast Cable | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 66.45.NNN.NNN | WholeSecurity, Inc | US | Windows 2000 SP4, XP SP1 |
| 66.61.NNN.NNN | Road Runner | US | Windows XP Pro SP1, 2000 SP3 |
| 66.67.NNN.NNN | Road Runnner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 66.68.NNN.NNN | Road Runner | US | Windows XP Pro SP1, 2000 SP3 |
| 66.82.NNN.NNN | Hughes Network Systems | US | UNKNOWN |
| 66.170.NNN.NNN | T-NET, Inc | US | Windows XP, 2000 SP2+ |
| 66.188.NNN.NNN | Charter Comms | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) (firewall!) |
| 67.5.NNN.NNN | Qwest | US | Windows XP, 2000 SP2+ |
| 67.23.NNN.NNN | Adelphia Cable Comms | US | Windows XP Pro SP1, 2000 SP3 |
| 67.38.NNN.NNN | Ameritech Electronic Commerce | US | Windows XP, 2000 SP2+ |
| 67.66.NNN.NNN | SBC Internet Services | US | Windows XP SP1, 2000 SP3 |
| 67.122.NNN.NNN | Pac Bell Internet | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 67.160.NNN.NNN | Comcast Cable | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 67.164.NNN.NNN | Comcast Cable | US | Windows XP Pro SP1, 2000 SP3 (NAT!) |
| 67.167.NNN.NNN | Comcast Cable | US | UNKNOWN |
| 68.10.NNN.NNN | Cox Communications Inc | US | Windows XP Pro SP1, 2000 SP3 |
| 68.14.NNN.NNN | Cox Communications Inc | US | FreeBSD 4.7 |
| 68.32.NNN.NNN | Comcast Cable | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 68.53.NNN.NNN | Comcast Cable | US | Windows XP Pro SP1, 2000 SP3 |
| 68.88.NNN.NNN | SBC Internet Services | US | Windows 2000 SP4, XP SP 1 |
| 68.89.NNN.NNN | SBC Internet Services | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 68.94.NNN.NNN | SBC Internet Services | US | Windows XP Pro SP1, 2000 SP3 (NAT!) |
| 68.103.NNN.NNN | Cox Communications Inc | US | Windows XP Pro SP1, 2000 SP3 |
| 68.109.NNN.NNN | Cox Communications Inc | US | Windows 2000 SP4, XP SP1 |
| 68.205.NNN.NNN | Road Runner | US | UNKNOWN |
| 68.254.NNN.NNN | SBC Internet Services | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 69.23.NNN.NNN | - | - | Windows XP Pro SP1, 2000 SP3 |
| 69.48.NNN.NNN | Choice One Comms | US | Windows XP, 2000 SP2+ |
| 69.59.NNN.NNN | Peak Inc | US | Windows XP/2000 via Cisco |
| 69.132.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 69.133.NNN.NNN | Road Runner | US | Windows XP Pro SP1, 2000 SP3 |
| 69.134.NNN.NNN | Road Runner | US | UNKNOWN |
| 69.135.NNN.NNN | Road Runner | US | Windows 2000 SP4, XP SP1 |
| 69.135.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 69.151.NNN.NNN | SBC Internet Services | US | Windows XP Pro SP1, 2000 SP3 (NAT!) |
| 69.162.NNN.NNN | Adelphia Cable Comms | US | FreeBSD 4.7 |
| 137.229.NNN.NNN | University of Alaska | US | Windows XP Pro SP1, 2000 SP3 |
| 141.154.NNN.NNN | Verizon Internet | US | Windows XP SP1, 2000 SP3 |
| 148.78.NNN.NNN | Starband Comms | US | CacheFlow CacheOS 4.1 (up |
| 149.174.NNN.NNN | CompuServe | US | Linux 2.4 w/o timestamps |
| 152.163.NNN.NNN | AOL | US | Linux 2.4 w/o timestamps |
| 156.36.NNN.NNN | US Bancorp | US | OpenBSD 3.0 |
| 162.83.NNN.NNN | Verizon Internet | US | Windows 2000 SP4, XP SP1 |
| 166.102.NNN.NNN | WRK Internet | - | Windows XP, 2000 SP2+ |
| 166.102.NNN.NNN | WRK Internet | - | Windows XP, 2000 SP2+ |
| 169.207.NNN.NNN | Executive PC, Inc | US | Windows 98 |
| 170.94.NNN.NNN | State of Arkansas | US | Windows 2000 SP4, XP SP1 |
| 172.131.NNN.NNN | AOL | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 172.131.NNN.NNN | AOL | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 204.95.NNN.NNN | Sprint | US | Windows XP, 2000 SP2+ |
| 204.210.NNN.NNN | Road Runner | US | Windows 2000 SP4, XP SP1 |
| 204.210.NNN.NNN | Road Runner | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 205.162.NNN.NNN | Buckeye Cablevision | US | Windows 2000 SP2+, XP SP1 (seldom 98 4.10.2222) |
| 206.148.NNN.NNN | AGIS | US | Windows XP, 2000 SP2+ |
| 206.196.NNN.NNN | US West Internet Services | US | Windows XP Pro SP1, 2000 SP3 |
| 207.89.NNN.NNN | NetLink Systems LLC | US | Windows XP, 2000 SP2+ |
| 207.89.NNN.NNN | NetLink Systems LLC | US | Linux 2.4/2.6 (up |
| 207.231.NNN.NNN | Surewest Internet | US | BSD/OS 3.1 |
| 208.60.NNN.NNN | Local Link | US | Windows XP, 2000 SP2+ |
| 208.187.NNN.NNN | Lanset Comms | US | Windows XP, 2000 SP2+ |
| 208.191.NNN.NNN | SBC Internet | US | Windows XP Pro SP1, 2000 SP3 (NAT!) |
| 209.43.NNN.NNN | IQuest Internet | US | Windows XP, 2000 SP2+ |
| 209.131.NNN.NNN | CenturyTel Internet Holdings Inc | US | Windows 98 |
| 209.206.NNN.NNN | IQuest Internet | US | Windows XP, 2000 SP2+ |
| 209.247.NNN.NNN | Bend Cable | US | Linux 2.4/2.6 (up |
| 216.93.NNN.NNN | Voyager Information Networks | US | Windows XP, 2000 SP2+ |
| 216.228.NNN.NNN | Bend Cable | US | Cisco Content Engine |