forked from arkime/arkime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parsers can register for session save events (issue arkime#248)
- Loading branch information
Showing
7 changed files
with
211 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
{ | ||
"packets" : [ | ||
{ | ||
"body" : { | ||
"ua" : [ | ||
"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3" | ||
], | ||
"test" : { | ||
"number" : [ | ||
33554442 | ||
], | ||
"ip" : [ | ||
167772161 | ||
], | ||
"ip-asn" : [ | ||
"AS0000 This is neat" | ||
], | ||
"string" : [ | ||
"16777226:50384,33554442:80" | ||
], | ||
"ip-geo" : [ | ||
"RUS" | ||
], | ||
"ip-rir" : [ | ||
"" | ||
] | ||
}, | ||
"db2" : 744, | ||
"db" : 1196, | ||
"no" : "test", | ||
"ho" : [ | ||
"xxxxxxx.xxxxxx.xx" | ||
], | ||
"lp" : 1273479693, | ||
"a2" : "10.0.0.2", | ||
"http" : { | ||
"method-term-cnt" : 1, | ||
"method-term" : [ | ||
"GET" | ||
], | ||
"statuscode" : [ | ||
200 | ||
], | ||
"statuscode-cnt" : 1, | ||
"bodymagic-term" : [ | ||
"text/plain" | ||
], | ||
"bodymagic-term-cnt" : 1 | ||
}, | ||
"hsvercnt" : 1, | ||
"ta" : [ | ||
"dstip", | ||
"http:content:text/plain", | ||
"http:method:GET", | ||
"http:statuscode:200", | ||
"node:test", | ||
"protocol:http", | ||
"srcip", | ||
"tcp" | ||
], | ||
"hpath" : [ | ||
"/js/xxxxxx.js" | ||
], | ||
"pa1" : 5, | ||
"fpd" : 1273479692982, | ||
"fs" : [], | ||
"by2" : 1026, | ||
"g1" : "RUS", | ||
"hsver" : [ | ||
"1.1" | ||
], | ||
"pa2" : 5, | ||
"uscnt" : 1, | ||
"hocnt" : 1, | ||
"p1" : 50384, | ||
"by" : 1760, | ||
"as1" : "AS0000 This is neat", | ||
"g2" : "CAN", | ||
"pr" : 6, | ||
"ps" : [ | ||
24, | ||
106, | ||
188, | ||
258, | ||
780, | ||
850, | ||
937, | ||
1734, | ||
1804, | ||
1874 | ||
], | ||
"prot-term-cnt" : 2, | ||
"hpathcnt" : 1, | ||
"hh2" : [ | ||
"http:header:cache-control", | ||
"http:header:connection", | ||
"http:header:content-type", | ||
"http:header:date", | ||
"http:header:expires", | ||
"http:header:last-modified", | ||
"http:header:p3p", | ||
"http:header:pragma", | ||
"http:header:server", | ||
"http:header:set-cookie" | ||
], | ||
"lpd" : 1273479693105, | ||
"fp" : 1273479692, | ||
"as2" : "AS0001 Cool Beans!", | ||
"hmd5cnt" : 1, | ||
"hh2cnt" : 10, | ||
"pa" : 10, | ||
"tacnt" : 8, | ||
"fb1" : "474554202f6a732f", | ||
"us" : [ | ||
"//xxxxxxx.xxxxxx.xx/js/xxxxxx.js" | ||
], | ||
"hh1" : [ | ||
"http:header:accept", | ||
"http:header:accept-charset", | ||
"http:header:accept-encoding", | ||
"http:header:accept-language", | ||
"http:header:connection", | ||
"http:header:cookie", | ||
"http:header:host", | ||
"http:header:keep-alive", | ||
"http:header:referer", | ||
"http:header:user-agent" | ||
], | ||
"a1" : "10.0.0.1", | ||
"fb2" : "485454502f312e30", | ||
"db1" : 452, | ||
"hmd5" : [ | ||
"9fb54a2726ca3cf54a82804d0e66d08a" | ||
], | ||
"hdrs" : { | ||
"hreq-referercnt" : 1, | ||
"hreq-referer" : [ | ||
"http://www.xxxxxxxx.com/xxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxx.html" | ||
] | ||
}, | ||
"by1" : 734, | ||
"hh1cnt" : 10, | ||
"p2" : 80, | ||
"rir2" : "TEST", | ||
"hdvercnt" : 1, | ||
"prot-term" : [ | ||
"http", | ||
"tcp" | ||
], | ||
"hdver" : [ | ||
"1.0" | ||
], | ||
"uacnt" : 1 | ||
}, | ||
"header" : { | ||
"index" : { | ||
"_index" : "sessions-100510", | ||
"_type" : "session" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
|