- https://github.com/oasis-open/cti-python-stix2/
- https://stix2.readthedocs.io/en/latest/guide/patterns.html
- https://oasis-open.github.io/cti-documentation/stix/examples.html#
- https://gist.github.com/tahaconfiant/4bc2d5a50b37692b3b9c7ab7f8ea782d
- https://oasis-open.github.io/cti-documentation/stix/gettingstarted.html
- https://stix2-elevator.readthedocs.io/en/latest/stix-mappings.html
When using the official MISP ova, the baseurl is set to https://localhost:8443
.
This makes using the web interface difficult on any other machine than the VM
(which is the default, because the OVA doesn't come with Xwin/Xorg)
because every link on the web interface will attempt to redirect you
to `https://localhost:8443' instead of the actual URL you're using.
The solution is to modify the baseurl in MISP's config.php
file:
sudo -u www-data vim /var/www/MISP/app/Config/config.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global --add protocol.keybase.allow always |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pandas import json_normalize | |
with open(os.path.join(os.path.curdir, "samples/joesand-24004.json")) as f: | |
data = json.load(f) | |
output = json_normalize(data) | |
transposed_output = output.transpose() | |
transposed_output.to_excel("output.xlsx") |
- mongodb's rST vscode plugin: https://github.com/mongodb/snooty-vscode
Official docs: https://gnupg.org/documentation/manuals/gnupg/GPG-Input-and-Output.html#GPG-Input-and-Output
List keys:
gpg -k