sfp_onyphe.py

spiderfoot · scraping

-*- coding: utf-8 -*- ------------------------------------------------------------------------------- Name: sfp_onyphe Purpose: SpiderFoot plug-in to check if the IP is included on Onyphe data (threat list, geo-location, pastries, vulnerabilities) Author: Filip Aleksić <faleksicd

# -*- coding: utf-8 -*-
# -------------------------------------------------------------------------------
# Name:         sfp_onyphe
# Purpose:      SpiderFoot plug-in to check if the IP is included on Onyphe
#               data (threat list, geo-location, pastries, vulnerabilities)
#
# Author:      Filip Aleksić <faleksicdev@gmail.com>
#
# Created:     2020-08-21
# Copyright:   (c) Steve Micallef
# Licence:     MIT
# -------------------------------------------------------------------------------

import json
import time
from datetime import datetime

from spiderfoot import SpiderFootEvent, SpiderFootPlugin


class sfp_onyphe(SpiderFootPlugin):

    meta = {
        "name": "Onyphe",
        "summary": "Check Onyphe data (threat list, geo-location, pastries, vulnerabilities)  about a give

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

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

Get a free API key