InQuest / ThreatIngestor

Extract and aggregate threat intelligence.
https://inquest.readthedocs.io/projects/threatingestor/
GNU General Public License v2.0
831 stars 135 forks source link

Fix URL "defanging" for encoded URLs #41

Closed rshipp closed 6 years ago

rshipp commented 6 years ago

Currently, URLs that come from iocextract as hex-encoded, url-encoded, etc are not being "refanged" (decoded) correctly. Need to handle these properly.