-
Updated
Sep 11, 2020
incident-response
Here are 220 public repositories matching this topic...
-
Updated
Sep 18, 2020 - Shell
-
Updated
Jul 23, 2020
-
Updated
Sep 18, 2020 - C
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 17, 2020 - C
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 14, 2020 - Python
-
Updated
Jul 13, 2020 - HTML
-
Updated
May 28, 2020 - Python
Most .py files use #!/usr/bin/python3 as shebang, but few others use #!/usr/bin/env python3.
Files which use #!/usr/bin/env python3:
./contrib/eventdb/common.py
./intelmq/bin/intelmq_generate_misp_objects_templates.py
./intelmq/tests/bots/parsers/github_feed/test_parser.py
These files should use #!/usr/bin/python3 for the sake of consistency.
-
Updated
Sep 18, 2020 - Scala
-
Updated
Apr 6, 2020
-
Updated
Aug 16, 2020 - C++
-
Updated
Jun 5, 2020 - Python
-
Updated
Sep 15, 2020 - Go
-
Updated
Jun 17, 2020
-
Updated
Nov 18, 2019
-
Updated
May 27, 2019 - Shell
Feedback
I think that you are doing a very necessary system and your idea is cool, but at the moment it has a lot of bugs. From what I noticed, the assets do not understand the ascii characters and the system crashes. In addition, I did not find a description of the API, I would like to integrate your system into TheHive, or rather make it possible to view information about an asset in TheHive. I believe t
-
Updated
Sep 4, 2020 - Python
-
Updated
Jun 6, 2019 - Batchfile
-
Updated
Sep 18, 2020 - Python
-
Updated
Sep 8, 2018 - HTML
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 18, 2020 - Python
-
Updated
May 22, 2020 - Perl
-
Updated
Aug 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the incident-response topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the incident-response topic, visit your repo's landing page and select "manage topics."


Unit tests need to be created that tests obfuscating with all possible Mutator permutations that are 2 Mutators long. So basically given the dozen or so current Mutators, make sure Mutators don't just work on their separately, but together as well. I've run into a few random cases where using Mutators in specific combinations produces faulty payloads, and want a test that can do this for me.
Us