{"library":"otxv2","title":"AlienVault OTX Python SDK","description":"Official Python SDK for AlienVault OTX (Open Threat Exchange) API. Current version 1.5.12, maintained by AT&T Cybersecurity. Provides access to pulses, indicators, and threat intelligence feeds. Release cadence is irregular with periodic bugfixes and feature additions.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install otxv2"],"cli":null},"imports":["from OTXv2 import OTXv2","from OTXv2 import IndicatorTypes"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from OTXv2 import OTXv2\nfrom OTXv2 import IndicatorTypes\n\notx = OTXv2('YOUR_API_KEY')\n# Get pulses by user\npulses = otx.getall(limit=10)\nfor pulse in pulses:\n    print(pulse['name'])\n# Search for indicators\nresults = otx.search_pulses('malware')\nprint(len(results))","lang":"python","description":"Initialize with API key, fetch user pulses, and search for pulses by keyword.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}