Skip to content
#

dfir

Here are 329 public repositories matching this topic...

anthonykasza
anthonykasza commented Jul 15, 2021

Zeek's default base scripts currently disable analyzers, for protocols which support encryption, after the protocol's handshake and once a connection begins using encryption. Module namespaces which do this include SSL, SSH, and RDP. These namespaces each export a boolean option named disable_analyzer_after_detection which controls some logic that wraps a call to the [disable_analyzer](htt

aarontp
aarontp commented Dec 13, 2018

Right now a lot of the logging from the tasks does not get propagated back to the user, so we should make sure that all of the tasks are adding logs and errors to the results so that at minimum the data gets put into the worker-log.txt. Ideally we would store this info in datastore so that the clients could query it later (this part is in #115).

Improve this page

Add a description, image, and links to the dfir topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dfir topic, visit your repo's landing page and select "manage topics."

Learn more