From f2c967d90212071112fd3c217d13c6498c5913d4 Mon Sep 17 00:00:00 2001
From: Herman Slatman <hermanslatman@hotmail.com>
Date: Mon, 8 Feb 2016 17:26:36 +0100
Subject: [PATCH 1/2] Python IOC editor added

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index b991ff5..d79f3c6 100644
--- a/README.md
+++ b/README.md
@@ -356,6 +356,14 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea
             Generate STIX XML from OpenIOC XML.
         </td>
     </tr>
+    <tr>
+        <td>
+            <a href="https://github.com/yahoo/PyIOCe" target="_blank">PyIOCe</a>
+        </td>
+        <td>
+            PyIOCe is an IOC editor written in Python.
+        </td>
+    </tr>    
     <tr>
         <td>
             <a href="https://test.taxiistand.com/" target="_blank">TAXII Test Server</a>

From a8d61e434ba6f4e901ca0f6e008968b5fcb3e3e8 Mon Sep 17 00:00:00 2001
From: Herman Slatman <hermanslatman@hotmail.com>
Date: Mon, 8 Feb 2016 17:27:49 +0100
Subject: [PATCH 2/2] ioc_parser added

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index d79f3c6..a07639a 100644
--- a/README.md
+++ b/README.md
@@ -340,6 +340,14 @@ A certain amount of (domain- or business-specific) analysis is necessary to crea
             Python client for the IBM X-Force Exchange.
         </td>
     </tr>
+    <tr>
+        <td>
+            <a href="https://github.com/armbues/ioc_parser" target="_blank">ioc_parser</a>
+        </td>
+        <td>
+            Tool to extract indicators of compromise from security reports in PDF format.
+        </td>
+    </tr>
     <tr>
         <td>
             <a href="https://github.com/TAXIIProject/libtaxii" target="_blank">libtaxii</a>