Operating System - HP-UX
1755643 Members
3119 Online
108837 Solutions
New Discussion юеВ

Re: ports 382, 681, 947, 1018 show active on a security scan

 
SOLVED
Go to solution
Tim Killinger
Regular Advisor

ports 382, 681, 947, 1018 show active on a security scan

Our coprporate security group is running security port scans on an HPUX 11.11 server in our shop. Ports 382, 681, 947 and 1018 are showing open, but we cannot identify the process(es) listening on these ports. If we do and 'lsof -i:382' nothing is returned....

Do these specific ports ring a bell to anyone? Thanks in advance.
4 REPLIES 4
Kenan Erdey
Honored Contributor

Re: ports 382, 681, 947, 1018 show active on a security scan

Hi,

you can check these ports in /etc/services file.
Computers have lots of memory but no imagination
Fredrik.eriksson
Valued Contributor

Re: ports 382, 681, 947, 1018 show active on a security scan

or just run netstat and see what it says. If they're defined in services file it'll sub in netstat :)

But I do agree, looks like wierd ports.
http://www.pc-library.com/ports/tcp-udp-port/382/
http://www.pc-library.com/ports/tcp-udp-port/681/

Can't seem to find any info on the other 2 thou.

Best regards
Fredrik Eriksson
Jeroen Peereboom
Honored Contributor

Re: ports 382, 681, 947, 1018 show active on a security scan

See http://docs.hp.com/en/5990-7252/ch01s01.html for port 382. It is used for OpenView Performance Agent.

3 more to go...

JP

Laurent Menase
Honored Contributor
Solution

Re: ports 382, 681, 947, 1018 show active on a security scan

Ports 382, 681, 947 and 1018
If they don't appear in lsof output
it can be because there is a module pushed betwen socket & tcp layer which makes lsof can't get the values
or because it is opened by the kernel directly.

like kernel rpc,
only some support tools can give the informations about those ports for some of them.

There is crashinfo -ofiles -v
and nfsshow -krpc
for instance