issues
search
InQuest
/
ThreatIngestor
Extract and aggregate threat intelligence.
https://inquest.readthedocs.io/projects/threatingestor/
GNU General Public License v2.0
832
stars
135
forks
source link
Release: v1.1.0
#147
Closed
battleoverflow
closed
1 year ago
battleoverflow
commented
1 year ago
Bug Fixes
Merged the url_controller utility into the
twitter
source due to a broken import (
https://github.com/InQuest/ThreatIngestor/issues/144
)
Restructured imports for the
image
and
twitter
sources. This should improve compatibility with Python 3.6 (
https://github.com/InQuest/ThreatIngestor/commit/d3ecc5a8de3ed1f9eacae52485db317dbc02103e
)
No longer uses urllib module for the
sitemap
source. Now uses the requests module (
https://github.com/InQuest/ThreatIngestor/commit/d3ecc5a8de3ed1f9eacae52485db317dbc02103e
)
RSS
and
sitemap
sources now have better ingestion thanks to improvements made to the HTML content parsing (
https://github.com/InQuest/ThreatIngestor/issues/140
)
Features
Automated image extraction from
twitter
sources (
https://github.com/InQuest/ThreatIngestor/issues/132
)
New indicator of comprise type for ingested sources:
email
(
https://github.com/InQuest/ThreatIngestor/issues/122
)
Updated codebase to match the newest version of
iocextract
(
https://github.com/InQuest/ThreatIngestor/issues/143
)
Regex parsing is now supported for
RSS
source (
https://github.com/InQuest/ThreatIngestor/issues/142
)
Bug Fixes
twitter
source due to a broken import (https://github.com/InQuest/ThreatIngestor/issues/144)image
andtwitter
sources. This should improve compatibility with Python 3.6 (https://github.com/InQuest/ThreatIngestor/commit/d3ecc5a8de3ed1f9eacae52485db317dbc02103e)sitemap
source. Now uses the requests module (https://github.com/InQuest/ThreatIngestor/commit/d3ecc5a8de3ed1f9eacae52485db317dbc02103e)RSS
andsitemap
sources now have better ingestion thanks to improvements made to the HTML content parsing (https://github.com/InQuest/ThreatIngestor/issues/140)Features
twitter
sources (https://github.com/InQuest/ThreatIngestor/issues/132)email
(https://github.com/InQuest/ThreatIngestor/issues/122)RSS
source (https://github.com/InQuest/ThreatIngestor/issues/142)