Skip to main content

Team Cymru - Malware Hash Registry API

Project description

https://raw.githubusercontent.com/blacktop/team-cymru-api/master/doc/logo.png

team-cymru-api

https://travis-ci.org/blacktop/team-cymru-api.svg?branch=master https://badge.fury.io/py/team-cymru-api.png https://pypip.in/d/team-cymru-api/badge.png http://img.shields.io/gittip/blacktop.svg

Team Cymru - Malware Hash Registry API

https://www.team-cymru.org/Services/

Installation

$ pip install team-cymru-api

Usage

import json
from team_cymru_api import TeamCymruApi

team_cymru = TeamCymruApi()

response =  team_cymru.get_cymru('039ea049f6d0f36f55ec064b3b371c46')
print json.dumps(response, sort_keys=False, indent=4)

Output:

{
    "last_seen_utc": "2014-01-06T22:34:57Z",
    "response_code": 200,
    "detected": "86"
}

Testing

To run the tests:

$ ./tests

Contributing

  1. Fork it.

  2. Create a branch (git checkout -b my_team_cymru_api)

  3. Commit your changes (git commit -am “Added Something Cool”)

  4. Push to the branch (git push origin my_team_cymru_api)

  5. Open a [Pull Request](https://github.com/blacktop/team-cymru-api/pulls)

  6. Wait for me to figure out what the heck a pull request is…

Release History

1.0.4 (2014-05-18)

Fixes

  • Fixing error in README

1.0.2 (2014-05-18)

API Changes

  • Changing folder structure so when people import it it is not dumb :(

1.0.1 (2014-04-14)

Bugfixes

  • Trying to fix setup.py for deploying to PYPI.

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

team-cymru-api-1.0.4.tar.gz (15.9 kB view hashes)

Uploaded Source

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