<?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>Praetorian Prefect &#187; Incident Response</title>
	<atom:link href="http://praetorianprefect.com/archives/category/incident-response/feed/" rel="self" type="application/rss+xml" />
	<link>http://praetorianprefect.com</link>
	<description>Information security, a little slower...a little deeper</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:38:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regular or Decaf? Tool launched to combat COFEE</title>
		<link>http://praetorianprefect.com/archives/2009/12/regular-or-decaf-tool-launched-to-combat-cofee/</link>
		<comments>http://praetorianprefect.com/archives/2009/12/regular-or-decaf-tool-launched-to-combat-cofee/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:21:34 +0000</pubDate>
		<dc:creator>Simon Price</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[anti-forensics]]></category>
		<category><![CDATA[cofee]]></category>
		<category><![CDATA[decaf]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://praetorianprefect.com/?p=2250</guid>
		<description><![CDATA[

About a month ago, there was much news about the release of COFEE into the torrent wild. I even gave my two cents about the much hyped forensics toolkit which is provided to law enforcement for the purposes of easily capturing volatile data from personal computers during evidence collection. A tool to counter COFEE, aptly [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/ScreenHunter_07-Dec.-14-16.32.gif"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/ScreenHunter_07-Dec.-14-16.32.gif" alt="ScreenHunter_07 Dec. 14 16.32" title="ScreenHunter_07 Dec. 14 16.32" width="150"  class="alignleft size-full wp-image-2265" /></a></p>

<p>About a month ago, there was much news about the release of COFEE into the torrent wild. I even gave <a href="http://praetorianprefect.com/archives/2009/11/more-cofee-please-on-second-thought/">my two cents</a> about the much hyped forensics toolkit which is provided to law enforcement for the purposes of easily capturing volatile data from personal computers during evidence collection. A tool to counter COFEE, aptly named DECAF, has been released as an anti-forensics tool to prevent the use of COFEE for data collection.</p>

<p>&#8220;We want to promote a healthy unrestricted free flow of internet traffic and show why law enforcement should not solely rely on Microsoft to automate their intelligent evidence finding,&#8221; one of the two hackers behind Decaf <a href="http://www.theregister.co.uk/2009/12/14/microsoft_cofee_vs_decaf">told The Register</a> in explaining the objective of the project.</p>

<h3>DECAF Details</h3>

<p>DECAF is written in Visual Basic 2005 and consists of a single executable and an XML configuration file called decaf.exe.config which contains the application settings (an XML is also created in the user&#8217;s profile directory for each user&#8217;s specific settings).</p>

<p>When launched, it displays the user license agreement and asks for confirmation. When agreed, it writes the following registry entry:</p>

<p>Key: <code>HKU\SOFTWARE\DECAFme</code><br />
Value: <code>AcceptedEULA</code><br />
Data: <code>true</code></p>

<p>The program then connects via HTTP to 208.68.237.165 to check the current version number and receives the following response:
<code>1.0.0|http://www.decafme.org/|</code></p>

<p>If the application does not have a network connection, it will crash upon starting up with the following event:</p>

<pre><code>EventType clr20r3, P1 decaf.exe, P2 1.0.2.0, P3 4b2679b7, P4 decaf,
 P5 1.0.2.0, P6 4b2679b7, P7 115, P8 14d, P9 
system.invalidoperationexception, P10 NIL.
</code></pre>

<div id="attachment_2277" class="wp-caption alignright" style="width: 130px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/ScreenHunter_11-Dec.-14-18.34.gif"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/ScreenHunter_11-Dec.-14-18.34.gif" alt="Decaf Menu" title="ScreenHunter_11 Dec. 14 18.34" width="120" height="148" class="size-full wp-image-2277" /></a><p class="wp-caption-text">Decaf Menu</p></div>

<p>I produced this initially when I had my virtual host&#8217;s network interface disabled.</p>

<p>Starting the monitor puts the application in detection mode, looking for the presence of COFEE. It waits for the launch of runner.exe, the launcher in COFEE, and will perform an action based on the configuration settings. It appears the tool checks the MD5 hash of runner.exe (ab9e68c7e71ebb2d6a5b8d17e9bd6b33). In addition to detecting the launch of runner.exe, the tool performs a WMI query to detect the COFEE USB thumb drive. The WMI query used for this type of action is:</p>

<p><code>SELECT * FROM __InstanceOperationEvent WITHIN 10 WHERE TargetInstance ISA "Win32_DiskDrive"</code></p>

<p>And since the thumb drive has the COFEE label, finding its presence should not be an issue. <br /><br /></p>

<div id="attachment_2302" class="wp-caption aligncenter" style="width: 510px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/ScreenHunter_12-Dec.-14-18.43.gif"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/ScreenHunter_12-Dec.-14-18.43.gif" alt="Notification finding COFEE" title="ScreenHunter_12 Dec. 14 18.43" width="500" class="size-full wp-image-2302" /></a><p class="wp-caption-text">Notification finding COFEE</p></div>

<p>When COFEE is found, a notification is sent over to decafme.org (note I changed the rip field to invalid IP addresses):</p>

<p><code>GET /decaf.php?&amp;rip=299.297.141.45&amp;rtime=12142009_050704PM-5&amp;sim=false HTTP/1.1</code></p>

<p>When clicking Simulate, it mimics what <em>would</em> happen if coffee is found, and the sim field is set to true:</p>

<p><code>GET /decaf.php?&amp;rip=299.297.141.45&amp;rtime=12142009_051522PM-5&amp;sim=true HTTP/1.1</code></p>

<h3>The Configuration Menu</h3>

<div id="attachment_2312" class="wp-caption alignright" style="width: 310px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/12/lockdown_mode.png"><img src="http://praetorianprefect.com/wp-content/uploads/2009/12/lockdown_mode-300x252.png" alt="Lockdown Settings" title="lockdown_mode" width="300" height="252" class="size-medium wp-image-2312" /></a><p class="wp-caption-text">Lockdown Settings</p></div>

<p>In the configuration menu, there are checkboxes in the Monitor section to &#8220;Monitor USB&#8221; and &#8220;Monitor COFEE&#8221;. As discussed, these options enable checking for runner.exe and detection of the USB thumb drive. The Notification section contains options for notifying the user when detection occurs. The Actions section is the interesting part, especially editing the Lockdown Mode. Here, you can set what happens when detection occurs. Some of the options are:
<br /></p>

<ul>
<li>Shutdown the system</li>
<li>Kill selected processes</li>
<li>Disable Network, USB, CD-ROM, ports, floppy</li>
<li>Clear event viewer</li>
<li>Erase Data</li>
</ul>

<p><br />
<br /></p>

<p>The configuration settings are stored per user in an XML file located in:</p>

<p><code>%USERPROFILE%\local settings\application data\DECAFme.org\Decaf.exe_Url_5fokqfogt1qso5vyeabunvhsigozqvpo\1.0.2.0&gt;</code></p>

<p>If the config for the user does not exist, the default in the launch directory is used.</p>

<h3>Conclusion</h3>

<p>When I first heard of the tool, I assumed it would also include detection of the default OS commands and Sysinternal utilities that COFEE typically runs, such as pslist.exe or tcpvcon.exe, however, in its current version this is not the case. An anti-forensics tool which expands into detecting the typical collection tools will affect investigations that use various toolkits (Helix, IRCR, etc), not just COFEE. However, as quoted by The Register, the DECAF brewer&#8217;s intentions are not to derail just any collection suite, but for law enforcement to expand beyond using what Microsoft provides them.</p>

<p>This version of decaf is still very bitter and has quite a ways to go in its development. The authors of Decaf are promising a more light-weight version or a windows service in the next release and text message and email triggers to enter lockdown mode remotely in future versions. However, Decaf provides a good example of how anti-forensic tools continue to evolve and can become serious roadblocks for digital forensic investigators.</p>

<h3>Updates</h3>

<p>The authors of Decaf have shut down the project and have said they are starting a forum for those interested in further discussing related matters. Considered a spoof, stunt, hoax, and many other names in the media, we have discussed the matter in the <a href="http://praetorianprefect.com/archives/2009/12/reactivating-decaf-in-two-minutes/">following post</a>.</p>

<p><strong>Related Posts:</strong></p>
<ul>
<li><a href="http://praetorianprefect.com/archives/2010/06/iphone-4-ordering-and-session-switching/">iPhone 4 Ordering and Session Switching</a></li>
<li><a href="http://praetorianprefect.com/archives/2010/05/mays-patch-tuesday/">May&#8217;s Patch Tuesday</a></li>
<li><a href="http://praetorianprefect.com/archives/2010/04/winpe-3-0-forensics/">WinPE 3.0 &#038; Forensics</a></li>
<li><a href="http://praetorianprefect.com/archives/2010/03/3473/">March&#8217;s Patch Tuesday</a></li>
<li><a href="http://praetorianprefect.com/archives/2010/03/press-f1-for-help-pwned/">Press F1 for Help, pwned.</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://praetorianprefect.com/archives/2009/12/regular-or-decaf-tool-launched-to-combat-cofee/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Good morning, you owe us $887,180 dollars and 48 cents</title>
		<link>http://praetorianprefect.com/archives/2009/10/good-morning-you-owe-use-887180-dollars-and-48-cents/</link>
		<comments>http://praetorianprefect.com/archives/2009/10/good-morning-you-owe-use-887180-dollars-and-48-cents/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 00:09:29 +0000</pubDate>
		<dc:creator>Prefect</dc:creator>
				<category><![CDATA[Incident Response]]></category>
		<category><![CDATA[online banking]]></category>
		<category><![CDATA[strange security]]></category>

		<guid isPermaLink="false">http://praetorianprefect.com/?p=1235</guid>
		<description><![CDATA[When you are in security long enough, people in your daily life seem to seek you out when they have a problem that may be security related. This morning was one of those times, when a friend showed me her most recent ATM receipt in a panic.]]></description>
			<content:encoded><![CDATA[<p><a href="http://praetorianprefect.com/wp-content/uploads/2009/10/boa_800k1.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/10/boa_800k1-150x150.jpg" alt="boa_800k1" title="boa_800k1" width="150" height="150" class="alignleft size-thumbnail wp-image-1236" /></a>When you are in security long enough, people in your daily life seem to seek you out when they have a problem that may be security related. This morning was one of those times, when a friend showed me her most recent ATM receipt in a panic. She had gone to the bank to confirm that $1,000 transfer she had expected had hit the account. Her savings balance: -$887,180.48.</p>

<p>My initial advice, after being a little surprised, was that she needed to go down to the bank branch to get this straightened out. She returned telling me that the teller said that it was fraud, that the fraud department was not answering the teller&#8217;s calls, and that my friend could call the fraud department directly. She asked me if I thought this could actually be fraud, a transfer made by some bad actor. I replied that I didn&#8217;t think a bank would honor any manner of withdraw of nearly a million dollars from an account that can&#8217;t cover the amount, and that this is likely not fraud but a clerical error of some kind.</p>

<p>My friend called the fraud department number provided, and connected with an automated message asking her to leave a message with her account number, phone number, and information on the nature of the fraud. By asking for a phone number, the fraud department was leaving the indication that someone would call back. She logged into her online banking account, and showed me the transfer, it was for $888,888.88. The balance was the amount of money she had in the account, minus this bizarre withdraw. I advised her that the money amount looked like a place filler, the kind of data a clerk at a financial institution puts in to fill out a field in an application. As a developer I had watched operations people do this before (usually with all nines) when an application had a required field (you can not move off the screen you are on without putting data in it) but the field is not actually used for anything, just a bad or legacy application problem.</p>

<p><div id="attachment_1236" class="wp-caption alignleft" style="width: 227px"><a href="http://praetorianprefect.com/wp-content/uploads/2009/10/boa_800k1.jpg"><img src="http://praetorianprefect.com/wp-content/uploads/2009/10/boa_800k1-217x300.jpg" alt="The ATM receipt." title="boa_800k1" width="217" height="300" class="size-medium wp-image-1236" /></a><p class="wp-caption-text">The ATM receipt.</p></div>
<br /><br /></p>

<p>An hour later, no call, and she logged into her online banking account again.  The transfer was gone, the account balance was back to normal, and no return call ever came from the fraud department.</p>

<p>So problem solved, but the way it was handled continued to bother me. The people physically at the bank were not empowered to take any action. A bizarre money figure was involved, and a problem was resolved without any further information. As a security professional, incident response is drilled into the collective mind of the industry: making sure people know what to do when emergencies happen, empowering people to respond properly, clearly written policies everyone can access, and ensuring everyone knows what response people to contact and how to reach them. In this case the front line bank professional suggested that the customer was a victim of fraud but there was no opportunity to speak to a person empowered to do any research and the problem was resolved with no further information or explanation.</p>

<p>I decided to see if anyone else had run into this.  I started by checking out bankofamerica.com, and searching for the strange money amount $888,888.88. That produced no results.  Searching for that money amount on Google exploded with results, some of which are detailed below. Ignoring any vitriol aimed at the institution itself (I have no issue with the bank: one policy or practice does not make an institution and BOA is associated with some key advances in online banking security such as one of the first wide scale mutual authentication implementations), it is clear that placing a negative transfer of this amount is standard operating procedure when fraud is suspected. In my friends case a money transfer came to her account that must have been flagged for some reason initially, and then quickly determined not to be a problem.</p>

<p>This approach has problems. Ostensibly the bank&#8217;s goal is to determine if there was fraud and if not to reintegrate the customer, if so get rid of the bad account and perhaps pursue further remedy. For that first case however, the handling of the fraud case that is not fraud will largely determine whether the bank customer remains a customer or not. If a bank appears to be looking out for both your interests as well as their own, the customer can leave with a positive reaction, or at least an understanding one. With this approach, the customer is left agitated.</p>

<p>So some things that might change to make this more palatable:</p>

<ul>
<li>A clearly written account alert online and on ATM receipts that indicates the account is in a hold state because of a potential fraud condition.</li>
<li>Ensuring front line bank personnel, the tellers, can always access fraud personnel to review a case while a customer is in the bank branch.</li>
<li>Ensuring someone can answer the phone when the fraud department is called, day or night, 24&#215;7.</li>
<li>Retiring the practice of entering a -$888,888.88 transaction in the account.  At some point the bank will be responsible for a heart attack with this practice. More seriously, if the goal is to come to a timely resolution on determining whether fraud has taken place, having the customer start the interaction in a seriously agitated state, the near universal response to seeing that they owe almost a million dollars in their bank account, does not make sense.</li>
<li>A follow up call if the fraud condition is resolved without the customer present and with a positive outcome (no actual fraud found), letting the customer know why this happened and that such investigations are for the mutual benefit of the bank and the customer.</li>
<li>Add better information to the web site on what happens when an account is suspected of fraudulent transactions. Not enough where a thief is given a playbook of the bank&#8217;s response, but enough so that a customer is not left out in the cold wondering where their money went.</li>
</ul>

<p>Invariably someone will bring up the cost of fraud is accepted as a cost of doing business, these customers and the associated money they bring in are a rounding error for the bank, and other such specious arguments. This has little to do with the cost of fraud itself, this is the cost of losing customers and potential customers to a strange incident response process. Regarding providing effective support, the fact is that hiring phone personnel or training your existing ones to handle fraud scenarios effectively is not a major expense when balanced against negativity related costs to the brand. If the fraud department of the bank is overwhelmed, more tasks on simple cases must be pushed down to less qualified but more numerous support personnel.</p>

<p>Will this make people happy they can not withdraw money because their account is on a fraud hold? No. It might however avoid losing that customer, and every person that customer talks to as a potential customer. It might make these experiences less life changing for the people involved. Because if the responses below are any indication, people leave this process very upset today. My friend is no exception.</p>

<h3>The online responses of other persons:</h3>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
I opened a checking &#038; savings account 2 weeks ago. Deposited over $5,000 to open the account of my money. I received 2 transfers of funds from a company I do work for that also happens to have BofA. Those went through just fine. On the 3rd transfer, they suspected it was fraudulent and put a -$888, 888.88 negative balance on my account and all my checks started bouncing&#8230;So I call them and they tell me they suspected a fraudulent transfer?!? From a guy who logged into his account and entered specific pass phrases to get into his account and transferred the money. Meanwhile, he&#8217;s done this 2 times before with HIGHER amounts with no problem.
<br /><br />
Source: <a href="http://www.complaintsboard.com/complaints/bank-of-america-c74666.html">http://www.complaintsboard.com/complaints/bank-of-america-c74666.html</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
Tonight at midnight he realized that he couldn&#8217;t get in to access any of his account information; apparently his PIN was changed. I got notification that my account balance is something like -$887,888.88. My online account tells me that one big withdrawal was made in the amount of $888,888.88, with the note &#8220;DEBIT/HOLD ON 09/07.&#8221; I spoke with a very nice customer service agent&#8230;In the end, she explained that this is what they do for Fraud protection, when for one reason or another an account is under suspicion.
<br /><br />
Source: <a href="http://www.reddit.com/r/AskReddit/comments/9i8p/bank_of_america_just_withdrew_88888888_from_my/?sort=new">http://www.reddit.com</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
I logged into my Bank of America accounts yesterday to see a pending debit of $888,888.88 on all my accounts
<br /><br />
Source: <a href="http://www.fatwallet.com/forums/textthread.php?catid=52&#038;threadid=778747&#038;print=1">http://www.fatwallet.com/forums/textthread.php?catid=52&#038;threadid=778747&#038;print=1</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
And I log onto our Bank of America joint account, and see that it appears our Bank of America joint account is overdrawn by nearly a million dollars ($887,375.29, to be exact). Even though I knew that this couldn’t possibly be so, my pulse definitely quickened at seeing such a large number in red print with a negative number in front of it.
<br /><br />
Source: <a href="http://www.direction-connection.com/2007/01/31/why-bank-of-america-sucks/">http://www.direction-connection.com/2007/01/31/why-bank-of-america-sucks/</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
I applied online for a checking account about 2 weeks ago and did not hear anything back so i applied again and received 2 emails on 1/23 that both applications were approved. i received my account info and check cards in the mail last week but when i went to make sure the balance was $0.00 on both accounts it says -$888,888.88. I called a friend of mine that is a teller and she says the accounts show &#8220;risk closure&#8221; with the accounts frozen she then told me that -888,888.88 is a fraud message.
<br /><br />
Source: <a href="http://www.bankofamericasucks.com/viewtopic.php?f=1&#038;t=3348">http://www.bankofamericasucks.com/viewtopic.php?f=1&#038;t=3348</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
I return to work and look up my account balance online. My balance is $-888,888.88. Something is amiss.
<br /><br />
Source: <a href="http://volcanicensemble.blogspot.com/2006/12/bank-of-america-u-haul-of-banks.html">http://volcanicensemble.blogspot.com/2006/12/bank-of-america-u-haul-of-banks.html</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
I almost fell out on the sidewalk when I heard the computerized voice tell me that my account was more than $800,000 overdrawn.
<br /><br />
Source: <a href="http://bizcovering.com/business/how-bank-of-america-ripped-me-off/">http://bizcovering.com/business/how-bank-of-america-ripped-me-off/</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
After several voice prompts, it told her she had a balance on two separate checking and two separate savings of negative $888,888.88!
<br /><br />
Source: <a href="http://www.debtconsolidationcare.com/banking/bankofamerica-risk-assessment.html">http://www.debtconsolidationcare.com/banking/bankofamerica-risk-assessment.html</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
Gian Franco Lazaro: Okay, so I opened my account 2-3 weeks. then, on October 17, I was overdrawn by $1,777,726.78 ($888,888.88 twice minus my $50.98)from my debit card. At first, i was of course shocked because I am a student and I don&#8217;t have salary, and still depe&#8230;ndent on my parents. Right now, i can&#8217;t call its 11.09pm but what the hell?! Are they serious?! Do they think this is a joke or something?
<br /><br />
Source: Facebook.com
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
Why would bank of america debit $888,888.88 from my bank accounts?
<br /><br />
Source: <a href="http://answers.yahoo.com/question/index?qid=20080212232923AAyprAW">http://answers.yahoo.com/question/index?qid=20080212232923AAyprAW</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
So B of A Fraud Department debited my account $888,888.88. I am not kidding; After spending hours on the phone with B of A trying to get to the right department and being told wrong information (such as &#8220;the government put a levy on your account&#8221;),
<br /><br />
Source: <a href="http://bankofamericasux.com/viewtopic.php?f=5&#038;t=4143#p20696">http://bankofamericasux.com/viewtopic.php?f=5&#038;t=4143#p20696</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
&#8220;Your current balance is $340. Your available balance is $0. You currently have a hold for $888,888.88&#8243; Woah, woah woah. What was that last part again? $888,888.88?&#8221;
<br /><br />
Source: <a href="http://kaysthinkingroom.blogspot.com/">http://kaysthinkingroom.blogspot.com/</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
Bank of America just posted on my statement that I owe them $888,888.88 I guess they didn&#8217;t think they got enough Tax money yet.
<br /><br />
Source: <a href="http://forums.gibson.com/Default.aspx?g=posts&#038;t=15077">http://forums.gibson.com/Default.aspx?g=posts&#038;t=15077</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
I have one more horror story on B of A that I have no idea how to solve. I opened my online account information one morning to see a deposit of $888,888.88.
<br /><br />
Source: <a href="http://www.complaints.com/directory/2005/june/17/11.htm">http://www.complaints.com/directory/2005/june/17/11.htm</a>
</div>

<div class="wp-caption" style="display: block;text-align: left;margin: 5px;margin-left: 10px;">
Now, 6 weeks later we see our account has been debited $888,888.88 in order to stop the account because of fraud. At first I assumed it was fraud attempted to be perpetrated on us, but noooo&#8230;. they say that the amount we transfered came from another BoA customer&#8217;s account! As if somehow we figured out how to do that, and stole their money, risking our whole business for a paltry sum, and stopping just there (what kind of a crook takes only a small portion of an online account?). The BoA rep actually told us that the money in our account was stolen and that BoA takes this seriously and &#8220;prosecutes to the full extent of the law&#8221;!
<br /><br />
Source: <a href="http://www.bankofamericasucks.com/viewtopic.php?f=1&#038;t=3032&#038;start=0">http://www.bankofamericasucks.com/viewtopic.php?f=1&#038;t=3032&#038;start=0</a>
</div>

<p><br /><br /></p>

<p><strong>Related Posts:</strong></p>
<ul>
<li><a href="http://praetorianprefect.com/archives/2009/12/regular-or-decaf-tool-launched-to-combat-cofee/">Regular or Decaf? Tool launched to combat COFEE</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://praetorianprefect.com/archives/2009/10/good-morning-you-owe-use-887180-dollars-and-48-cents/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
