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

Node.Tags -> Node.Type (thx to Vasek Bartos)

parent 1ddd03e6
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ def gen_event_idea(logger, binaries_path, report_binaries, client_name, anonymis ...@@ -84,7 +84,7 @@ def gen_event_idea(logger, binaries_path, report_binaries, client_name, anonymis
"Node": [ "Node": [
{ {
"Name": client_name, "Name": client_name,
"Tags": ["Connection","Honeypot","Recon"], "Type": ["Connection","Honeypot","Recon"],
"SW": ["Dionaea"], "SW": ["Dionaea"],
"AggrWin": strftime("%H:%M:%S", gmtime(aggr_win)) "AggrWin": strftime("%H:%M:%S", gmtime(aggr_win))
} }
......
...@@ -46,7 +46,7 @@ def gen_event_idea(client_name, detect_time, win_start_time, win_end_time, conn_ ...@@ -46,7 +46,7 @@ def gen_event_idea(client_name, detect_time, win_start_time, win_end_time, conn_
"Node": [ "Node": [
{ {
"Name": client_name, "Name": client_name,
"Tags": ["Connection","Honeypot","Recon"], "Type": ["Connection","Honeypot","Recon"],
"SW": ["Kippo"], "SW": ["Kippo"],
"AggrWin": strftime("%H:%M:%S", gmtime(aggr_win)) "AggrWin": strftime("%H:%M:%S", gmtime(aggr_win))
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment