This is a discussion on port 804 open?? within the Linux Security forums, part of the System Security and Security Related category; hi does anyone know to which application port 804 belongs? it's not an xinetd service. grc.com & other ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi
does anyone know to which application port 804 belongs? it's not an xinetd service. grc.com & other info's like google don't know about this port, but on my linux machine, it's open(!?) a trojan doesn't seems probably to me, though i ran chkrootkit. thanks in advance for hints -- lg niko icq: 129022192 ___________________________________________ -- Der Vorteil der Klugheit liegt darin, daß man sich dumm stellen kann. Das Gegenteil ist schon schwieriger (Kurt Tucholsky) |
|
|||
|
Nikolai Försterling wrote:
> hi > does anyone know to which application port 804 belongs? > it's not an xinetd service. > grc.com & other info's like google don't know about this port, but on my > linux machine, it's open(!?) > a trojan doesn't seems probably to me, though > i ran chkrootkit. > > thanks in advance for hints try netstat -pl |
|
|||
|
it's been the "file access monitor" fam, which consumed too much performance
anyway, so i deactivated it. but i donn't know why it listened on the external device? loopback/localhost should suffer for that kind of service, shouldn't it? -- lg niko icq# 129022192 |
|
|||
|
In comp.security.firewalls Nikolai Försterling <chat.foster@web.de> wrote:
: does anyone know to which application port 804 belongs? netstat -anp|grep ":804 " In the right most column you will get pid/program name. ps -x <pid number> Will often give you the full path of the program and also parameters. Good luck! Lars |
![]() |
| Thread Tools | |
| Display Modes | |
|
|