My iPhone Is Compromised!
Fri, 17 Feb 2012 20:58:07 GMT
Fri, 17 Feb 2012 20:59:39 GMT
Adam Curry
adam@curry.com
1
1
69
209
781
748
<script>
function ec (id, showClassName, urlExpand, urlCollapse) {
var imgId = 'img_'+ id;
if (document.getElementById (id).className == 'hide') {
document.getElementById (id).className = showClassName;
document.getElementById (imgId).src = urlCollapse;
}
else {
document.getElementById (id).className = 'hide';
document.getElementById(imgId).src = urlExpand;
}
}
</script>
<style>
.divOutlineBody {
padding: 0;
margin-left: -16px;
}
.divOutlineList {
margin-left: 0;
padding-left: 0;
text-indent: 0;
}
.divOutlineItem {
margin-left: 16px;
}
.spanOutlineText {
cursor: pointer;
float: none;
margin-left: 0;
color: black;
}
.show {
display: block;
}
.hide {
display: none;
}
img.expandIcon {
position: relative;
left: -16px;
margin-right: -16px;
padding: 0;
border: 0;
height: 16px;
width: 16px;
}
</style>
<div class="divOutlineBody">
<div class="divOutlineList" style="padding-left: 0;">
<div class="divOutlineItem" style="padding-bottom: 10px;"><span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">I just ran the <a href="http://www.veracode.com/blog/2012/02/adios-say-goodbye-to-nosy-iphone-apps/">AdiOS app</a> on my Mac. It accesses info on apps that you have synched through iTunes and provides a list of apps that have the <i>ability</i> to access your address book.</span><a name="iJustRanTheAHrefhttpwwwveracodecomblog201202adiossaygoodbyetonosyiphoneappsadiosAppaOnMyMacItAccessesInfoOnAppsThatYouHaveSynchedThroughItunesAndProvidesAListOfAppsThatHaveTheIabilityiToAccessYourAddressBook"> </a><a href="#iJustRanTheAHrefhttpwwwveracodecomblog201202adiossaygoodbyetonosyiphoneappsadiosAppaOnMyMacItAccessesInfoOnAppsThatYouHaveSynchedThroughItunesAndProvidesAListOfAppsThatHaveTheIabilityiToAccessYourAddressBook"><img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink"></a></div>
<div class="divOutlineItem" style="padding-bottom: 10px;"><span class="spanOutlineText" style="font-family: Georgia; font-size: 18px; line-height: 140%;">Here's a <a href="http://dropbox.curry.com/docs/AdiOS.pdf">PDF of the print-out</a>. The list is rather long and disturbing.</span><a name="heresAAHrefhttpdropboxcurrycomdocsadiospdfpdfOfThePrintoutaTheListIsRatherLongAndDisturbing"> </a><a href="#heresAAHrefhttpdropboxcurrycomdocsadiospdfpdfOfThePrintoutaTheListIsRatherLongAndDisturbing"><img src="http://scripting.com/images/2001/09/20/sharpPermaLink3.gif" class="imgBlogpostPermalink" width="6" height="9" border="0" alt="permalink"></a></div>
</div>
</div>