Results 1 to 10 of 16
It seems like I was hacked last night by someone jealous of my site.
The web address is waloshin.com and the sub directory is waloshin.com/blog.
So the website wont load ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-05-2010 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 12
It seems like I was hacked last night by someone last night and need help.
It seems like I was hacked last night by someone jealous of my site.
The web address is waloshin.com and the sub directory is waloshin.com/blog.
So the website wont load at all, nothing. What logs can I look at to see what happened and how to fix it?
- 09-05-2010 #2
Are you hosting you own server or is this just a blog that you post online somewhere else?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 09-05-2010 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 12
Hosting on my own server running Ubuntu server 10.04.1
- 09-05-2010 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
- 09-05-2010 #5Just Joined!
- Join Date
- Jul 2009
- Posts
- 12
All files are still in /var/www
All mysql databases are still intact.
So it seems like they killed apache2?
- 09-05-2010 #6
It's never a good idea to run a public server machine with too few knowledge about its operating system.
But anyway. What you should check is your syslog for break-in attacks. The next thing you should do is to check /var/tmp and /tmp for malicious scripts (using ls -la, note: sometimes bad guys put scripts named like ., in there which look like the legitimate .. hardlink so be careful). Then you should consult lsof -i for open connections and ps auxw for running processes.
- 09-05-2010 #7Just Joined!
- Join Date
- Jul 2009
- Posts
- 12
Error log attached I think maybe apache might be misconfigured.
- 09-05-2010 #8
Looks like some guy is permanently pounding your Wordpress installation. Is your WP up2date?
Did you do this?[Sun Aug 29 06:31:53 2010] [notice] Graceful restart requested, doing restart
- 09-05-2010 #9Just Joined!
- Join Date
- Jul 2009
- Posts
- 12
- 09-05-2010 #10
Actually some strange entries I found seem to be caused by misconfiguration like this but I'm not sure about this since: this guy tried to access two different folders at the same time
Which looks like you have configured several index files but the user doesn't have to right to see any of them.Code:[Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /waloshi /index.html denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /waloshi /index.cgi denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /waloshi /index.pl denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /waloshi /index.php denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /waloshi /index.xhtml denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /waloshi /index.htm denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /forums /index.html denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /forums /index.cgi denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /forums /index.pl denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /forums /index.php denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /forums /index.xhtml denied [Tue Aug 24 19:16:30 2010] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /forums /index.htm denied
The other thing you should do is to create a favicon.ico to prevent Apache from polluting your error.log with needless stuff.
But you didn't answer my question: did you restart your Apache several times?


Reply With Quote

