How would you explain the way the destination host extracts the workstation
name. Here is an example: I tried to log into a web site using FrontPage and
an incorrect username/password. This will generate the Failure Audit in
Event Log. FP is sitting on my home PC connected to the internet with
RoadRunner cable. There are many hops to the server over many networks (Los
Angeles to Palo alto). Here are the log entries. Note the source address -
that is the IP address on the WAN side of my little dlink router. My PC
address is an internal private address 192.168.0.x with Computer Name
ITDEPT1. Check out the Workstation Name.
-------------------------------------------------------
Event Type: Failure Audit
Event Source: Security
Event Category: Logon/Logoff
Event ID: 529
Date: 7/17/2004
Time: 9:43:08 AM
User: NT AUTHORITY\SYSTEM
Computer: BL15
Description:
Logon Failure:
Reason: Unknown user name or bad password
User Name: frontpage
Domain: accountpro2000.com
Logon Type: 3
Logon Process: NtLmSsp
Authentication Package: NTLM
Workstation Name: ITDEPT1
Caller User Name: -
Caller Domain: -
Caller Logon ID: -
Caller Process ID: -
Transited Services: -
Source Network Address: 24.171.145.32
Source Port: 63399
--------------------------------------------------------
Event Type: Failure Audit
Event Source: Security
Event Category: Account Logon
Event ID: 680
Date: 7/17/2004
Time: 9:43:08 AM
User: NT AUTHORITY\SYSTEM
Computer: BL15
Description:
Logon attempt by: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Logon account: frontpage
Source Workstation: ITDEPT1
Error Code: 0xC0000064
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Phillip Windell said:
Workstation names are not in the IP packets. The IP and MAC are also
useless because Ethernet changes the MAC address with each device it passes
thhrough and Network Address Translation changes the IP#s with every NAT
device it passes through.
So, there really is no way to know the exact machine being used.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
Dean said:
Server is hosting web sites and so the server is on the internet and the
workstation (could be a hacker, could be a customer) is on another network,
typically on the far end of an ISP connected to their own private lan.
Are you using DNS? What happens if you ping the name of the workstation
in
question?
It should display the ip address.
Louise Bowman
MSFT
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
How can I identify the IP address of the Workstation Name listed in
Failure
Audit events in EventMon? I have installed Ethereal and NetMon.
There
must
be a capture filter that will do the job. (I would prefer a filter for
Ethereal if given the choice). Or maybe there is a different way?