Skip to main content

Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible?

Comments

9 comments

  • quizknows
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible Just because you have a port closed for inbound traffic does not mean traffic can't go out from that port. It's very "normal" for your connections to a webserver (on the servers port 80) to initiate from a high port number on your own machine. Mote than likely you do have a hacked website or user on your server.
    0
  • jols
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible Thanks but I never stated we closed ports just for inbound traffic. Since the two servers in question were first put on line, the ports mentioned in both CBL reports have been closed for outbound traffic: TCP_OUT, UDP_OUT, and TCP6_OUT. And again, this test were run from WITHIN these servers, and was unable to connect, e.g: telnet portquiz.net 51578 Also extensive netstat monitoring is showing no outbound activity on ports and port ranges outside of our firewall parameters. So..... false positive from CBL/Spamhaus, yes? This is the only conclusion that I can arrive at so far. Seems like either there is something seriously wrong at Spamhaus or some other system spoofing our server IP. What would you assume this to be? Anyone?
    0
  • Tom Risager
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible "telnet portquiz.net 51578" would put "51578" in the IP destination port field. The message from Spamhouse just tells you that the offending connection came from source port 51578 on your server, something that would not be blocked by your firewall. So no reason to believe this a false positive.
    0
  • jols
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible Thanks Tom, but with all due respect, this makes no sense. If we only allow a certain limited number of ports in our firewall, in TCP_OUT and UDP_OUT. And 51578 is outside of this range of allowed ports. Then how is it that our firewall would not block an outbound connection on port 51578 ??? ----------------- P.S. Likewise, we do not allow inbound traffic on port 51578 as well, via TCP_IN or UDP_IN.
    0
  • Tom Risager
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible Assuming you allow outgoing connections to port 80, connecting to that port from inside your system with a source port of 51578 would not be stopped by your firewall settings. Linux typically uses source port numbers in the range 32768 to 61000. These are chosen automatically when a connection attempt is made.
    0
  • jols
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible Okay, I get it now, thanks! Question - Would such an outbound source port connection be recorded in /var/log/messages ?
    0
  • Tom Risager
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible I don't think there are any logs that would record this by default. Maybe try some of the suggestions from this thread:
    0
  • cPanelMichael
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible Hello :) You may also find this thread helpful: Outbound WordPress Brute Force Attack Thank you.
    0
  • jols
    Re: Two CBL SPAMHAUS false positives in two days. Using high number ports which are closed. Possible Good lead. Thanks much.
    0

Please sign in to leave a comment.