Thanks for your input - no, no panic (yet)
I've four FreeBSD servers trying to eliminate any misconfiguration. All four hosts display the same results. One of these two hosts is ~ 3 weeks since I did a complete, off the DVD, clean install - it's never had SquirrelMail nor anything other than what's out-of-box installed on it. (portsentry, that's it.)
Here are my results from two scenarios: (*The "39" IP address you see in the output below are the real IP addresses from the output)
(Scanning Machine Output)
[
Code:
root@scanning-host ~]# nc -z scanned-server.dom.com 1-32768
Connection to scanned-server.dom.com 1 port [tcp/tcpmux] succeeded!
Connection to scanned-server.dom.com 7 port [tcp/echo] succeeded!
Connection to scanned-server.dom.com 9 port [tcp/discard] succeeded!
Connection to scanned-server.dom.com 11 port [tcp/systat] succeeded!
Connection to scanned-server.dom.com 15 port [tcp/*] succeeded!
Connection to scanned-server.dom.com 21 port [tcp/ftp] succeeded!
Connection to scanned-server.dom.com 25 port [tcp/smtp] succeeded!
...
this goes on
(dosdector's output on the machine that I port-scanned)
Code:
Using built-in scoring rules table...
Starting capturing engine on dc0...
Thu Mar 8 17:55:03 2012 CRITICAL : 39.218.98.191 got 330 points.
Thu Mar 8 17:55:06 2012 Warning : 39.218.98.191 got 193 points.
Thu Mar 8 17:55:10 2012 Warning : 39.218.98.191 got 185 points.
Here is the scenario with exchanging the hosts: (scanner and detector swapped)
Code:
(scanner)
Connection to scanned-server.com.com 21 port [tcp/ftp] succeeded!
Connection to scanned-server.com 25 port [tcp/smtp] succeeded!
Connection to scanned-server.com 53 port [tcp/domain] succeeded!
Connection to scanned-server.com 80 port [tcp/http] succeeded!
Connection to scanned-server.com 143 port [tcp/imap] succeeded!
Connection to scanned-server.com 465 port [tcp/smtps] succeeded!
...
(detector)
Using built-in scoring rules table...
Starting capturing engine on nfe0...
Thu Mar 8 17:01:35 2012 CRITICAL : 39.218.70.167 got 322 points.
Thu Mar 8 17:01:36 2012 Warning : 39.218.70.167 got 193 points.
Thu Mar 8 17:01:41 2012 Warning : 39.218.70.167 got 191 points.
Thu Mar 8 17:01:42 2012 Warning : 39.218.70.167 got 149 points.
...
On the occasions where the scanning machine's IP is NAT'd does '
dosdetector' output no display for the source IP at all. (Blank)
Code:
Thu Mar 8 17:01:35 2012 CRITICAL : got 322 points.
Thu Mar 8 17:01:36 2012 Warning : got 193 points.
Thu Mar 8 17:01:41 2012 Warning : got 191 points.
Thu Mar 8 17:01:42 2012 Warning : got 149 points.
Perhaps it may have something to do with 'built-in scoring rules' vice my not making any of my own? I just find it more concerning the output displays two separate IP addresses from the log but going to the same subnet. (little panic)
(Five minutes after these tests were ran) On the scanned host I just added those IP addresses into the 'black-hole' route - and this has me a little more concerned, dosdetector reports a 'blank' IP address as you see above. (little more panic)
Appreciate someone helping me out here and putting a second set of eyes on this.
Thank you.