Re: Re : IP to MAC mapping

2002-12-09 Thread John Fastabend
All you would have to do is open a sniffing program such as tcpdump or ethereal (i would think there are similar windows products, maybe not though) and contact the host. From there you can dissect the packet and get the information. John On Wed, 4 Dec 2002 [EMAIL PROTECTED] wrote: > > I h

Re: Re : IP to MAC mapping

2002-12-09 Thread Rooster
"net config workstation" and "net config server" will do that. -=rooster=- On Wed, 4 Dec 2002 [EMAIL PROTECTED] wrote: > > I have a question regarding the recent discussion about IP to MAC mapping. > > In fact suppose you have a system installed which controls if any unknown > MAC address exists

Re : IP to MAC mapping

2002-12-05 Thread lars
I have a question regarding the recent discussion about IP to MAC mapping. In fact suppose you have a system installed which controls if any unknown MAC address exists in your lan. There would still be the possibility to replace an official workstation by a laptop with a reconfigured MAC address

Re: IP to MAC mapping

2002-11-28 Thread Shanon
gHND "Adding $array[0]\n" if $ARGV[1] ne silent; $list{$array[0]} = $array[3]; }} } close(FileHND); sleep 3; } } - Original Message - From: "Burton M. Strauss III" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Johan Denoyer" <[EMAIL PRO

Re: IP to MAC mapping

2002-11-26 Thread Devdas Bhagat
On 26/11/02 12:38 -0500, Ben Corman wrote: > How would you built that ruleset automatically from a database? We are > running a PIX here, and there has been some discussion about doing this > exact thing, but no one can figure out you would go about doing that. I think this might be useful to other

Re: IP to MAC mapping

2002-11-26 Thread Robert Hogan
er" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 9:33 PM Subject: Re: IP to MAC mapping > On 20/11/02 18:49 +0100, Johan Denoyer wrote: > > Hi, > > > > we are currently looking into illegal usage of a protected network. We are > &

Re: IP to MAC mapping

2002-11-26 Thread _rAt_
: "Ian Lyte" <[EMAIL PROTECTED]> To: "Johan Denoyer" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 10:59 AM Subject: RE: IP to MAC mapping > > Hi, > > If you use ettercap with the -O option it passively scans the network

RE: IP to MAC mapping

2002-11-26 Thread Vytautas Kaziukonis
Hi, arp has all functions u need. If i understood right. Download arpwatch for collecting mac's and informing u about new macs.. changes.. everything. nice product, btw. On Fri, 22 Nov 2002, Ian Lyte wrote: > > Hi, > > If you use ettercap with the -O option it passively scans the network fo

RE: IP to MAC mapping

2002-11-26 Thread Wolf, Glenn
Try Getmac.exe from Microsoft for your Windows-based computers. http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/getmac-o .asp For non-Windows devices, the somewhat shady Cain and Abel will work. http://www.oxid.it/ Glenn -Original Message- From: Johan Denoyer [mai

Re: IP to MAC mapping

2002-11-25 Thread Devdas Bhagat
On 20/11/02 18:49 +0100, Johan Denoyer wrote: > Hi, > > we are currently looking into illegal usage of a protected network. We are > managing a class C network, and we would like to be able to detect illegal > usage of the network by finding the MAC address of the ip address used and > then checki

Re: IP to MAC mapping

2002-11-25 Thread Jon
On Wed, Nov 20, 2002 at 06:49:47PM +0100, Johan Denoyer wrote: > Hi, > > we are currently looking into illegal usage of a protected network. We are > managing a class C network, and we would like to be able to detect illegal > usage of the network by finding the MAC address of the ip address used

RE: IP to MAC mapping

2002-11-25 Thread Seth Connolly
I use GFI LANguard Network Security Scanner 3.0 to scan my IP ranges. It will give me things like the computer name, IP address, MAC address, username, OS, shares, open ports, Security Alerts, drives, processes, services, etc... (and it's free) For extra money, you can do reports, comparisons, e

RE: IP to MAC mapping

2002-11-25 Thread Burton M. Strauss III
Understand that most OSes (perhaps not windows, but I wouldn't put it past having a registry key somewhere) allow you to set the MAC address to anything you want it to be... So all you would find would be casual crashers... Set up a small Linux or *nix box and use arpwatch - it's a daemon that mo

RE: IP to MAC mapping

2002-11-25 Thread Steinar Skjelanger
Take a looka at Arpwatch: http://online.securityfocus.com/tools/142 Regards, Steinar Skjelanger > -Original Message- > From: Johan Denoyer [mailto:[EMAIL PROTECTED]] > Sent: 20. november 2002 18:50 > To: [EMAIL PROTECTED] > Subject: IP to MAC mapping > > > Hi, > > we are currently looki

Re: IP to MAC mapping

2002-11-25 Thread Richard Westlake
Johan Try a google search for arpwatch. It should do what you want. Richard Westlake School of Crystallography, Birkbeck College, Malet Street, London WC1E 7HX Tel: 020-7631-6859 -- Truth endures but spelling chang

RE: IP to MAC mapping

2002-11-25 Thread Ian Lyte
Hi, If you use ettercap with the -O option it passively scans the network for all ip addresses and MAC addresses that are using it. ?O, ??passive Collect infos in passive mode. This method WILL NOT SEND ANY packet on the wire. It will put the interface in promiscuous mode and look for packets p