<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Intrepidus Group - Insight</title>
	<atom:link href="http://intrepidusgroup.com/insight/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://intrepidusgroup.com/insight</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 14 Apr 2012 16:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Java Reflection in Android&#8230;FTW by Zach</title>
		<link>http://intrepidusgroup.com/insight/2012/04/java-reflection-in-android-ftw/comment-page-1/#comment-1465</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Sat, 14 Apr 2012 16:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=3019#comment-1465</guid>
		<description>Nice post, Corey. I&#039;d also like to point out a rather good research paper about some automation around reflection (for purposes of enumerating Android permissions and associated checks) over at http://www.cs.berkeley.edu/~afelt/android_permissions.pdf</description>
		<content:encoded><![CDATA[<p>Nice post, Corey. I&#8217;d also like to point out a rather good research paper about some automation around reflection (for purposes of enumerating Android permissions and associated checks) over at <a href="http://www.cs.berkeley.edu/~afelt/android_permissions.pdf" rel="nofollow">http://www.cs.berkeley.edu/~afelt/android_permissions.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Busybox Command Injection by ssybesma</title>
		<link>http://intrepidusgroup.com/insight/2010/02/busybox-command-injection/comment-page-1/#comment-1463</link>
		<dc:creator>ssybesma</dc:creator>
		<pubDate>Wed, 11 Apr 2012 19:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=176#comment-1463</guid>
		<description>I have an A/V receiver that is network-connected and it does use Busybox (I know this because the documentation that came with the receiver mentions it specifically). 
 
Only thing is that I cannot ping from that A/V receiver, but I can ping _to_ it from my Windows XP computer. 
 
I have heard of using Ping injection from within the device if it has the ability to use ping, but the A/V receiver may not have that (if it does, it&#039;s hidden). 
 
I&#039;m forced to ping from another machine. 
 
Is there a way I can send the following command line from a Windows machine to enable Telnet on my A/V receiver, as it&#039;s obviously disabled: 
 
; /usr/sbin/iptables -A INPUT -p tcp --dport 23 -j ACCEPT ; 
 
I think the command line might be pretty standard for any box that uses Busybox. 
 
The (local) IP address of my A/V receiver is hard set to: 192.168.0.7 
 
I was trying to use the following command line, but I really don&#039;t know what I&#039;m doing and it didn&#039;t work: 
 
ping 192.168.0.7 ; /usr/sbin/iptables -A INPUT -p tcp --dport 23 -j ACCEPT ; </description>
		<content:encoded><![CDATA[<p>I have an A/V receiver that is network-connected and it does use Busybox (I know this because the documentation that came with the receiver mentions it specifically). </p>
<p>Only thing is that I cannot ping from that A/V receiver, but I can ping _to_ it from my Windows XP computer. </p>
<p>I have heard of using Ping injection from within the device if it has the ability to use ping, but the A/V receiver may not have that (if it does, it&#8217;s hidden). </p>
<p>I&#8217;m forced to ping from another machine. </p>
<p>Is there a way I can send the following command line from a Windows machine to enable Telnet on my A/V receiver, as it&#8217;s obviously disabled: </p>
<p>; /usr/sbin/iptables -A INPUT -p tcp &#8211;dport 23 -j ACCEPT ; </p>
<p>I think the command line might be pretty standard for any box that uses Busybox. </p>
<p>The (local) IP address of my A/V receiver is hard set to: 192.168.0.7 </p>
<p>I was trying to use the following command line, but I really don&#8217;t know what I&#8217;m doing and it didn&#8217;t work: </p>
<p>ping 192.168.0.7 ; /usr/sbin/iptables -A INPUT -p tcp &#8211;dport 23 -j ACCEPT ; </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android MDM. Part I: Build Up by Steve</title>
		<link>http://intrepidusgroup.com/insight/2012/03/android-mdm-part-i-build-up/comment-page-1/#comment-1458</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 05 Apr 2012 20:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=2924#comment-1458</guid>
		<description>I don&#039;t understand why Google has only gone so far as to enable MDM providers to build their own &quot;policy equivalent&quot; to an iOS Exchange Activesync payload (configuration profile), and leave it up to the MDM providers to deliver this functionality.  I think Google should step it up if they want to see BYOD Android more broadly accepted in enterprises.  By the way there is another cloud-based MDM solution out there - &lt;a href=&quot;http://www.trellia.com&quot; rel=&quot;nofollow&quot;&gt;www.trellia.com&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand why Google has only gone so far as to enable MDM providers to build their own &#8220;policy equivalent&#8221; to an iOS Exchange Activesync payload (configuration profile), and leave it up to the MDM providers to deliver this functionality.  I think Google should step it up if they want to see BYOD Android more broadly accepted in enterprises.  By the way there is another cloud-based MDM solution out there &#8211; <a href="http://www.trellia.com" rel="nofollow">http://www.trellia.com</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mallory: Transparent TCP and UDP Proxy by Le gang stalking c&#8217;est ça &#8230;&#8230;..et toujours pas de mots latins&#8230;..technique applicable dans l&#8217;étendue du spectre electromagnétique &#171; Gang Stalking Network Belgique</title>
		<link>http://intrepidusgroup.com/insight/mallory/comment-page-1/#comment-1420</link>
		<dc:creator>Le gang stalking c&#8217;est ça &#8230;&#8230;..et toujours pas de mots latins&#8230;..technique applicable dans l&#8217;étendue du spectre electromagnétique &#171; Gang Stalking Network Belgique</dc:creator>
		<pubDate>Thu, 01 Mar 2012 03:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?page_id=809#comment-1420</guid>
		<description>[...] Mallory - A transparent TCP and UDP MiTMing proxy. Extensible to MiTM SSL, SSH, and many other protocols. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mallory - A transparent TCP and UDP MiTMing proxy. Extensible to MiTM SSL, SSH, and many other protocols. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changes to Apple MDM for iOS 5.x by dschuetz</title>
		<link>http://intrepidusgroup.com/insight/2012/01/changes-to-apple-mdm-for-ios-5-x/comment-page-1/#comment-1419</link>
		<dc:creator>dschuetz</dc:creator>
		<pubDate>Wed, 29 Feb 2012 16:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=2831#comment-1419</guid>
		<description>Ah! good catch. I thought developer push certs could use either server, but that they should use the sandbox when testing. Or perhaps that&#039;s just how you created the certificate in the first place. I&#039;ll try to make a note of that, it might trip up someone else too. :) </description>
		<content:encoded><![CDATA[<p>Ah! good catch. I thought developer push certs could use either server, but that they should use the sandbox when testing. Or perhaps that&#8217;s just how you created the certificate in the first place. I&#8217;ll try to make a note of that, it might trip up someone else too. <img src='http://intrepidusgroup.com/insight/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iOS MDM: Preventing Disassociation DOS and Potemkin Devices by Alexander</title>
		<link>http://intrepidusgroup.com/insight/2012/02/ios-mdm-preventing-disassociation-dos-and-potemkin-devices/comment-page-1/#comment-1418</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Wed, 29 Feb 2012 06:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=2913#comment-1418</guid>
		<description>Interesting what command Apple use in Find my iPhone... maybe mitmproxy can help </description>
		<content:encoded><![CDATA[<p>Interesting what command Apple use in Find my iPhone&#8230; maybe mitmproxy can help </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changes to Apple MDM for iOS 5.x by Van</title>
		<link>http://intrepidusgroup.com/insight/2012/01/changes-to-apple-mdm-for-ios-5-x/comment-page-1/#comment-1416</link>
		<dc:creator>Van</dc:creator>
		<pubDate>Tue, 28 Feb 2012 16:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=2831#comment-1416</guid>
		<description>I found why device don&#039;t receive notification from server. I testing with developer provisioning profile, so must use gateway.sandbox.push.apple.com as notification server. But server was configured to use gateway.push.apple.com. To use sandbox I&#039;m changed APNSNotificationWrapper param: &quot;wrapper = APNSNotificationWrapper(&#039;PushCert.pem&#039;, True)&quot; It was False. 
 </description>
		<content:encoded><![CDATA[<p>I found why device don&#8217;t receive notification from server. I testing with developer provisioning profile, so must use gateway.sandbox.push.apple.com as notification server. But server was configured to use gateway.push.apple.com. To use sandbox I&#8217;m changed APNSNotificationWrapper param: &#8220;wrapper = APNSNotificationWrapper(&#8216;PushCert.pem&#8217;, True)&#8221; It was False. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changes to Apple MDM for iOS 5.x by Van</title>
		<link>http://intrepidusgroup.com/insight/2012/01/changes-to-apple-mdm-for-ios-5-x/comment-page-1/#comment-1415</link>
		<dc:creator>Van</dc:creator>
		<pubDate>Tue, 28 Feb 2012 15:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=2831#comment-1415</guid>
		<description>Hello. 
I have use your advice about manual  MDM-formatted push message and it work. If I send push notification [&quot;aps&quot;:{&quot;alert&quot;:&quot;My first push notification!&quot;,&quot;sound&quot;:&quot;default&quot;},&quot;mdm&quot;:&quot;A0433A31-2B0B-41FD-B79B-002F8C1A28D7&quot;] when device connect to server and perform action (lock at least, don&#039;t test another yet). So problem is with MDM-push-notification part of server. 
I have send request to join enterprise program but doubt I&#039;m already accepted. So this mean even with developer profile you are able to implement MDM :). 
I will try to investigate why server from post doesn&#039;t work fine. If server&#039;s code have some error and I&#039;ll find it - I&#039;ll post here. 
Thanks for help. </description>
		<content:encoded><![CDATA[<p>Hello.<br />
I have use your advice about manual  MDM-formatted push message and it work. If I send push notification ["aps":{"alert":"My first push notification!","sound":"default"},"mdm":"A0433A31-2B0B-41FD-B79B-002F8C1A28D7"] when device connect to server and perform action (lock at least, don&#8217;t test another yet). So problem is with MDM-push-notification part of server.<br />
I have send request to join enterprise program but doubt I&#8217;m already accepted. So this mean even with developer profile you are able to implement MDM <img src='http://intrepidusgroup.com/insight/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
I will try to investigate why server from post doesn&#8217;t work fine. If server&#8217;s code have some error and I&#8217;ll find it &#8211; I&#8217;ll post here.<br />
Thanks for help. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iOS MDM: Preventing Disassociation DOS and Potemkin Devices by david_schuetz</title>
		<link>http://intrepidusgroup.com/insight/2012/02/ios-mdm-preventing-disassociation-dos-and-potemkin-devices/comment-page-1/#comment-1412</link>
		<dc:creator>david_schuetz</dc:creator>
		<pubDate>Mon, 27 Feb 2012 17:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=2913#comment-1412</guid>
		<description>That&#039;s correct -- MDM can install an application (which still needs the user&#039;s approval), but it cannot force the app to actually launch. Even the push notification system won&#039;t cause the app to launch (but the app will get the notification directly if it&#039;s in the foreground when the push message arrives). 
 
I was kind of surprised that coordinates weren&#039;t returned in the generic DeviceInfo command, or that there wasn&#039;t a specific GPS command. It may be that there is some method, and that I simply haven&#039;t found it yet, but I believe that 3rd party vendors also require the use of the external application to collect geolocation information. 
 
 </description>
		<content:encoded><![CDATA[<p>That&#8217;s correct &#8212; MDM can install an application (which still needs the user&#8217;s approval), but it cannot force the app to actually launch. Even the push notification system won&#8217;t cause the app to launch (but the app will get the notification directly if it&#8217;s in the foreground when the push message arrives). </p>
<p>I was kind of surprised that coordinates weren&#8217;t returned in the generic DeviceInfo command, or that there wasn&#8217;t a specific GPS command. It may be that there is some method, and that I simply haven&#8217;t found it yet, but I believe that 3rd party vendors also require the use of the external application to collect geolocation information. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iOS MDM: Preventing Disassociation DOS and Potemkin Devices by Alexander</title>
		<link>http://intrepidusgroup.com/insight/2012/02/ios-mdm-preventing-disassociation-dos-and-potemkin-devices/comment-page-1/#comment-1411</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Mon, 27 Feb 2012 16:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://intrepidusgroup.com/insight/?p=2913#comment-1411</guid>
		<description>Thank you for response! 
With third party app installed, from mdm I cant launch this app on user device? and if user disables location service or close app I couldnt trace it? Too bad there is no way in mdm to get just gps coordinates... </description>
		<content:encoded><![CDATA[<p>Thank you for response!<br />
With third party app installed, from mdm I cant launch this app on user device? and if user disables location service or close app I couldnt trace it? Too bad there is no way in mdm to get just gps coordinates&#8230; </p>
]]></content:encoded>
	</item>
</channel>
</rss>

