ThreatIngestor
ThreatIngestor copied to clipboard
Extract and aggregate threat intelligence.
Fix for the following issue: `Setup fails: 'extras_require' must be a dictionary #100` Adds a type check for a parsed requirements file. If the parsed file does not produce a...
When I try to start develop by running `python setup.py develop` I get this error: error in threatingestor setup command: 'extras_require' must be a dictionary whose values are strings or...
Hi, This is more of a question, than an issue, but I couldn't find ther answer anywhere else. I'd like to know if (and how) can I limit the number...
Hello- New install, test using config based on RSS feeds works with output to .csv file, but when I fire up hug and go to localhost:8000, I see the menus...
I was thinking it would be nice to add a timeout to a Source class or source.run? What do you think?
When executing threatingestor I am encountering the below error: ``` 2021-02-09 10:56:53.674 | ERROR | threatingestor:__init__:89 - Error initializing plugins Traceback (most recent call last): File "/home/misp/misp_space/bin/threatingestor", line 8, in...
Hi All, I've seen the following in the manual, but now I want to have the combine the pastebin-processor with the MISP module. Could someone help me figure it out?...
The current system of setting hardcoded tags is insufficient when ingesting from variable sources such as Twitter or RSS feeds. I propose setting tags within the source as well as...