https://github.com/jaegeral/mispstix2other_api
Short script download an event as stix and psh it to another api
https://github.com/jaegeral/mispstix2other_api
Last synced: 3 months ago
JSON representation
Short script download an event as stix and psh it to another api
- Host: GitHub
- URL: https://github.com/jaegeral/mispstix2other_api
- Owner: jaegeral
- License: mit
- Created: 2016-06-08T11:55:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T12:40:11.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T19:31:47.319Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Idea
This project is very simple, it shows how to download a given event from MISp as Stix file, stores it in a variable to be used to push to another API.
#Test
To test it simply change the values (auth key + MISP url) in config.example.sh````
cp config.example.sh config.sh
vi config.sh
````
run the script````
bash test.sh
````The event id given in the script must be available in your MISP.
#Use
it can be used for all your needs, e.g. run it in a batch to download every event to be pushed to another Stix enabled API