Skip to main content

Strobes Intel Client is a service which communicates with strobes intel and fetches cve data in pydantic model.

Project description

Strobes Intel Python Client

CVE

Properties

  • cve (string)
  • predicted_cvss_v2 (float)
  • predicted_cvss_v3 (float)
  • advisories (array of objects)
  • exploits: Refer to Exploits object
  • zeroday: Refer to Zeroday object
  • patches: Refer to Patches object
  • tags (array of strings)
  • vulnerable_products (array of objects)
  • taxonomy: Refer to Taxonomy object
  • twitter: Refer to Twitter object
  • seen_wild (boolean)
  • priority_score (integer)

Definitions

Advisory

  • id (string)
  • name (string)
  • title (string)
  • description: Refer to Description object
  • cvss_v2 (float)
  • cvss_v3 (float)
  • cvss_v2_vector (string)
  • cvss_v3_vector (string)
  • cpe (array of strings)
  • exploitability_score_v2 (float)
  • exploitability_score_v3 (float)
  • impact_score_v2 (float)
  • impact_score_v3 (float)
  • references (array of objects)

Description

  • summary (string)
  • published (string)
  • last_modified (string)

Exploits

  • exploit_available (boolean)
  • references (array of objects)

Zeroday

  • is_zeroday (boolean)
  • references (array of objects)

Patches

  • patch_available (boolean)
  • references (array of objects)

Reference

  • url (string)
  • type (string)
  • source (string)

VulnerableProducts

  • id (string)
  • name (string)
  • ecosystem (string)
  • type (string)
  • product_family (string)
  • affected_versions (array of objects)

Version

  • fixed (string)
  • introduced (string)

Twitter

  • trending_now (boolean)
  • last_trending_at (string)
  • tweet_count (integer)

Taxonomy

  • cwe (array of objects)
    • Items: Refer to CWE object
  • predicted_cwe (array of objects)
    • Items: Refer to CWE object
  • owasp_2007 (array of objects)
    • Items: Refer to OWASP object
  • owasp_2004 (array of objects)
    • Items: Refer to OWASP object
  • nist (array of objects)
    • Items: Refer to NIST object
  • capec (array of objects)
    • Items: Refer to CAPEC object
  • wasc (array of objects)
    • Items: Refer to WASC object

CWE

  • id (string)
  • description (string)

OWASP

  • id (string)
  • description (string)

NIST

  • id (string)
  • description (string)

CAPEC

  • id (string)
  • description (string)

WASC

  • id (string)
  • description (string)

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

Strobes Intel Client-0.0.dev1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

Strobes_Intel_Client-0.0.dev1-py3-none-any.whl (17.0 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