<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: My web site is being hacked, what can I do?</title>
	<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do/</link>
	<description>Comments on Ask MetaFilter post My web site is being hacked, what can I do?</description>
	<pubDate>Sat, 27 Oct 2007 19:41:20 -0800</pubDate>
	<lastBuildDate>Sat, 27 Oct 2007 19:41:20 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: My web site is being hacked, what can I do?</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do</link>	
		<description>What do I do if a web site I maintain has been hacked? I&apos;ve inherited maintenance of a web site, but I am mostly a front-end person, design and front end coding, so I am completely out of my depth here. Someone is using a user&apos;s identity to post hundreds of spam posts on the message board... really disgusting ones. The user has changed her password multiple times so I&apos;m guessing they have another in. When I look at the database since they are both posting often (the real user and the spammers) I can&apos;t tell what IP address the spammers are posting from to block it. After that I&apos;m lost... any suggestions?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.74850</guid>
		<pubDate>Sat, 27 Oct 2007 19:18:05 -0800</pubDate>
		<dc:creator>semidivine</dc:creator>
		
			<category>website</category>
		
			<category>hacker</category>
		
			<category>server</category>
		
			<category>spam</category>
		
	</item> <item>
		<title>By: misterbrandt</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112671</link>	
		<description>What is the software and version of the message board? there have been a couple of security holes in popular forum apps -- since patched, but maybe your install isn&apos;t up-to-date?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112671</guid>
		<pubDate>Sat, 27 Oct 2007 19:41:20 -0800</pubDate>
		<dc:creator>misterbrandt</dc:creator>
	</item><item>
		<title>By: jesirose</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112673</link>	
		<description>There are literally thousands of explanations for the problem...without knowing any more it&apos;s hard to tell what the problem is.&lt;br&gt;
&lt;br&gt;
My first suspicion is the user is really posting the messages and lying about being hacked.&lt;br&gt;
&lt;br&gt;
Other than that, it depends on the forum. If it was custom made it probably has some security holes such as only using cookies as a method of determining the user&apos;s identity. If it&apos;s pre-made, make sure it&apos;s up to date.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112673</guid>
		<pubDate>Sat, 27 Oct 2007 19:45:11 -0800</pubDate>
		<dc:creator>jesirose</dc:creator>
	</item><item>
		<title>By: Dillonlikescookies</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112699</link>	
		<description>install a captcha on post forms, maybe you can hack something together so that only that particular user has to fill it in.. in the mean time, tell the user to run a virus scan and consider suspending their account.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112699</guid>
		<pubDate>Sat, 27 Oct 2007 20:13:50 -0800</pubDate>
		<dc:creator>Dillonlikescookies</dc:creator>
	</item><item>
		<title>By: mathowie</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112724</link>	
		<description>There are a lot of automated forum hacks, esp. for popular packages like phpBB and its variants. Basically someone has programmed a bot to sign up and post garbage spam links to their scams and you need to do something like a captcha to block that automated behavior.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112724</guid>
		<pubDate>Sat, 27 Oct 2007 20:50:30 -0800</pubDate>
		<dc:creator>mathowie</dc:creator>
	</item><item>
		<title>By: sophist</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112730</link>	
		<description>I&apos;m not sure why you say you can&apos;t track the IP of the spammer.  It doesn&apos;t seem difficult to ask the legitimate poster what their IP is, or tell the user to stop posting for a few days, or to just create a new account and ban the old one.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112730</guid>
		<pubDate>Sat, 27 Oct 2007 20:55:31 -0800</pubDate>
		<dc:creator>sophist</dc:creator>
	</item><item>
		<title>By: davejay</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112800</link>	
		<description>Talk with that user, and then disable their account for a few days. If these spamming posts continue (or happen under a different user), then they have another way in; if they don&apos;t continue, then set this user up with a brand new account. After that, if the spamming posts return, then it&apos;s either the person with the account lying to you, or someone else who has access to their computer (perhaps s/he saves their password to auto-login and a roommate or coworker leverages that.)&lt;br&gt;
&lt;br&gt;
If it turns out to be something specific to that person, you can always just cut that person off. If it turns out not to be specific to that person, you can pursue security fixes knowing that you aren&apos;t wasting your time going in that direction.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112800</guid>
		<pubDate>Sat, 27 Oct 2007 23:12:16 -0800</pubDate>
		<dc:creator>davejay</dc:creator>
	</item><item>
		<title>By: AmbroseChapel</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112822</link>	
		<description>One other possibility you might consider is that the user has some kind of keystroke logger or other spyware on their computer.&lt;br&gt;
&lt;br&gt;
That would explain why they change their password but the problem continues.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112822</guid>
		<pubDate>Sun, 28 Oct 2007 00:20:49 -0800</pubDate>
		<dc:creator>AmbroseChapel</dc:creator>
	</item><item>
		<title>By: Tuwa</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112890</link>	
		<description>If your system allows HTML, Unicode, or spaces in usernames it&apos;s possible that those are actually two separate accounts: the original and a spoof account (either by chance or to discredit the original person).  Are accounts uniquely identified by number or by text?&lt;br&gt;
&lt;br&gt;
I&apos;m not sure how likely this is, really, but it&apos;s a possibility.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112890</guid>
		<pubDate>Sun, 28 Oct 2007 04:39:21 -0800</pubDate>
		<dc:creator>Tuwa</dc:creator>
	</item><item>
		<title>By: JJ86</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1112940</link>	
		<description>If the site uses PHPBB it may be relatively easy to find out the IP address or use a mod to find out the IP. Unfortunately if the user is using a dynamic IP you are SOL unless you want to take the chance and ban a whole block of IPs.&lt;br&gt;
&lt;br&gt;
The problem is most likely on the user&apos;s end. Someone has access to their email or is using a keylogger on their computer.  I&apos;d say ban the user for a month until you get it straightened out.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1112940</guid>
		<pubDate>Sun, 28 Oct 2007 06:26:53 -0800</pubDate>
		<dc:creator>JJ86</dc:creator>
	</item><item>
		<title>By: semidivine</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1113195</link>	
		<description>Wow, thanks for all the replies... to answer a few of the points: the message board is a custom job, built about 7 years ago and then renovated by my developer in 2003; the message board is pretty close-knit, and the poster who&apos;s account was hijacked been posting for years so I&apos;m almost 100% sure it&apos;s not her posting the spam. &lt;br&gt;
&lt;br&gt;
I&apos;m going to email her and suggest she run an anti-spywear program on her computer. But here&apos;s the final thing, I disabled the user from posting yesterday and we&apos;re still getting posts on her account. At least this might tell me the IP of the spammer! Also, I&apos;m going to install a captcha asap. Thanks all.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1113195</guid>
		<pubDate>Sun, 28 Oct 2007 15:33:09 -0800</pubDate>
		<dc:creator>semidivine</dc:creator>
	</item><item>
		<title>By: jesirose</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1113330</link>	
		<description>If you disabled the user and they can still post, there is a HUGE security flaw there. If they can get around password changes and being disabled, I&apos;m sure it won&apos;t take long to get around a Captcha :)&lt;br&gt;
&lt;br&gt;
Sorry</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1113330</guid>
		<pubDate>Sun, 28 Oct 2007 19:05:51 -0800</pubDate>
		<dc:creator>jesirose</dc:creator>
	</item><item>
		<title>By: flabdablet</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1113507</link>	
		<description>If you disabled the user and they can still post, it sounds to me like somebody has admin-level access to your message board&apos;s underlying database.  If you haven&apos;t changed your admin password lately, that would be a good start.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1113507</guid>
		<pubDate>Mon, 29 Oct 2007 00:54:22 -0800</pubDate>
		<dc:creator>flabdablet</dc:creator>
	</item><item>
		<title>By: vitrum</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1113827</link>	
		<description>Sounds like their is exploitable code on a page somewhere on site... could be anything though... one of the more common issues is SQL injection so that could be a place to start...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1113827</guid>
		<pubDate>Mon, 29 Oct 2007 10:38:00 -0800</pubDate>
		<dc:creator>vitrum</dc:creator>
	</item><item>
		<title>By: drstein</title>
		<link>http://ask.metafilter.com/74850/My-web-site-is-being-hacked-what-can-I-do#1113921</link>	
		<description>&quot; the message board is a custom job, built about 7 years ago and then renovated by my developer in 2003;&quot;&lt;br&gt;
&lt;br&gt;
Start there. Sounds like there are gaping security holes in your software package.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.74850-1113921</guid>
		<pubDate>Mon, 29 Oct 2007 11:58:09 -0800</pubDate>
		<dc:creator>drstein</dc:creator>
	</item>
	</channel>
</rss>
