Re: Strange logon attempts
- From: roberson@xxxxxxxxxxxx (Walter Roberson)
- Date: Wed, 14 Jun 2006 21:58:13 GMT
In article <1150296936.147687.252050@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Matt <matthewsatkins@xxxxxxxxx> wrote:
I have recently taken over a network. I started to audit failed logon
attempts and am finding a particular computer trying to log on as my
desktop tech once or twice a day. The attempts are coming from a
computer name that I do not recognize. When this first started
happening, I couldn't find a reference for this computer anywhere in my
network. Just yesterday, I found that it was given an IP address lease
a few days ago. What can I do to find where this PC is??
If you have managed switches or routers:
- ping the IP address, and then examine your arp table to determine
the MAC address. Then use SNMP to poll all of your managed switches
and routers, looking for that MAC address in the port tables.
Note that the switch port ARP tables might expire within a few minutes,
so you might have to monitor for some time in order to determine
the port locations.
If you do not have managed switches:
- first install managed switches; then apply procedure above ;-)
On the SNMP side, you want ipNetToMediaTable entries if you can
get them, but you will probably only get useful ones on routers.
devices like printers are more likely to have atTable entries, which
are about as useful, but again you usually don't get useful
entries from switches. (It can be useful to poll service devices
such as servers and printers, because the target host might be
talking to one of them at times it doesn't happen to be talking
to anything topologically "near" you.)
For the switches I was using, the most likely OID to be useful was
..1.3.6.1.2.17.4.3.1 which looked like this:
17.4.3.1.1.0.80.186.72.179.154 = Hex: 00 50 BA 48 B3 9A
17.4.3.1.2.0.80.186.72.179.154 = 48
The .1 or .2 is followed in the OID by the *decimal* expansion of
the target device MAC. The .1 entry then reproduces that MAC
except in Hex (which might be easier for you to read), and
the .2 entry is the port number the device was attached to.
Note that the above OIDs are not standardized ones, and the
treatment of MAC entries within VLANs varies depending on manufacturer
and SNMP MIBs adhered to.
Useful descriptions of the interfaces is at
..1.3.6.1.2.1.2.31.1.1.1.1 for some switches and routers, and more
standardly (but sometimes less usefully) at .1.3.6.1.2.1.2.2.1.2
.
- Follow-Ups:
- Re: Strange logon attempts
- From: Ludovic Joly
- Re: Strange logon attempts
- References:
- Strange logon attempts
- From: Matt
- Strange logon attempts
- Prev by Date: Re: Stealthing
- Next by Date: Re: What Verisign-free CAs are left?
- Previous by thread: Re: Strange logon attempts
- Next by thread: Re: Strange logon attempts
- Index(es):
Relevant Pages
|