View Full Version : please help...my site got hack
unlisted80
Nov 2nd 2006, 12:15 am
hi
some evil person hack into my site tonight and i manage to get his/her ip
203.220.101.62 what should i do now?
thanks
LadyHoldem
Nov 2nd 2006, 1:06 am
I've been hacked before.. and it sux! before worrying about their IP, did you find the entrance and get that closed up? Were you able to back the site up... sorry to hear about it .. :( As for the IP, it's likely a proxy...
Cathy
unlisted80
Nov 2nd 2006, 1:34 am
so it's a proxy ip? so there is nothing i can do about it?
i have no ideal how the hacker mange to get in
LadyHoldem
Nov 2nd 2006, 1:50 am
I don't know for sure if it is or not, more than likely it is, try searching for it in google, sometimes you can find them that way, It's been so long since I've looked up an IP I really don't know how.. I'm sure someone here does though..
You do need to find out how they got in ASAP though, or theyll just do it over again tomorrow.. the next day.. etc.
unlisted80
Nov 2nd 2006, 1:50 am
the hacker attack again
203.220.100.155 ip
hans
Nov 8th 2006, 3:47 am
read the other threads HERE on this topic
there are enough details published for your next steps to do
fi he using always same IP ( proxy or other )
then add to your .htaccess
deny from 203.220.100.155
add any OTHER IP he was/is using as soon as you know of them
then STUDY your SW and secure it all
mehbooba
Nov 8th 2006, 1:27 pm
if you know his ip starts with "203.220" then just put :
deny from 203.220
and this will stop any ips that start with 203.220
by the way, that 'hacker' is surfing from Australia.
hans
Nov 18th 2006, 4:42 am
since i had the "pleasure" of being unsuccessfully hacked for a full 8 hrs last night - it was time to study the iptables solutions to below htaccess solution as well.
actually quiet simple - hence here a ready to copy / apply precise example from my today's hacker's IP - just replace the IP for your individual usage
in bash/shell enter
iptables -A INPUT -s 194.249.56.4 -j DROP
but since my hacker used a dial-up IP I did the entire IP-block with below syntax
iptables -A INPUT -s 194.249.56.0/24 -j DROP
then to save all that in the config file
iptables-save >/etc/iptables.conf
to list all active iptable rules
iptables -L
to flush ( i.e. delete ) all active rulea again
iptables -F
ONE more important point using my earlier mentioned
deny from 194.249.56.4
method in .htaccess
this did NOT work for me today because it was an ongoing 8 hrs lasting attempt - 115'000+ logfile lines - and the normal default procedure to either enter that line in domain root/ .htaccess
or
in apache2 global conf file does NOT work for following reason i experienced today
FAILED - see / read below
IF your hacker is in a subfolder and stays there repeated time
ONLY the .htaccess OF THAT subfolder is read by apache2 each time hacker requests a new file - hence the .htaccess in the top level domain/.htacess is UNREAD all the time of hack attemps IN a subfolder until the hacker woudl change thur the top level again - he did NOT for some 7 hrs on my site ...
hence apache2 never goes to top level or global level config while the ONE visitor stays permanently in a SUB-folder !!!
even a rcapache2 reload ( graceful restart of apache2 ) did NOT solve that issue
then when i entered the deny from ... line into the .htaccess file INSIDE the hacker visited subfolder - the deny rule instantly denied any further access.
a NEW revisit will be verified on top level htaccess - but ongloing hacks need to be answered in the hacked subfolder to act instantly and efficiently
thus
an ongoing hacker visit inside a subfolder needs to be denied IN that subfolder OR by using iptables as ABOVE
caution:
--------
iptables as above acts until next reboot as far as I know
there is a method unknonw to me to automatically reread the /etc/iptables.conf file
thuonghieu
Nov 22nd 2006, 2:46 pm
http://www.dnsstuff.com/tools/whois.ch?ip=203.220.101.62 from Australia but maybe a proxy
only regesterin 2 help u
Nov 28th 2007, 9:09 am
email me with all info and ur site addi k? ill help u:D:)
whatyaknow
Nov 28th 2007, 4:23 pm
email me with all info and ur site addi k? ill help u:D:)
ha, that looks promising :eek:
LadyHoldem
Dec 2nd 2007, 4:22 am
ha, that looks promising :eek:
And only a year late :P
hostingonweb
Dec 2nd 2007, 6:16 am
Block the IP in your firewall and find where is he coming from. Is there any directory having 777 permissions, there can be a possibility the hacker came in from there.
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.