misp
Here are 127 public repositories matching this topic...
Bug / Feature Request
Work Environment
| Question | Answer |
|---|---|
| OS version (server) | Debian |
| OS version (client) | 10 |
| TheHive version / git hash | 4 RC1 |
| Package Type | DEB |
Problem Description
There are no longer any default dashboards
Possible Solutions
Add the default da
-
Updated
May 18, 2020 - Python
The Table of Contents does not show all the sections in the Install Guide, and the First Start section needs to be updated starting with the title and correcting other verbiage issues within the section text.
Create Notes Page
Create an interface within the plugin to add notes, tags and other manually captured items analysts might want to keep track of, and have the notes displayed in the popups as well.
Any feedback or ideas for this are welcome.
-
Updated
Jul 2, 2020 - Python
Remove old examples
IMHO it's good to remove examples which use deprecated methods.
Those examples are obstacles to learn how to use PyMISP in the latest manner.
When following the current install instructions:
sudo apt-get install python3-dev python3-pip libpq5 libjpeg-dev
cd /usr/local/src/
sudo git clone https://github.com/MISP/misp-modules.git
cd misp-modules
sudo pip3 install -I -r REQUIREMENTS
sudo pip3 install -I .
sudo vi /etc/rc.local, add this line: `sudo -u www-data misp-modules -s &`
misp-modules #to start the modules
the
CEF Export Example
-
Updated
Apr 30, 2020 - Dockerfile
-
Updated
Jun 24, 2020 - Python
-
Updated
Apr 27, 2020 - JavaScript
Describe the solution you'd like
Documentation that lists the different CLI commands that can be issued via cake.
(can work on this myself; putting this as a reminder)
cake
cake CakeResque.CakeResque
Describe alternatives you've considered
Trial and error.
-
Updated
Jun 25, 2020 - Python
-
Updated
Feb 15, 2020
Because of this line:
https://github.com/MISP/misp-docker/blob/master/web/run.sh#L137
First boot will run everytime.
Is this intended?
If it's not, could cook up a PR that simply checks for the presence of the .gnupg folder to run firstboot.
-
Updated
Jun 14, 2020 - Python
-
Updated
May 9, 2020 - Zeek
-
Updated
Jun 19, 2020 - Ruby
-
Updated
Nov 27, 2018 - Python
-
Updated
Jun 16, 2020 - Python
-
Updated
Apr 30, 2020 - Dockerfile
-
Updated
Jun 16, 2020 - Python
At the moment text in the STIX Indicator:Description field is lost. It would be nice to convert this to an attribute comment in MISP.
The same is true for the stix:Description field which could be converted to Catergory=other Type=comment in MISP.
-
Updated
Jan 16, 2020 - HTML
-
Updated
Sep 5, 2018 - PHP
-
Updated
Jun 9, 2020 - Go
Most used templates
file
microblog post
domain-ip
ip-port
coin-address
virustotal-report
paste
person
pe
pe-section
registry-key
-
Updated
Jun 24, 2020 - Python
Improve this page
Add a description, image, and links to the misp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the misp topic, visit your repo's landing page and select "manage topics."


Hello everyone!
I have a few doubts on how events are handled across misp instances and Orgs. As I still haven't complete domain of the code and my curiosity is killing me, I'm coming here to ask help =]
Wil