├── Firefox-install.html ├── README.md ├── configs ├── API │ ├── AlienVault │ │ ├── ALIENVAULTIP.json │ │ ├── ALIENVAULTMD5.json │ │ ├── ALIENVAULTSHA1.json │ │ └── ALIENVAULTSHA2.json │ ├── CIRCL │ │ └── CIRCLCVE.json │ ├── Censys │ │ └── CENSYSIP.json │ ├── Cymon │ │ └── CYMONIP.json │ ├── IBMXForce │ │ ├── IBMXFORCEEFQDN.json │ │ └── IBMXFORCEIP.json │ ├── MISP │ │ ├── MISPMD5.json │ │ └── MISPSHA2.json │ ├── PassiveTotal │ │ ├── PASSIVETOTALEFQDNMW.json │ │ ├── PASSIVETOTALEFQDNOSINT.json │ │ └── PASSIVETOTALEFQDNWHOIS.json │ ├── Shodan │ │ └── SHODANIP.json │ ├── ThreatCrowd │ │ ├── THREATCROWDFQDN.json │ │ ├── THREATCROWDIP.json │ │ └── THREATCROWDMD5.json │ ├── ThreatMiner │ │ ├── THREATMINEREFQDNHASHES.json │ │ ├── THREATMINEREFQDNWHOIS.json │ │ ├── THREATMINERIP.json │ │ ├── THREATMINERMD5.json │ │ ├── THREATMINERMD5META.json │ │ ├── THREATMINERSHA1.json │ │ ├── THREATMINERSHA1META.json │ │ ├── THREATMINERSHA2.json │ │ └── THREATMINERSHA2META.json │ └── VirusTotal │ │ ├── VIRUSTOTALEFQDN.json │ │ ├── VIRUSTOTALMD5.json │ │ ├── VIRUSTOTALPRIVATEMD5.json │ │ ├── VIRUSTOTALPRIVATESHA1.json │ │ ├── VIRUSTOTALPRIVATESHA2.json │ │ ├── VIRUSTOTALSHA1.json │ │ └── VIRUSTOTALSHA2.json └── WebScrapers │ ├── WSVIRUSTOTALMD5.json │ └── WSVIRUSTOTALSHA2.json ├── output.gif └── talosblog2.gif /Firefox-install.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/Firefox-install.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/README.md -------------------------------------------------------------------------------- /configs/API/AlienVault/ALIENVAULTIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/AlienVault/ALIENVAULTIP.json -------------------------------------------------------------------------------- /configs/API/AlienVault/ALIENVAULTMD5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/AlienVault/ALIENVAULTMD5.json -------------------------------------------------------------------------------- /configs/API/AlienVault/ALIENVAULTSHA1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/AlienVault/ALIENVAULTSHA1.json -------------------------------------------------------------------------------- /configs/API/AlienVault/ALIENVAULTSHA2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/AlienVault/ALIENVAULTSHA2.json -------------------------------------------------------------------------------- /configs/API/CIRCL/CIRCLCVE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/CIRCL/CIRCLCVE.json -------------------------------------------------------------------------------- /configs/API/Censys/CENSYSIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/Censys/CENSYSIP.json -------------------------------------------------------------------------------- /configs/API/Cymon/CYMONIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/Cymon/CYMONIP.json -------------------------------------------------------------------------------- /configs/API/IBMXForce/IBMXFORCEEFQDN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/IBMXForce/IBMXFORCEEFQDN.json -------------------------------------------------------------------------------- /configs/API/IBMXForce/IBMXFORCEIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/IBMXForce/IBMXFORCEIP.json -------------------------------------------------------------------------------- /configs/API/MISP/MISPMD5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/MISP/MISPMD5.json -------------------------------------------------------------------------------- /configs/API/MISP/MISPSHA2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/MISP/MISPSHA2.json -------------------------------------------------------------------------------- /configs/API/PassiveTotal/PASSIVETOTALEFQDNMW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/PassiveTotal/PASSIVETOTALEFQDNMW.json -------------------------------------------------------------------------------- /configs/API/PassiveTotal/PASSIVETOTALEFQDNOSINT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/PassiveTotal/PASSIVETOTALEFQDNOSINT.json -------------------------------------------------------------------------------- /configs/API/PassiveTotal/PASSIVETOTALEFQDNWHOIS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/PassiveTotal/PASSIVETOTALEFQDNWHOIS.json -------------------------------------------------------------------------------- /configs/API/Shodan/SHODANIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/Shodan/SHODANIP.json -------------------------------------------------------------------------------- /configs/API/ThreatCrowd/THREATCROWDFQDN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatCrowd/THREATCROWDFQDN.json -------------------------------------------------------------------------------- /configs/API/ThreatCrowd/THREATCROWDIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatCrowd/THREATCROWDIP.json -------------------------------------------------------------------------------- /configs/API/ThreatCrowd/THREATCROWDMD5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatCrowd/THREATCROWDMD5.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINEREFQDNHASHES.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINEREFQDNHASHES.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINEREFQDNWHOIS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINEREFQDNWHOIS.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINERIP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINERIP.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINERMD5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINERMD5.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINERMD5META.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINERMD5META.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINERSHA1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINERSHA1.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINERSHA1META.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINERSHA1META.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINERSHA2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINERSHA2.json -------------------------------------------------------------------------------- /configs/API/ThreatMiner/THREATMINERSHA2META.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/ThreatMiner/THREATMINERSHA2META.json -------------------------------------------------------------------------------- /configs/API/VirusTotal/VIRUSTOTALEFQDN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/VirusTotal/VIRUSTOTALEFQDN.json -------------------------------------------------------------------------------- /configs/API/VirusTotal/VIRUSTOTALMD5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/VirusTotal/VIRUSTOTALMD5.json -------------------------------------------------------------------------------- /configs/API/VirusTotal/VIRUSTOTALPRIVATEMD5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/VirusTotal/VIRUSTOTALPRIVATEMD5.json -------------------------------------------------------------------------------- /configs/API/VirusTotal/VIRUSTOTALPRIVATESHA1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/VirusTotal/VIRUSTOTALPRIVATESHA1.json -------------------------------------------------------------------------------- /configs/API/VirusTotal/VIRUSTOTALPRIVATESHA2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/VirusTotal/VIRUSTOTALPRIVATESHA2.json -------------------------------------------------------------------------------- /configs/API/VirusTotal/VIRUSTOTALSHA1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/VirusTotal/VIRUSTOTALSHA1.json -------------------------------------------------------------------------------- /configs/API/VirusTotal/VIRUSTOTALSHA2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/API/VirusTotal/VIRUSTOTALSHA2.json -------------------------------------------------------------------------------- /configs/WebScrapers/WSVIRUSTOTALMD5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/WebScrapers/WSVIRUSTOTALMD5.json -------------------------------------------------------------------------------- /configs/WebScrapers/WSVIRUSTOTALSHA2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/configs/WebScrapers/WSVIRUSTOTALSHA2.json -------------------------------------------------------------------------------- /output.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/output.gif -------------------------------------------------------------------------------- /talosblog2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudtracer/ThreatPinchLookup/HEAD/talosblog2.gif --------------------------------------------------------------------------------