Skip to content

Strobes intel python client to query Strobes intel for CVEs

License

Notifications You must be signed in to change notification settings

strobes-co/strobes-intel-client

Repository files navigation

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)

About

Strobes intel python client to query Strobes intel for CVEs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages