Skip to content

Instantly share code, notes, and snippets.

@fhightower
Last active October 10, 2017 01:01
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 fhightower/34ea7804dd1165e87b878847b59ac8a2 to your computer and use it in GitHub Desktop.
Save fhightower/34ea7804dd1165e87b878847b59ac8a2 to your computer and use it in GitHub Desktop.
Simple Indicator defanging using https://github.com/ioc-fang/defanging-dataset
import json
import requests
url = "https://ioc-fang.github.io/defanging-dataset/defang.json"
r = requests.get(url)
defangings = json.loads(r.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment