You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use hayabusa with a json input file but didn't any example or what is expected format of the json? I see lot of examples/samples for evtx files. Any sample json files?
The text was updated successfully, but these errors were encountered:
satadda
changed the title
Example on how to use json as input?
Sample Json files for expected Input format or Any Examples on how to use json as input ?
Jan 17, 2025
I am new to this threating hunting and trying to understand how hayabusa works. Do all fields as in the splunk output json required for successful analysis? If not is there any list of mandatory fields?
The input data I have is in csv format with following columns and events in the rows:
Timestamp
DeviceName
InitiatingProcessParentCreationTime
InitiatingProcessId
InitiatingProcessFileName
InitiatingProcessCommandLine
ProcessCreationTime
ProcessId
FileName
ProcessCommandLine
I am trying to convert this csv formatted data into JSON format to use hayabusa for analysis. Do you think this is the right way to go? Let me know if you have any suggestions on this
@satadda
Currently, JSON exported from the Splunk REST API is partially supported, but probably not for other output formats. Therefore, at this point, exporting JSON from the REST API is the only way to go! #1083 (comment)
I am trying to use hayabusa with a json input file but didn't any example or what is expected format of the json? I see lot of examples/samples for evtx files. Any sample json files?
The text was updated successfully, but these errors were encountered: