Skip to main content

py-octoxlabs is an API client for Octox Labs Cyber Security Asset Management platform on python programming language.

Project description

Octox Labs Python SDK

py-octoxlabs is an API client for Octox Labs Cyber Security Asset Management platform on python programming language.

Installation

pip install octoxlabs

Getting Started

  1. Go to settings
  2. Click "Add User" button
  3. Type Username and choose User Type as "API User"
  4. Click "Create" button
  5. Click your user's Edit button
  6. Copy API Token

Quick Start

from octoxlabs import OctoxLabs

octo = OctoxLabs(ip="<your-octoxlabs-platform-ip>", token="<your-api-token>")
count, assets = octo.search_devices(query="Adapters = active-directory")

Contributing

Also see; CONTRIBUTING.md

Supported by

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