Re: Scans on port 17107

From: Grant (g_r_a_n_t__at_dodo.com.au)
Date: 11/26/05


Date: Sat, 26 Nov 2005 11:50:38 +1100

On Fri, 25 Nov 2005 17:44:49 -0600, ibuprofin@painkiller.example.tld (Moe Trin) wrote:

>On Fri, 25 Nov 2005, in the Usenet newsgroup comp.os.linux.security, in article
><dm8541$mcl$1@bn2.blue.net>, Myself wrote:
>
>>Yesterday, over a course of about 3 minutes, my firewall logged 1366 hits
>>on port 17107. This occurred immediately after connecting, and from 1255
>>different sources. Some were TCP and others UDP.
>
>Hard to say - seeing both TCP and UDP to the same port number (other than
>occasionally on 53 for DNS) is unusual. 17107 is a 'user-land' port,
>meaning it's not a regular server. The "standard" answer for your
>observation is that the person who had that IP number before you was
>running a server of some kind - I'd suspect a game server of some kind,
>but that's purely a guess.
>
>I really don't think I'd worry about it. You have nothing running on
>that port, so there is nothing to exploit.

Adding to the above, the idea of sample logging what you're dropping,
this is what I have:
...
MLIMIT="--match limit --limit"
...
        # data collection, sample what we're dropping?
        iptables -A INPUT -p all $MLIMIT 6/min --limit-burst 6 \
                        -j LOG --log-level info --log-prefix "InpDrop: "
...
So that same noise burst here would result in a couple dozen events
logged, not the lot. Only noise after all ;-)

Grant.



Relevant Pages

  • Re: nfs client does not find nfs server
    ... I can find the server now using YAST after deactivating the firewalls ... mount server reported tcp not available, falling back to udp ... 100003 2 udp 2049 nfs ...
    (comp.os.linux.networking)
  • nfs troubles
    ... I'm having trouble getting NFS set up. ... I have nfs-common and nfs-kernel-server installed on the server and nfs-common installed on the client. ... 100000 2 tcp 111 portmapper ... 100000 2 udp 111 portmapper ...
    (Debian-User)
  • Re: nfs troubles
    ... I'm having trouble getting NFS set up. ... I have nfs-common and nfs-kernel-server installed on the server and nfs-common installed on the client. ... 100000 2 tcp 111 portmapper ... 100000 2 udp 111 portmapper ...
    (Debian-User)
  • nfs problem
    ... there is a server and client pc. ... 100000 2 tcp 111 portmapper ... 100000 2 udp 111 portmapper ... 100003 2 udp 2049 nfs ...
    (Fedora)
  • Re: nfs troubles
    ... I'm having trouble getting NFS set up. ... I have nfs-common and nfs-kernel-server installed on the server and nfs-common installed on the client. ... 100000 2 tcp 111 portmapper ... 100000 2 udp 111 portmapper ...
    (Debian-User)