/OTX-Lookup

Primary LanguagePythonMIT LicenseMIT

OTX AlienVault Loockup

forthebadge forthebadge MIT License

AlienVault OSSIM® Open Threat Exchange®(OTX™) is a threat data platform that allows security researchers and threat data producers to share research and investigate new threats. OTX provides open access for all, allowing you to collaborate with a worldwide community of threat researchers and security professionals. OTX Loockup Is A Sample IOC Loockup For OTX AlienVault With Python

Prerequisite

  • Python v3
  • Json Python Module
  • requests Python Module
  • time Python Module
  • sys Python Module
  • os Python Module

installation:

➜ Download OTX-Lookup From https://github.com/AmirHoseinTangsiriNET/OTX-Loockup

Add OTX Key Into Source Code:

headers = {"X-OTX-API-KEY": "Paste OTX Key In Here", "Accept": "application/json", 'User-Agent': 'Mozilla 5.0'}

➜ Run OTX.Lookup.py File With Python v3