Re: Strange logon attempts

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Matt" <matthewsatkins@xxxxxxxxx> wrote in message
news:1150296972.776493.146200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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??


.. . . or even better:

@echo off
:again
ping RogueName | find /i "bytes=" > nul || goto wait
echo %date% %time:~0,5% >> c:\rogue.txt
nbtstat -a RogueName >> c:\rogue.txt

:wait
ping localhost -n 300 > nul
goto again


.



Relevant Pages

  • Re: Strange logon attempts
    ... desktop tech once or twice a day. ... Launch the following batch file on your server: ... goto again ...
    (microsoft.public.windows.server.general)
  • Re: trailing minus
    ... Select the range of cells in question ... Goto the menu Data>Text to Columns ... Click Next twice ... Make sure Trailing minus for negative numbers is checked ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Strange logon attempts
    ... desktop tech once or twice a day. ... login and check ip address. ... Other option, log into ip address, and snoop the files and ...
    (comp.security.misc)
  • Use same On Error twice
    ... How can I use the same 'On Error' twice? ... On Error Goto Handle ... Goto EndMe ... The 'On Error' works the first time, ...
    (microsoft.public.excel.programming)