Skip to content

Commit 1d150ca

Browse files
committed
medium article
1 parent 892860f commit 1d150ca

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
---
22
title: "Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA"
33
description: "Article on Medium.com available"
4-
date: 2024-07-17T14:27:41+02:00
4+
date: 2024-07-19T14:27:41+02:00
55
authors:
66
- Michael Messner
7-
draft: true
7+
draft: false
88
tags:
99
- EMBA
1010
---
1111

12+
The Internet of Things (IoT) ecosystem as well as critical infrastructure represents a rapidly growing technology field that connects billions of devices worldwide. The operating system of these devices is usually called firmware which is the foundational software that controls their functionality. The firmware could be some kind of real-time operating system, it could be Linux based or in very rare cases also a Windows operating system. Ensuring the security and integrity of firmware is crucial to prevent malicious attacks and unauthorized access. Automated firmware analysis is a crucial technique in enhancing the security of these devices, with tools like EMBA (Embedded Analyzer) providing a flexible and powerful open-source solution for firmware security scanning.
13+
14+
![image](/img/medium-article.png#center)
15+
16+
Read further on [medium.com](https://medium.com/@iugkhgf/leveraging-automated-firmware-analysis-with-the-open-source-firmware-analyzer-emba-46d30d587a87)

public/img/medium-article.png

26.4 KB
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
<section class="list-item">
7676
<h1 class="title"><a href="/posts/leveragingautomatedfirmwareanalysis/">Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</a></h1>
77-
<time>Jul 17, 2024 <span class="draft-label">DRAFT</span> </time>
77+
<time>Jul 19, 2024</time>
7878
<br><div class="description">
7979

8080
Article on Medium.com available

public/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<description>Recent content on EMBA BEYOND</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
9-
<lastBuildDate>Wed, 17 Jul 2024 14:27:41 +0200</lastBuildDate>
9+
<lastBuildDate>Fri, 19 Jul 2024 14:27:41 +0200</lastBuildDate>
1010
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
1111
<item>
1212
<title>Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</title>
1313
<link>http://localhost:1313/posts/leveragingautomatedfirmwareanalysis/</link>
14-
<pubDate>Wed, 17 Jul 2024 14:27:41 +0200</pubDate>
14+
<pubDate>Fri, 19 Jul 2024 14:27:41 +0200</pubDate>
1515
<guid>http://localhost:1313/posts/leveragingautomatedfirmwareanalysis/</guid>
16-
<description></description>
16+
<description>The Internet of Things (IoT) ecosystem as well as critical infrastructure represents a rapidly growing technology field that connects billions of devices worldwide. The operating system of these devices is usually called firmware which is the foundational software that controls their functionality. The firmware could be some kind of real-time operating system, it could be Linux based or in very rare cases also a Windows operating system. Ensuring the security and integrity of firmware is crucial to prevent malicious attacks and unauthorized access.</description>
1717
</item>
1818
<item>
1919
<title>EMBA version 1.4.1 is out now</title>

public/posts/leveragingautomatedfirmwareanalysis/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<meta property="og:locale" content="en_us">
1212
<meta property="og:type" content="article">
1313
<meta property="article:section" content="posts">
14-
<meta property="article:published_time" content="2024-07-17T14:27:41+02:00">
15-
<meta property="article:modified_time" content="2024-07-17T14:27:41+02:00">
14+
<meta property="article:published_time" content="2024-07-19T14:27:41+02:00">
15+
<meta property="article:modified_time" content="2024-07-19T14:27:41+02:00">
1616
<meta property="article:tag" content="EMBA">
1717

1818
<meta name="twitter:card" content="summary">
@@ -71,12 +71,15 @@
7171
<article>
7272
<div class="title">
7373
<h1 class="title">Leveraging Automated Firmware Analysis with the Open-Source Firmware Analyzer EMBA</h1>
74-
<div class="meta">Posted on Jul 17, 2024 <span class="draft-label">DRAFT</span> </div>
74+
<div class="meta">Posted on Jul 19, 2024</div>
7575
</div>
7676

7777

7878
<section class="body">
79-
79+
<p>The Internet of Things (IoT) ecosystem as well as critical infrastructure represents a rapidly growing technology field that connects billions of devices worldwide. The operating system of these devices is usually called firmware which is the foundational software that controls their functionality. The firmware could be some kind of real-time operating system, it could be Linux based or in very rare cases also a Windows operating system. Ensuring the security and integrity of firmware is crucial to prevent malicious attacks and unauthorized access. Automated firmware analysis is a crucial technique in enhancing the security of these devices, with tools like EMBA (Embedded Analyzer) providing a flexible and powerful open-source solution for firmware security scanning.</p>
80+
<p><img src="/img/medium-article.png#center" alt="image"></p>
81+
<p>Read further on <a href="https://medium.com/@iugkhgf/leveraging-automated-firmware-analysis-with-the-open-source-firmware-analyzer-emba-46d30d587a87">medium.com</a></p>
82+
8083
</section>
8184

8285
<div class="post-tags">

static/img/medium-article.png

26.4 KB
Loading

0 commit comments

Comments
 (0)