<?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>Julian Fietkau, SECT, TU Berlin, Author at IoTAC</title>
	<atom:link href="https://iotac.eu/author/annamarton19gmail-com/feed/" rel="self" type="application/rss+xml" />
	<link>https://iotac.eu/author/annamarton19gmail-com/</link>
	<description>Internet of Things Access Control</description>
	<lastBuildDate>Tue, 07 Jun 2022 08:16:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.9</generator>

<image>
	<url>https://iotac.eu/wp-content/uploads/2020/11/cropped-favicon-32x32.jpg</url>
	<title>Julian Fietkau, SECT, TU Berlin, Author at IoTAC</title>
	<link>https://iotac.eu/author/annamarton19gmail-com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Integrate IoTAC Honeypots into your IoT network</title>
		<link>https://iotac.eu/integrate-iotac-honeypots-into-your-iot-network/</link>
					<comments>https://iotac.eu/integrate-iotac-honeypots-into-your-iot-network/#respond</comments>
		
		<dc:creator><![CDATA[Julian Fietkau, SECT, TU Berlin]]></dc:creator>
		<pubDate>Mon, 30 May 2022 08:15:47 +0000</pubDate>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[IoT architecture]]></category>
		<category><![CDATA[IoT security]]></category>
		<category><![CDATA[security by design]]></category>
		<guid isPermaLink="false">https://iotac.eu/?p=9680</guid>

					<description><![CDATA[<p>As part of the IoTAC project, the IoT-enabled Honeypot solution will be deployed in four pilot cases: a smart home setup, a prosumer cell operation, a connected car network, and a drone operation use case. In each case, the honeypot will play a pivotal role in detecting and recording malicious...</p>
<p>The post <a href="https://iotac.eu/integrate-iotac-honeypots-into-your-iot-network/">Integrate IoTAC Honeypots into your IoT network</a> appeared first on <a href="https://iotac.eu">IoTAC</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As part of the IoTAC project, the IoT-enabled Honeypot solution will be deployed in four pilot cases: a smart home setup, a prosumer cell operation, a connected car network, and a drone operation use case. In each case, the honeypot will play a pivotal role in detecting and recording malicious activity threatening the IoT application field devices. Today, we will discuss how we integrate the IoT Honeypot and how an IoT application developer can achieve this with the IoTAC framework.</p>
<p># Configure the Honeypots<br />
To initiate a Honeypot, the application developer must configure it using a centralized configuration on the honeypot hosting device. We provide an initial set of configurations that can be remixed according to the specific use case to make it as simple as possible. The configuration allows us to enable various interfaces and services such as SSH, FTP, or MySQL. At best, the developer will enable a similar set of services that perfectly mimic the IoT field devices to be protected. The most basic services are interactive and monitored by our detection modules to spot any form of brute-force login hacking, port scanning, DoS attacks, or malware activity. More application-specific services can be prepared to echo a set of predefined responses and get some threat information without modeling the entire system. To enable the advanced detection capabilities, at least two honeypot instances need to be initiated. These can be identical configurations of the honeypot, but they also can mimic different devices in a more diverse set of IoT field devices. These honeypots will share their knowledge with other honeypots to identify attack patterns across the whole IoT field device network.</p>
<p># Connect the Honeypots<br />
Like the IoT field devices, the honeypots are very loosely coupled with other components. This makes integration very easy. We just provide the communication details to reach the IoTAC Application Server, which will fetch and store the threat information in its observation repo. Here we log every relevant interaction and report the key details of any occurring attack pattern happening. If more information is needed, a manual analysis is required where more data can be accessed and secured on the honeypot itself.</p>
<p># Monitor the Honeypots<br />
This functionality is closely related to the IoTAC dashboard. Hence, the last step of integrating the IoTAC honeypot means creating meaningful filters and alerts to analyze the aggregated data stream. These filters can include different thresholds for attack notifications or list the responsible contacts that need to be informed on a certain level of severity. Since this is very application-specific, we only provide a few basic examples to provide a quick and easy start.</p>
<p>To make this process as flawless as possible, the IoTAC framework will provide a set of examples and use cases that can be reused and modified by an IoT application developer.</p>
<p>One of these examples, covering a smart home environment we are currently working on, can be seen in Figure 1.</p>
<p><img decoding="async" loading="lazy" class="alignnone wp-image-9677 size-large" src="https://iotac.eu/wp-content/uploads/2022/06/honeypot-integration-1024x548.png" alt="" width="1024" height="548" srcset="https://iotac.eu/wp-content/uploads/2022/06/honeypot-integration-1024x548.png 1024w, https://iotac.eu/wp-content/uploads/2022/06/honeypot-integration-300x160.png 300w, https://iotac.eu/wp-content/uploads/2022/06/honeypot-integration-768x411.png 768w, https://iotac.eu/wp-content/uploads/2022/06/honeypot-integration-1536x822.png 1536w, https://iotac.eu/wp-content/uploads/2022/06/honeypot-integration.png 1658w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p style="text-align: center;">Figure 1: A honeypot for a smart home environment</p>
<p>In summary, there are three quick steps to integrate IoTAC honeypots into an IoT application.<br />
1. Customize the honeypot interfaces through the configuration to look like a field device<br />
2. Establish the network connectivity to the IoTAC Application Server<br />
3. Configure the dashboard to filter and notify the right people on occurring threats</p>
<p>The post <a href="https://iotac.eu/integrate-iotac-honeypots-into-your-iot-network/">Integrate IoTAC Honeypots into your IoT network</a> appeared first on <a href="https://iotac.eu">IoTAC</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://iotac.eu/integrate-iotac-honeypots-into-your-iot-network/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
