How should we treat questions that are, or have seeds of, evil or malicious purposes and actions, such as writing spambots and malware?

Should they be answered like regular "everybody keeps their pants on" questions? Or should there be some other type of response to this bad behaviour lot?

share|improve this question
3  
I think we should lift this to FAQ-Status together with a brush up, but I have no idea if that's a good idea or how to do that. – M. Night Demonbobby Sep 16 '11 at 6:38

8 Answers

up vote 35 down vote accepted

I've seen a few of these, though they are usually couched in the terms that Jonathan mentions in his answer.

The ones that haven't have usually had comments/answers along the lines of "why do you do this?", "this sounds like spamming", etc. and often the OP responds with what seems to be perfectly plausible reasons.

I think that there are fourfive levels of action:

  1. Just answer the question without comment. Who are we to pry into other people's business, which may be confidential.
  2. Do nothing. The OP doesn't get an answer and tries somewhere else.
  3. Comment indicating that you think this is "evil" and asking for more information as to why the OP wants to do this. If you believe the response then answer the question. If not then go to the next level.
  4. Down-vote the post, preferably with comment so that the poster knows why. <-- added this as a not quite nuclear action.
  5. Flag the post as spam, offensive or just requiring moderator attention.

Which is basically saying that you have to treat each post on its own merits. The other thing you could do is check out the poster's profile and see what other questions/answers they have posted. If everything else points to them being legitimate then just answer the post, if not flag it and/or them.

share|improve this answer
2  
Another level of action is to notify the police directly, if you're worried about a nefarious action rather than an off-topic question. – Andrew Grimm Jun 2 '10 at 23:21
3  
Asking for clarification can only tell you if the OP knows how to hide their intentions better than you can guess them. You might even help that OP learn how to better hide for the next time. I'd suggest asking for more information only if you need it to answer the question. (It'll waste less of your time if you think they're truly being nefarious.) – Gnome Jun 2 '10 at 23:39
4  
@Andrew Grimm: Which police where? This site is kind of international, y'know. – Piskvor's Semifinite Monkeys May 12 '11 at 8:03
2  
Whichever jurisdiction the OP's in, or just let your local police know and let them notify the relevant jurisdiction? – Andrew Grimm May 12 '11 at 10:36

As mentioned, there is a problem with characterizing a question as 'evil'. I saw a question about "Monitoring Internet Usage in my small office". The asker was downvoted to oblivion, as were the answers (myself included). Over time, the votes have been removed/canceled out by upvotes, but this person's technical question was downvoted because of the community being angry about being 'spied on'.

Later I read a second question by a different person about 'monitoring internet traffic through a particular router' because this person phrased the question differently, they go HUGE upvotes, even though the question was essentially the same.

We therefore have to split questions into two aspects.

  1. How technically can X be done?
  2. What ethical implication are there?

Stackoverflow is fundamentally about the first question. It is a technical question and answer site. If the hackers get better (and they will) then the security teams will also get better. If the 'way to hack' is published on SO, then the security guys will use that to learn 'ways to protect'. As Bruce Schneier says on his blog all the time 'Secrecy is not security'.

If a question bothers you, don't answer it. But if I can, I still will, because it's not my job to go visiting their intentions. And if it is a technically interesting question, I'll upvote it too.

share|improve this answer
6  
So, you'd answer, "What's a good design for an ethnicity database to be used for ethnic cleansing purposes?" (Hah - Godwin'd ya!) – Shog9 Jul 24 '09 at 17:40
2  
@Shog, I'd not answer that question. But it seems to me like those people aren't going to give up their ethnic cleansing because they had a database error, lol. – devinb Jul 24 '09 at 18:10
6  
@Shog and anyway, IBM already came up with a solution to this problem. – user3788 Dec 21 '09 at 16:09
@Shog It's not his style to answer questions with questions, maybe? – muntoo Jun 11 '12 at 23:25

Going to be tough to know who's evil and who isn't. After all, nobody in their right mind will say "I need to spam 900 email accounts 3 times a day with viagra ads." Instead, they'd suggest "I've got 500-1000 employees that need to receive product-stats three times a day. What's the best way to do this?"

If they're slick enough, we'll all take the bait.

share|improve this answer
18  
You're overestimating your fellow man, there. This is something which has actually occurred in the past and was pretty hilarious how badly they tried to cover up their intentions. – TheTXI Jul 8 '09 at 11:30
11  
Liiiiiiiiiiiink! – chaos Jul 8 '09 at 11:35
chaos: I don't think I'd ever be able to drag it back up again. For all I know it's been deleted for quite some time. – TheTXI Jul 8 '09 at 11:36
15  
+1 If deciding between good and evil software was algorithmic, Windows would already block evil software and we wouldn't be having this conversation. Instead, the world is full of installations of Symantec (which does more harm by wasting CPU than most malware!) demonstrating how tricky this is. – Earwicker Jul 8 '09 at 12:38
8  
@Earwicker - The Windows opening with a timely Symantec-side castling - well played indeed! – micahwittman Jan 8 '10 at 20:42
If deciding between good and evil was algorithmic, Windows wouldn't get there – Łukasz Lech May 29 at 6:52

This recent question (duplicate of this one) was closed, so I'll voice my opinion here.

Unless it's totally 110% obvious that the code/act described in the question is illegal in the majority of countries, leave politics and legal issues out of StackOverflow. There might be questions which might give Jeff a legal headache, but if that happens, I assume he will take action directly. That's the exception to the rule, while the general rule is:

Assume good faith for all users on the site. Making different topics in our field taboo is something which will not pay off in the long run. A likely scenario could be a question regarding the DeCSS code for breaking encrypted DVD movies. DeCSS is legal in a lot of countries (Norway to name one), but violates the DMCA in the US. Feel free to refrain from answering, but don't downvote or flag the question.

Just my 0.02$

share|improve this answer
Don't to mention, that on the other side there are people who think every form of copyright protection to be against human rights (right to information, culture, entertainment and education) – Łukasz Lech May 29 at 6:54

I find that most of these questions can be dealt with by essentially a single answer:

Don't do that. Even if you have a legitimate reason, your program would be detected as malware by (antivirus/antispam/antispyware) software and you will lose all your customers.

There isn't any neat dichotomy between technical and ethical issues, because having the appearance of evil becomes a technical issue (AV stopped your installer from uncompressing your file / AV stopped your program from executing / AV deleted your DLL / AV deleted your data file).

share|improve this answer
I love how you have shown the link between technical and ethical ty – Yvette May 26 at 14:06

You could probably vote these as spam using the flag function.

I would say use the Google motto of "Do No Evil". If you have moral qualms against answering a question, then don't answer it and comment as so. More than likely questions like this will get closed very quickly anyway.

share|improve this answer
Google motto of "Do No Evil": LOLZ – Thomas Eding Jun 12 '12 at 1:07

IMHO spambots should be open source and all knowledge necessary to make it public. I wouldn't mind answer a question that would enable some people to spam me the next day, because this type of information serves both sides: the good and the bad guys. In the long term all you are doing is accelerating the technological evolution by spreading information.

To explain myself better I'll exemplify: There are the antivirus makers, and the virus makers. If you post in a public forum how to make a virus, the virus developers will use it to fortify themselves, while the antivirus makers will use it to prevent this. After some time the net effect is almost zero.

share|improve this answer

They should be flagged spam if they are spam question etc.

If you're not sure. Flag it for moderator attention.

share|improve this answer
14  
If I understand correctly, flagging as spam means the question is spam (would you like to buy some viagra) not that the user wants help spamming others (how do I send 1000000 emails offering to sell viagra) – Perpetual Motion Goat Jul 8 '09 at 12:05

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged