trace ip

From: Dongguo Wang (dongguowang@hotmail.com)
Date: 07/22/02


From: "Dongguo Wang" <dongguowang@hotmail.com>
Date: Sun, 21 Jul 2002 17:15:12 -0700


      How can I trace someone trying to hack my ascend digital vpn modem?
posted 07-12-2002 10:04 PM
     (post #1)

I have a small ISP business. Someone has been trying to hack my Lucent
Ascend digital modem box, his last attack I logged he tried 15 or so
different passwords and user names in 1 minute. If he were dialing into it
that number of attempts would be impossible, he has to be already online
with a user account, or accessing it through our router (which is improbable
but not impossible) this unit has RADIUS functions built into it for user
authentication and is being logged into our RAD logs. If he is already
online I assume he could be traced, at least far enough to tell me if he is
one of my users. Am I correct? If so how do I trak him and what procedure
should I use to do this?

answers:

you can use arin.net . enter his ip there and it gives his ISP. call his ISP
and then they will turn him off

If he is a smart hacker he will go through one or more different networks to
hide his true IP address.

I may be his ISP...I need to get his IP address to do this, unfortunatly
this is not one of the things being logged. Thanks for your reply though.
P.S. He may also be trying to get in through the telnet port.

Well? I guess you can try setting up some old crappy computer you do not use
any more and use it as bait?? Put it somewhere on your network that will be
easy to see from the out side or make the security really LAX on that comp.
That way I guess you can log him or her from another computer so he can't
mess around with the computer log files. A bait computer is a little easy to
spot so install some stuff on that pc that makes it look important heh and
make sure they, he or her cant use this comp to kill other comps on your
network... ??? Hope I helped??

You Should Get Snort And Portsentry. They Log Attacks and The Attackers Ip.
This Is Just An Idea.
http://www.sourcefire.com/
http://www.psionic.com/products/

I would again suggest snort. www.snort.org
There is a windows precompiled binary version to download . It comes with an
extensive help menu so you will be able to figure it out. It is all command
line so basicly you would go to cmd and then cd\snort (presuming installed
to c:\) So it will look like this in command

C:\Snort>
Then you would just type out the command you want to run in this case u want
Intrusion Detection System so the command would be

C:\Snort>Snort -dev -l log -h 192.168.1.0/24 -c snort.conf
OR
C:\Snort>Snort -d -h 192.168.1.0/24 -l log -c snort.conf

The snort.conf is the basic configuration files and then there are all sorts
of other files ranging from DDOS , ICMP , Backdoor , Netbios and a bunch of
other stuff. The help file is written for *nix operating systems but with a
little bit of patients you will figure out the windows commands, Its pretty
much just leave out all the ./ out off the command.

If you manage to get his IP, NeoTrace for Windoze is a wonderful thing. It
shows pretty much anything you'll need to know about the offending party to
shut him down or just have fun with (provided you're that kind of sick puppy
p-) ! )

get his/her ip addy and do the whois to the ip. you can try
http://www.dwizard.net

      quote:
      (and, from the way you state it, it sounds like you're not already
logging each and every connection in to that modem box? I get that feeling
simply from the "last attack I logged" - which implies there are some that
you didn't... and that, I'm afraid, is a Very Bad Thing (tm))

All of the login attempts, (user calls, modem checks user/pass with radius
database, if ok, then, check Authentication server with its radius database,
if ok, route user through router to internet ) the router should have all
the proper Cisco filters and blocks in place, we have a certified Cisco
networking dood...hehe...CCNA? Anyway I am not too worried about security as
my partner in this is certified M$ and assures me that our system is
safe....Although we are working an building a Snort Box for monitoring and
tracking. People have tried to crack our safeguards more than once and our
system logs show us what they will, only M$ does not have tracing and
tracking services like it should, go figure. We also are going to switch
over to a Sun Ultra Sparc 60 we took out of mothballs for use as
authentication in the near future. As for our modem box it has never been
comprimised yet, we change passwords and login names on a scheduled basis,
same for our servers.

Thanks for all your help and if you guys/girls can think of anything else
let me know. I have been a seat-of-the-pants admin since the early '80s and
I am self taught in all I know, so if I don't speak the proper jargon please
correct me, I am here because I want to learn more, I am a sponge.

      quote:
      Originally posted here by aeallison
      draziw

      All of the login attempts, (user calls, modem checks user/pass with
radius database, if ok, then, check Authentication server with its radius
database, if ok, route user through router to internet ) the router should
have all the proper Cisco filters and blocks in place, we have a certified
Cisco networking dood...hehe...CCNA? Anyway I am not too worried about
security as my partner in this is certified M$ and assures me that our
system is safe....Although we are working an building a Snort Box for
monitoring and tracking. People have tried to crack our safeguards more than
once and our system logs show us what they will, only M$ does not have
tracing and tracking services like it should, go figure. We also are going
to switch over to a Sun Ultra Sparc 60 we took out of mothballs for use as
authentication in the near future. As for our modem box it has never been
comprimised yet, we change passwords and login names on a scheduled basis,
same for our servers.

Well, I must say that pieces of paper do not "make" an engineer, in my
experiences this is especially true when dealing with security (yes I
realize that you're not "an Engineer" without those vital pieces of paper,
but having them doesn't really mean much anything in the overall picture...
<edit>eg. doesn't say you know how to troubleshoot worth a darn or do
anything specific other than pass some instructor's test to someone's
satisfaction</edit> ). The CCNA is, well... it's Cisco's first test and just
requires "time" - and I've previously stated my general opinion of the MCSE
(particularly of people that have a need to say "oh I'm a MCSE, it's ok" -
seems to go hand-in-hand with all these "leet h4ck3r d00ds" if you catch my
drift).

In my experience, "blindy trusting security" simply because someone with
more perceived knowledge "says so." Often, it's best to have one person
setup the security and another person do an audit (very similiar principles
to "good coding practices" in software development - peer code review). I'm
not saying this person isn't good or doesn't know what they're doing, but
they are human and capable of making mistakes. Cross-training, also, is
almost always a good thing.

(BTW, there are sufficient/reasonable logging/tracing means in M$ - you just
have to go through a lot of effort to turn it on and use/audit it.
Furthermore, there are quite a few add-ons that can help... the problem with
M$ is that it tends to ship with a wide open yet dumbed-down profile and it
takes a whole lot of work to make it anything reasonable)

      quote:
      Originally posted here by Sudo

      I'm just curious as to why Sparc boxes seem to be so widely used for
authentication? Is it the hardware stability, the flexibility of Solaris or
what?

      --Sudo
Well... one of my Solaris boxes has been running for 306 consecutive days
without a reboot... how many times would you have rebooted the average NT
box by now? If you want your auth systems to actually be available when
they're needed, well... I wouldn't put it on an operating system (?) that
demands a reboot everytime you do so much as change the screen resolution.

begin 666 thumb.gif
M1TE&.#EA&0`2`-$``````"PL+,#,_____R'Y! D9``$`+ `````9`!(```)<
MC(]IP*#_V!@,VC6GBVTCD%$*(Y1E=8"9MYCNF88L\-:;2LVU0/+-^CDUA"90
M!Q6@[5Z_U6W)Q &3IYVR.;U:A4>DUG6EA$2I8J<HEB645DUWQ.9*9*Q/QWY$
$% ``.P``
`
end

begin 666 wink.gif
M1TE&.#EA#P`/`-4_`/_FCO_(!/_'`/W%`/_B>\N>`/_<8?_4.O_,%__)"O&\
M`-^N`-2F`-VL`/_1+/_71\^B`.JV`/_4/?_.(OK#`/; `/_DA?_:5<>;`/O$
M`/_HE__LI^ZZ`/_JH..Q`/_LJ=RK`/_60]ZM`/_/)?_-&O_IFNBU`.:T`/_0
M*O_B>?_@<?_;6?_;6__+$__IG?_B??_:5__+$>&P`/G"`,*7`/_.'MFI`/_3
M./2_`/"[`/_@=.FV`/_KI,&6`````*2DI"'Y! $``#\`+ `````/``\```:1
MP)]0Z"L6A\A?<>,"$ Q'I&_SX6DLJLMAXAOZ2IW.56<(C1*4KA+@`[Q\ET<Q
MH^CZ=(14\8#B^A0F,D4K+# /#BT)`70G#0Q%$A(W#@@!`@,5.XX%134D"#$!
M`P,S' L0&#1%`FD5. HY$2(0/CT]=AP1/AX+( R<MFH^)PLV1D6VMUX,J,G)
,:EZUSE%)2L=)00`[
`
end



Relevant Pages

  • Re: trace ip
    ... > How can I trace someone trying to hack my ascend digital vpn modem? ... > authentication and is being logged into our RAD logs. ... > to c:\) So it will look like this in command ... Anyway I am not too worried about security ...
    (microsoft.public.security)
  • [NT] DCE RPC Vulnerabilities New Attack Vectors Analysis
    ... Get your security news from a reliable source. ... These new attack methods were found while researching exploitation ... They might also apply to other vulnerabilities such as the DCE RPC DCOM ...
    (Securiteam)
  • << Small Biz Server news this week - June 18, 2004 >>>
    ... The monthly Executive Circle Security Webcast with Mike Nash, ... IP phones can create network security risk ... The biggest of the headaches was Tuesday's attack ... Akamai now says it was targeted by DDoS attack ...
    (microsoft.public.windows.server.sbs)
  • Re: [Full-disclosure] Remote Desktop Command Fixation Attacks
    ... As others have pointed out, your attack only works if security in depth has been blatantly, intentionally ignored. ... We educate users not to open .exe files but RDP ... updating to the 6.0 client anyway. ...
    (Full-Disclosure)
  • Risks Digest 24.91
    ... ACM FORUM ON RISKS TO THE PUBLIC IN COMPUTERS AND RELATED SYSTEMS ... Adi Shamir's bug attack ... Security company e-mail undercuts user education ...
    (comp.risks)