Skip to content

Instantly share code, notes, and snippets.

@syrull
Created March 28, 2022 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syrull/6a2614560fb0474df166a51bcb34990d to your computer and use it in GitHub Desktop.
Save syrull/6a2614560fb0474df166a51bcb34990d to your computer and use it in GitHub Desktop.
Creating a TAXII 2 Client using the free LIMOANOMALI Server
from taxii2client.v20 import Server
server = Server(url="https://limo.anomali.com/api/v1/taxii2/taxii/", user="guest", password="guest")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment