salesforce / bro-sysmon

How to Zeek Sysmon Logs!
BSD 3-Clause "New" or "Revised" License
101 stars 19 forks source link

sysmon-Broker #2

Open Shak3 opened 5 years ago

Shak3 commented 5 years ago

tailing the Json output into sysmon-Broker script I get to few arguments. Also I attempted to run it the way in your test sysmon artictle and the script crashes bro and when i exit the script i get this. File "/home/bro/bro-sysmon/sysmon-Broker.py", line 505, in main(c, args.file_in) File "/home/bro/bro-sysmon/sysmon-Broker.py", line 461, in main time.sleep(1)

adagari commented 5 years ago

I am starting to run into the same issue, "Too few arguments". It seems we need to apply a peer and the file. I have not found any documentation on the peer part. Have there been any updates regarding this?

Edit: After some digging you can simply provide, "sysmon-Broker.py 127.0.0.1 /tmp/WindowsSysmon.json". Assuming your file is in the tmp directory.