Flashpoint (VulnDB)

Prioritize Vulnerability with Threat Intelligence from VulnDB

The purpose of this example is to prioritize a vulnerability based on threat intelligence information harnessed from FlashPoint VulnDBarrow-up-right and to apply a custom score/rating to the vulnerability.

This example Flow can be downloaded from our Flows GitHub Repositoryarrow-up-right and imported into your AttackForge.

Initial Set Up

Important: This example requires access to the AttackForge Self-Service API and AttackForge Flows

Action 1 - Get VulnDB OAuth Token

  • Method: POST

  • URL: https://vulndb.flashpoint.io/oauth/token

  • Headers:

    • Key = Content-Type; Type = Value; Value = application/json

  • Request Script:

  • Response Script:

Action 2 - Get Threat Intel for Vuln from VulnDB

  • Method: <defined in Request Script>

  • URL: <defined in Request Script>

  • Headers:

    • Key = Content-Type; Type = Value; Value = application/json

    • <others defined in Request Script>

  • Request Script:

  • Response Script:

Action 3 - Apply Threat Intel, Prioritize Vulnerability and Update Vulnerability

  • Method: <defined in Request Script>

  • URL: <defined in Request Script>

  • Headers:

    • Key = Content-Type; Type = Value; Value = application/json

    • Key = X-SSAPI-KEY; Type = Secret; Value = af_auth

  • Request Script:

  • Response Script:

Last updated