Operating System - HP-UX
1846235 Members
6353 Online
110255 Solutions
New Discussion

Re: how to tell if HPUX is being port scanned

 
Rick Garland
Honored Contributor

how to tell if HPUX is being port scanned

Hi all:

On HPUX 11.23 and above, how can I tell if my system has been port scanned?

What tells me tusc or nmap (etc.) has been run against my system?

3 REPLIES 3
Tim Nelson
Honored Contributor

Re: how to tell if HPUX is being port scanned

In the past I installed and had active Psionic Port Sentry ( think they got bought by Cisco ).

This would actively monitor any or all unused ports and
1) create log and email notification.
2) add entry in /etc/hosts.deny so TCPWrappers could deny any furthur access to good ports.

The are other products that do the same, but the idea is the same. Could even write your own.



Rick Garland
Honored Contributor

Re: how to tell if HPUX is being port scanned

Thanks Tim:

Installing an application is one thing but I am interested in how otr what that application is doing to detect the port scan. You mentioned I could write my own, what would I be looking for?
Laurent Menase
Honored Contributor

Re: how to tell if HPUX is being port scanned

SYN/RESET test makes accept() fails with ENOBUFS, in most cases, but sometimes not.

Else you can configure IPfilter to log SYN/RESET tests