diff --git a/hp-labrea/labrea-idea.py b/hp-labrea/labrea-idea.py
index 99317748a970004d85f68ad1901c57cabe705491..9ed25b45c9a1e18d390adfdf490f9f153ec9b345 100755
--- a/hp-labrea/labrea-idea.py
+++ b/hp-labrea/labrea-idea.py
@@ -283,21 +283,18 @@ class IdeaGen(object):
             "connect": {
                 "category": ["Recon.Scanning"],
                 "description": "TCP connections/scan",
-                "template": "labrea-001",
                 "note": "Connections from remote host to never assigned IP",
                 "proto": ["tcp"]
             },
             "ping": {
                 "category": ["Recon.Scanning"],
                 "description": "Ping scan",
-                "template": "labrea-002",
                 "note": "Ping requests from remote host to never assigned IP",
                 "proto": ["icmp"]
             },
             "synack": {
                 "category": ["Availability.DoS"],
                 "description": "Unsolicited TCP SYN/ACK connections/scan",
-                "template": "labrea-003",
                 "note": "Unsolicited SYN/ACK packet received from remote host to never assigned IP",
                 "source_type": ["Backscatter"],
                 "source_to_target": True,
@@ -348,9 +345,6 @@ class IdeaGen(object):
             "CeaseTime": self.format_timestamp(cease_time),
             "ConnCount": count,
             "Note": tmpl["note"],
-            "_CESNET": {
-                "EventTemplate": tmpl["template"],
-            },
             "Target": itargets,
             "Node": [inode]
         }