Skip to main content

Python client for Pulsedive API

Project description

A low-level Python client for Pulsedive that aims provide an easy and idiomatic way to interact with the Pulsedive API.

Installation

To install you can clone the repository and run python setup.py install

Example use

Simple use-case:

import pulasedive
pud = pulsedive.Pulsedive()

# Getting a specific indicator
ind = pud.indicator(name='pulsedive.com')
pud.indicator.links(ind['iid'])

# Searching for indicators
pud.search('pulsedive', risks=['high', 'critical'], indicator_type=['ip'])


# Pulling from feeds or threats
pud.feed.links(1)
pud.threat.links(1)

# Searching for threats and feeds
pud.search.threat('Zeus')
pud.search.feed('Zeus')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulsedive-0.0.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distributions

pulsedive-0.0.1-py3.6.egg (13.1 kB view hashes)

Uploaded Source

pulsedive-0.0.1-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page