From owner-freebsd-questions Tue Jan 1 9:50:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 54D8537B41F for ; Tue, 1 Jan 2002 09:50:29 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g01HoEv10539; Tue, 1 Jan 2002 12:50:18 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: IPFW UDP port# 520 From: Joe Clarke To: Joe & Fhe Barbish Cc: FBSD Questions In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 01 Jan 2002 12:50:29 -0500 Message-Id: <1009907433.16477.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-01-01 at 12:22, Joe & Fhe Barbish wrote: > Happy new year to all FBSD list readers. > > I see in my security log a lot of denied packets over and > over again of the same kind. > > Deny UDP 208.203.25.3:520 63.163.61.14:520 in via tun0 > > 208.203.25.3 is my ISP's IP address and 63.163.61.14 is my IP address. > > When I lookup what port 520 is it says a local routing process > or Trojan Ripper. I think it's my ISP's front door router > inquiring if I am still there. > Since my firewall is denying the request it just keeps repeating. > > How can I be sure It's my ISP's router and not the Ripper Trojan? I've never seen udp/520 used as a trojan port. In fact, Trojans are usually booby-trapped programs that lie around waiting for someone to use them. I don't know what a trojan UDP port would be. Chances are, this is your ISP's router trying to talk RIP with you. While I can't imagine a big ISP using RIP anymore, it's certainly possible. > > What rules do I need the add to my IPFW rules set to resolve this? If you're really nervous about this, make sure nothing is listening on udp/520 (i.e. turn off routed or gated), and allow the packets through for a short time. Put a sniffer on the interface, and see if it recognizes the packets as RIP. RIP is defined by RFC1058, so you can compare the message formats and see what those packets are trying to do. It might be just advertising a 0.0.0.0 default route to you. Joe > > Thanks > > Joe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message