sfp_networksdb.py

spiderfoot · scraping

-*- coding: utf-8 -*- ------------------------------------------------------------------------------- Name: sfp_networksdb Purpose: SpiderFoot plug-in to search NetworksDB.io API for IP address and domain information. Author: <bcoles@gmail.com>

# -*- coding: utf-8 -*-
# -------------------------------------------------------------------------------
# Name:        sfp_networksdb
# Purpose:     SpiderFoot plug-in to search NetworksDB.io API for IP address and
#              domain information.
#
# Author:      <bcoles@gmail.com>
#
# Created:     2019-09-16
# Copyright:   (c) bcoles 2019
# Licence:     MIT
# -------------------------------------------------------------------------------

import json
import time
import urllib.error
import urllib.parse
import urllib.request

from spiderfoot import SpiderFootEvent, SpiderFootPlugin


class sfp_networksdb(SpiderFootPlugin):

    meta = {
        'name': "NetworksDB",
        'summary': "Search NetworksDB.io API for IP address and domain information.",
        'flags': ["apikey"],
      

... (truncated -- full source via MCP)

See the full source, get the GitHub permalink, and search 40K more like it.

Get a free API key