close
The Wayback Machine - https://web.archive.org/web/20220602062858/https://github.com/topics/dfir
Skip to content
#

dfir

Here are 393 public repositories matching this topic...

timwoj
timwoj commented May 31, 2022

We currently have coverage for raw packets, pop3, and dns (in a fashion). It would be good to expand our coverage to other major protocols. I'm currently thinking at least the following:

  • DNS again (using the buffer splitter code in the pop3 fuzzer)
  • HTTP
  • ICMP
  • SMTP

On top of that, we should take a look at the coverage statistics we're getting from oss-fuzz and determine where the ga

good first issue Complexity: Modest Area: Protocol Analysis Type: Project
timesketch
jaegeral
jaegeral commented Dec 1, 2021

https://github.com/google/timesketch/blob/fce0f54e20d9385b264f2401079dbeb5ad773a38/timesketch/frontend/src/components/Common/UploadForm.vue#L124

Uploading a foobar.txt file that has CSV content would still get uploaded and errored out on the backend side, even if the Client JS should error out already.

Request Method: POST
Status Code: 500 
Bug Good first issue UI/UX Small effort

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