Skip to content
Snippets Groups Projects
Commit 8d2c94df authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Better event description wording

parent 1da28c97
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ class IdeaGen(object):
self.template = {
"connect": {
"category": ["Recon.Scanning"],
"description": "TCP connection/scan",
"description": "TCP connections/scan",
"template": "labrea-001",
"note": "Connections from remote host to never assigned IP"
},
......@@ -269,7 +269,7 @@ class IdeaGen(object):
},
"synack": {
"category": ["Availability.DoS"],
"description": "SYN/ACK connections/scan",
"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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment