<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>Collin R. Mulliner   </title>
    <link>http://www.mulliner.org/blog/blosxom.cgi</link>
    <description>...stuff I do and things I like... </description>
    <language>en</language>

  <item>
 <title>Back from SyScan</title>
 <pubDate>Mon, 09 Jul 2007 06:17:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2007/07/09#backfromsyscan</link>
 <description>
I'm back from SyScan (and Singapore). It was a lot of fun I and I met many interesting
people. It was a really good time.&lt;br&gt;&lt;br&gt;
The slides for my talk are available &lt;a href=&quot;/pocketpc/&quot;&gt;here&lt;/a&gt;.</description>
 </item>
  <item>
 <title>PocketPC MMS talk at SyScan07</title>
 <pubDate>Tue, 22 May 2007 12:00:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2007/05/22#syscan07</link>
 <description>
In early July I am giving my &lt;a href=&quot;/pocketpc/&quot;&gt;PocketPC MMS&lt;/a&gt; talk at
&lt;a href=&quot;http://www.syscan.org&quot;&gt;SyScan&lt;/a&gt; in Singapore. Looking at the &lt;a href=&quot;http://syscan.org/speakers.html&quot;&gt;speakers list&lt;/a&gt; you will find another &lt;a href=&quot;http://www.trifinite.org&quot;&gt;trifinite&lt;/a&gt; member and many guys from Germany :-)
&lt;br&gt;&lt;br&gt; 
This will be my first time to Asia and I'm really looking forward to it!</description>
 </item>
  <item>
 <title>F-Secure has a Signature for my MMS PocketPC Exploit</title>
 <pubDate>Wed, 10 Jan 2007 12:42:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2007/01/10#fsecuresignatureformmsexploit</link>
 <description>
see the story in the F-Secure Labs blog &lt;a href=&quot;http://www.f-secure.com/weblog/archives/archive-012007.html#00001075&quot;&gt;here&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;
Very cool to have your own VirusScanner signature (without writing a virus) ;-)</description>
 </item>
  <item>
 <title>Anti NotiFlood</title>
 <pubDate>Sat, 06 Jan 2007 18:19:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2007/01/06#anti_notiflood</link>
 <description>
here is a quick and easy way to protect yourself against &lt;a href=&quot;http://www.mulliner.org/pocketpc/notiflood.tar.gz&quot;&gt;NotiFlood&lt;/a&gt; (my MMS notification attack against PocketPC-based mobile phones, see my &lt;a href=&quot;/pocketpc&quot;&gt;PocketPC Security Research&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;
As I &lt;a href=&quot;http://www.mulliner.org/pocketpc/feed/pocketpcmms_collinmulliner_23c3.pdf&quot;&gt;explained&lt;/a&gt;, the PushRouter
is the application that listens on port 2948 it basically gets all WAP push messages and routes them the destination application.
If the PushRouter doesn't know which destination application to use it discards the WAP push message. So in order to
protect us against a NotiFlood attack we simply need to remove the MMS mime type from the PushRouter configuration, after this
the PushRouter will not be able to forward any WAP push messages to tmail.exe (the MMS application).
&lt;br&gt;&lt;br&gt;
The PushRouter configuration for MMS is stored in the WinCE registry at:&lt;br&gt;
&lt;ul&gt;
&lt;code&gt;\HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ ByCTAndAppId\application/vnd.wap.mms-message;&lt;/code&gt;&lt;br&gt;
&lt;/ul&gt;
The only value in this registry key is &lt;code&gt;DEFAULT&lt;/code&gt; for me it is set to &lt;code&gt;80FBE375B731C701&lt;/code&gt;.
&lt;br&gt;&lt;br&gt;
Now we have a couple of options: delete the complete key, delete the value, and modify the value. I for my part
just modified the value (so I can easily switch MMS back on). I basically just added a underline (&lt;b&gt;_&lt;/b&gt;) to the key value.
Now since the value of the key is wrong the PushRouter can no longer forward the MMS message to tmail.exe.
&lt;br&gt;&lt;br&gt;
Note, also these settings are from my IPAQ PocketPC 4.2 they should be the same on all 4.2x devices.
&lt;br&gt;&lt;br&gt;
&lt;b&gt;WARNING:&lt;/b&gt;
&lt;ul&gt;
This modification disables receiving MMS all together! Don't do it if you still want to receive MMS messages.
&lt;/ul&gt;
&lt;br&gt;
Since there is no regedit on PocketPC you need to get a third party application. I used &lt;a href=&quot;http://www.phm.lu/products/PocketPC/RegEdit/&quot;&gt;PHM RegEdit&lt;/a&gt;.

&lt;br&gt;&lt;br&gt;
That is it! You're secure now ;-)</description>
 </item>
  <item>
 <title>Video of NotiFlood crashing a WinCE 5 Device</title>
 <pubDate>Thu, 04 Jan 2007 08:58:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2007/01/04#notiflood_video_wince5</link>
 <description>
&lt;a href=&quot;http://www.tun0.de/blog&quot;&gt;Lutz&lt;/a&gt; made a small video where he uses &lt;a href=&quot;/pocketpc/feed/notiflood.tar.gz&quot;&gt;NotiFlood&lt;/a&gt;
to crash his WinCE 5.x smart phone. It is quite fun to watch.&lt;br&gt;&lt;br&gt;
&lt;a href=&quot;http://tun0.de/notiflood_wm5_dos.avi&quot;&gt;notiflood_wm5_dos.avi&lt;/a&gt; (80MB)</description>
 </item>
  <item>
 <title>Advanced Attacks Against PocketPC Phones 23c3 edition</title>
 <pubDate>Fri, 29 Dec 2006 22:53:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2006/12/29#23c3_pocketpcmms</link>
 <description>
...get the proof-of-concept exploit &lt;a href=&quot;/pocketpc&quot;&gt;here&lt;/a&gt;.
I also updated the slides but just cosmetics.
&lt;br&gt;&lt;br&gt;
Have fun and be responsible!</description>
 </item>
  <item>
 <title>Screenshots from the MMS Exploit</title>
 <pubDate>Tue, 15 Aug 2006 02:36:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2006/08/15#mmsattacksscreenshots</link>
 <description>
&lt;img src=&quot;/pocketpc/images/image_00004.jpg&quot; width=&quot;30%&quot; align=&quot;left&quot;&gt;
I posted some &lt;i&gt;action&lt;/i&gt; shots of the PocketPC MMS / SMIL exploit on
my &lt;a href=&quot;/pocketpc/&quot;&gt;PocketPC Security Research&lt;/a&gt; page. The screen
shots are somewhat older (I think this might even be from the first day
I got this to work). Anyway I just didn't want to keep these from you 
guys. Btw. as far as I remember I took the pictures with the camera of
the i-mate PDA2k my only other test device next to the iPAQ h6315.
</description>
 </item>
  <item>
 <title>MMS DoS Attack, have you tested your device?</title>
 <pubDate>Wed, 09 Aug 2006 23:37:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2006/08/09#mmsattacksfeedback</link>
 <description>
So I'm really wondering if all PocketPC-based phones are affected by the
vulnerabilities I found and presented at defcon. Since I released 
a proof-of-concept tool for the M-Notification.ind/WapPush/UDP denial-of-service
attack I would like to get some feedback from people who tested their device.
I would especially like people to test WinCE5.0 devices.&lt;br&gt;&lt;br&gt;
So if you have tested any device besides the iPAQ h6315 or the i-mate PDA2k
please send me an email at: collin[at]trifinite.org
&lt;br&gt;&lt;br&gt;
All the info is here: &lt;a href=&quot;/pocketpc&quot;&gt;My PocketPC Security Research site&lt;/a&gt;</description>
 </item>
  <item>
 <title>PocketPC Podcasting</title>
 <pubDate>Fri, 18 Nov 2005 09:26:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2005/11/18#podcasting</link>
 <description>
so I finally got around to look for some decent podcasting software
for PocketPC (for my h6315). Until now I just downloaded the stuff by hand
and transfered it to a SD or MMC card, this was pretty annoying. Even
if you have an automated download this sucks. The software I use now is
 &lt;a href=&quot;http://www.smartfeed.org/&quot;&gt;smartfeed&lt;/a&gt; (free!).
Its pretty simple, just select the feeds you want - choose the download
directory (e.g. /Storage Card/ to use the SD card) and you're done.
It nicely downloads the feeds and you can use what ever player you want.
&lt;br&gt;&lt;br&gt;
I really like it this way, I just need to have a wireless connection
and I'm good to go. I guess I will listen to more stuff then before,
since its so easy now. Any show suggestions?</description>
 </item>
  <item>
 <title>Exploiting PocketPC slides online</title>
 <pubDate>Sat, 30 Jul 2005 13:15:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2005/07/30#exploiting_pocketpc</link>
 <description>
The slides from my talk on PocketPC exploits at What The Hack! can be
downloaded from my &lt;a href=&quot;/pocketpc/&quot;&gt;PocketPC&lt;/a&gt; section.</description>
 </item>
  <item>
 <title>The h6315 update</title>
 <pubDate>Wed, 06 Apr 2005 06:22:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2005/04/06#h6315update2</link>
 <description>
...it really helps. I have much better reception (more bars) and the battery seems to live longer (could be due to the
fact that the device is not constantly trying to connect to a cell tower). Now a general OS upgrade would be nice,
I know it's unlikely to become true.&lt;br&gt;&lt;br&gt;
Also the Linux port seems to make some progress, this would be the better solution anyway.</description>
 </item>
  <item>
 <title>Finally a h6315 update!</title>
 <pubDate>Fri, 01 Apr 2005 22:24:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2005/04/01#h6315update</link>
 <description>
Just got an SMS from T-Mobile which told me to get my update.&lt;br&gt;
Get it &lt;a href=&quot;http://www.t-mobileapps.com/downloadcenter/Software/TMO_SP29764_1_10_08.exe&quot;&gt;TMO_SP29764_1_10_08.exe&lt;/a&gt;&lt;br&gt;&lt;br&gt;
I hope it's not a very bad April joke :-)</description>
 </item>
  <item>
 <title>Changing the Bluetooth device class of the h6315</title>
 <pubDate>Wed, 15 Dec 2004 09:59:00 GMT</pubDate>
 <link>http://www.mulliner.org/blog/blosxom.cgi/2004/12/15#btclass_h6315</link>
 <description>
I just played with my &lt;a href=&quot;http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/215348-64929-215381-314903-f60-430120.html&quot;&gt;h6315&lt;/a&gt;'s
 registry (using &lt;a href=&quot;http://www.phm.lu/products&quot;&gt;PHM Registry Editor&lt;/a&gt;) and found this
&lt;b&gt;MinorClass&lt;/b&gt; key (in \HKEY_LOCAL_MACHINE\SOFTWARE\Widcomm\BtConfig\General) which lets you (only!) change the MinorDeviceClass of your
iPAQ. Now I have to find out how to change the MajorClass and the ServiceClass to build something like
&lt;a href=&quot;http://www.mulliner.org/palm/btclass.php&quot;&gt;BtClass&lt;/a&gt;. I tried to add several keys like MajorClass or ServiceClass but non did work.&lt;br&gt;&lt;br&gt;
I will keep on working on this.</description>
 </item>
  </channel>
</rss>