<?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>On the road to Bandol &#187; cybersecurity</title>
	<atom:link href="http://javacard.vetilles.com/tag/cybersecurity/feed/" rel="self" type="application/rss+xml" />
	<link>http://javacard.vetilles.com</link>
	<description>A weblog on Java Card, security, and other things personal</description>
	<lastBuildDate>Mon, 18 Aug 2025 06:48:26 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.32</generator>
	<item>
		<title>Attacking IoT is really easy</title>
		<link>http://javacard.vetilles.com/2017/02/10/attacking-iot-is-really-easy/</link>
		<comments>http://javacard.vetilles.com/2017/02/10/attacking-iot-is-really-easy/#comments</comments>
		<pubDate>Fri, 10 Feb 2017 07:55:18 +0000</pubDate>
		<dc:creator><![CDATA[Eric Vétillard]]></dc:creator>
				<category><![CDATA[IoT Security]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[formal]]></category>
		<category><![CDATA[iot]]></category>

		<guid isPermaLink="false">http://javacard.vetilles.com/?p=26325</guid>
		<description><![CDATA[A few days ago, Metasploit has announced that their famous tool is now available to car hackers, and soon for any connected object. Metasploit is a well-known tool for web apps, and extending it to objects simply makes these objects as easy to hack as web apps. Indeed, there are many aspects in common between [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>A few days ago, Metasploit has announced that their famous tool is now <a href="https://www.theregister.co.uk/2017/02/03/metasploit_hardware_upgrade/" class="liexternal">available to car hackers</a>, and soon for any connected object.</p>
<p>Metasploit is a well-known tool for web apps, and extending it to objects simply makes these objects as easy to hack as web apps. Indeed, there are many aspects in common between a Web App and a Connected Object: they can be reached from internet, they run complex software, they can be targeted by ransomware, and they can be misused.</p>
<p>Then, there are differences, and these differences make objects easier to hack than web apps. The most commonly cited is the lack of supervision of connected objects. This has allowed the creation of very large botnets of connected objects, and will most likely continue and worsen in the next few years, because few people realize that their fridge is in a botnet.</p>
<p>There is another difference, more subtle, but with great consequences on security: the objectsâ€™ availability. When targeting a web app, an attacker may know some of the software that has been used to build the app. He may even be aware of some vulnerabilities in this software. However, the attacker will know nothing of the productâ€™s configuration, or of the security products and countermeasures deployed to protect it.</p>
<p>In order to design an attack, information must be gathered by probing the web app â€śliveâ€ť, taking the risk of being detected by a sophisticated IDS or IPS, or of hitting a honeypot that will record his attack techniques. Metasploit helps by providing tools and a database of known issues, but such attacks still require great skills.</p>
<p>Now, letâ€™s consider a connected object, even a complex one like a car. The attacker can tear the object apart, get access to memory chips, dump their content, and analyze it. This analysis will take time and resources, but there is no risk of getting caught, and countermeasures will eventually be exposed together with vulnerabilities. Metasploit will make the task even easier if the device includes known vulnerabilities. In the end, the attacker will obtain a viable attack path, by working in the security of a lab.</p>
<p>Detection is very difficult in such conditions. An IDS will protect a connected car, for instance, against random remote attacks. But a skilled attacker will only perform a live attack on a Connected Car after verifying that the IDS doesnâ€™t catch it.</p>
<p>And this is only the beginning. Security research on connected objects is rather new, and focuses on the easiest targets. Skills will improve over time, making more sophisticated targets vulnerable. Now, letâ€™s add to this equation an AI to assist in the reverse engineering and the identification of vulnerabilities. Traditional defenses are toast.</p>
<p>In a few years, if there is a vulnerability in a connected object, someone will find it and maybe exploit it. Encryption will provide a temporary protection. Trusted Execution Environments will add some hurdles. But these are just new countermeasures, not game changers.</p>
<p>Thatâ€™s what I like in formally proven software. A mathematical proof that a piece of software does not leak information is a good countermeasure against reverse engineering AIs. With such a proof, finding a vulnerability is not about finding a software bug, itâ€™s about finding an issue in a formal model that could lead to a wrong proof that could hide a bug. And thatâ€™s orders of magnitude more difficult, even for an AI.</p>
<p>Originally published on <a href="https://www.linkedin.com/pulse/attacking-iot-really-easy-eric-vĂ©tillard" class="liexternal">LinkedIn</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://javacard.vetilles.com/2017/02/10/attacking-iot-is-really-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fighting poker-winning AIs on IoT Security</title>
		<link>http://javacard.vetilles.com/2017/02/02/fighting-poker-winning-ais-on-iot-security/</link>
		<comments>http://javacard.vetilles.com/2017/02/02/fighting-poker-winning-ais-on-iot-security/#comments</comments>
		<pubDate>Thu, 02 Feb 2017 14:27:14 +0000</pubDate>
		<dc:creator><![CDATA[Eric Vétillard]]></dc:creator>
				<category><![CDATA[IoT Security]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[iot]]></category>

		<guid isPermaLink="false">http://javacard.vetilles.com/?p=26321</guid>
		<description><![CDATA[Published attacks tend to repeat themselves this year, but in the last few days, there has been a few interesting events and publications, in particular: Adi Shamir has made gloomy predictions about security in the next 15 years. Bruce Schneier has published a long essay about IoT security, with a vibrant and desperate call for [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Published attacks tend to repeat themselves this year, but in the last few days, there has been a few interesting events and publications, in particular:</p>
<ul>
<li>Adi Shamir has made <a href="http://www.lightbluetouchpaper.org/2016/02/22/financial-cryptography-2016/#comment-1456744" class="liexternal">gloomy predictions</a> about security in the next 15 years.</li>
<li>Bruce Schneier has published a <a href="http://www.schneier.com/blog/archives/2017/02/security_and_th.html" class="liexternal">long essay</a> about IoT security, with a vibrant and desperate call for action to governments.</li>
<li>An AI is <a href="http://www.wired.com/2017/01/mystery-ai-just-crushed-best-human-players-poker/" class="liexternal">winning at poker</a> against some of the best human players.</li>
</ul>
<p><span id="more-26321"></span></p>
<p>From these three sources, it sure looks like things will get worse before they get better. Let&#8217;s start by Shamir&#8217;s views on cybersecurity:</p>
<ol>
<li>Cybersecurity is terrible, and it will get worse.</li>
<li>The Internet of Things will be a security disaster.</li>
<li>Cyber warfare will be the norm rather than the exception in conflicts.</li>
</ol>
<p>All of this sounds very real today, so Shamir is just implying that it&#8217;s not going to get better any time soon. Schneier, on the other hand, is not giving up, by asking for a new government regulatory agency, and also for a body of public-interest technologists, who would be provide expertise into the public debate about technology.</p>
<p>That brings us to the third piece of news. An AI managed to win against really good poker players over several days. This requires strategy, bluffing, and much more. By extension, an AI can now pose as humans or beat humans in any narrowly defined situation, even when complex strategic thinking is required. OK, but even as I write it, I have a problem grasping the consequences of this sentence. I know a things or two about computing in general, and even about AI. Yet, it is very hard to see where that leads us, and how it applies to other fields, like cybersecurity.</p>
<p>So yes, Schneier is probably right in asking for regulatory agencies and public-interest technologists, because of the complexity of today&#8217;s technological issues. Shamir is probably right too, because Schneier is not going to get what he asks for, at least not in Trump&#8217;s USA (and I wouldn&#8217;t bet that we will get it in today&#8217;s Europe, either). So, what consequences does it have for &#8220;us&#8221;?</p>
<p>First, we have to stand strong ourselves. What we are doing at Prove &#038; Run is right. Making devices stronger and more resilient/resistant to attacks is essential in the fight against attackers. And even if a majority of IoT actors don&#8217;t care, there remain enough responsible vendors to make a huge market for ProvenCore and applications.</p>
<p>Then, we need to remain humble. Stronger devices are not sufficient by themselves. 10 years ago, as an evaluator, I have used static analysis on Java Card programs to detect vulnerabilities that were very hard to find &#8220;manually&#8221;, with amazing success. So, if a small research team can program an AI that beats professional poker players, how long will it be before some team of hackers programs an AI that designs attacks on IoT systems? And if that happens, how much will our formal proofs matter? Even if our software is not broken, how easy will it be to bypass it?</p>
<p>French students learn in school about the great <em><a href="http://en.wikipedia.org/wiki/Maginot_Line" rel="nofollow" class="liwikipedia">ligne Maginot</a></em>, a very strong line of defense against Germany built in the early 1930&#8217;s. The Germans did not break it, they circumvented it.</p>
<p>I believe more strongly than ever that high-assurance security components and formally proven software are essential components of future secure systems. But we have to face a difficult challenge: make sure that no human or AI is able to bypass our highly resistant technology, effectively making it a 21st century ligne Maginot.</p>
<p>We can and will succeed. Our &#8220;We are the most secure&#8221; arguments are needed to attract our customers&#8217; attention, but we must be careful to move to more complex &#8220;We are the foundations of the most secure systems&#8221; arguments as their understanding of the issues at stake improves and we get closer to implementation.</p>
<p>And let&#8217;s keep an eye on this AI thing.</p>
<p>Originally published on <a href="https://www.linkedin.com/pulse/fighting-poker-winning-ais-iot-security-eric-vĂ©tillard" class="liexternal">LinkedInď»ż</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://javacard.vetilles.com/2017/02/02/fighting-poker-winning-ais-on-iot-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
