For the complete documentation index, see llms.txt. This page is also available as Markdown.

Vulnerability Created

The event emitted will include the following information:

{
  "method": "vulnerability-created",
  "params": {
    "timestamp": "2021-01-01T00:00:00.000Z",
    "user": {
      "user_id": "60d0fe4f5311236168a109ca"
    },
    "data": {
      "vulnerability_id": "60fe2f7747d2c400306bd808",
      "vulnerability_library_id": "60d59ce05e2fc4002f1r1B1p",
      "vulnerability_alternate_id": "PROJECTX-1",
      "vulnerability_is_visible": true,
      "vulnerability_is_deleted": false,
      "vulnerability_created": "2021-01-01T03:43:51.665Z",
      "vulnerability_modified": "2021-01-01T03:43:51.665Z",
      "vulnerability_title": "ASP.NET Misconfiguration: Creating Debug Binary",
      "vulnerability_priority": "Info",
      "vulnerability_cvssv3_vector": "AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H/E:P/RL:O/RC:R/CR:L/IR:L/AR:X/MAV:N/MAC:L/MPR:L/MUI:N/MS:C/MC:N/MI:X/MA:N",
      "vulnerability_cvssv3_base_score": "7.1",
      "vulnerability_cvssv3_temporal_score": "6.1",
      "vulnerability_cvssv3_environmental_score": "3.6",
      "vulnerability_cvssv4_vector": "/AV:L/AC:H/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:L/SI:L/SA:L",
      "vulnerability_cvssv4_score": "5.9",
      "vulnerability_status": "Open",
      "vulnerability_status_updated": "2021-01-01T03:43:51.665Z",
      "vulnerability_retest": "No",
      "vulnerability_likelihood_of_exploitation": 5,
      "vulnerability_steps_to_reproduce": "Lorem ipsum...",
      "vulnerability_steps_to_reproduce_HTML": "...Lorem ipsum...",
      "vulnerability_tags": ["CWE-11", "CAPEC-25"],
      "vulnerability_is_zeroday": "No",
      "vulnerability_notes": [
        {
          "note": "Lorem ipsum...",
          "note_html": "<p>Lorem ipsum...</p>",
          "type": "PLAINTEXT/RICHTEXT"
        }
      ],
      "vulnerability_description": "Lorem ipsum...",
      "vulnerability_attack_scenario": "Lorem ipsum...",
      "vulnerability_remediation_recommendation": "Lorem ipsum...",
      "vulnerability_remediation_notes": [
        {
          "note": "...",
          "created": "...",
          "created_by": "..."
        }
      ],
      "vulnerability_affected_asset_name": "attackforge.com",
      "vulnerability_affected_asset_id": "60d59ce05e2fc4002f1f0b0d",
      "vulnerability_affected_asset_library_id": "60d59ce05e2fc4002f1f0b0e",
      "vulnerability_affected_asset_library_external_id": "Lorem ipsum...",
      "vulnerability_affected_assets": [
        {
          "asset": {
            "id": "60d59ce05e2fc4002f1f0b0d",
            "name": "...",
            "library_id": "...",
            "library_external_id": "...",
            "custom_fields": [
              { 
                "key": "...",
                "value": "...",
                "type": "Field"
              }
            ],
          },
          "notes": [
            "..."
          ],
          "tags": [
            "..."
          ],
          "actioned": true,
          "components": [
            {
              "name": "...",
              "notes": [
                "..."
              ],
              "actioned": true,
              "tags": [
                "..."
              ]
            }
          ]
        }
      ],
      "vulnerability_projects": [
        {
          "code": "...",
          "custom_fields": [
            {
              "key": "...",
              "type": "Field/Tag",
              "value": "..."
            }
          ],
          "groups": [
            {
              "id": "60d59ce05e2fc4002f1r1B1p",
              "name": "US Technology Group"
            }
          ],
          "id": "...",
          "name": "..."
        }
      ],
      "vulnerability_discovered_by": "Bruce Wayne",
      "vulnerability_evidence": [
        {
          "file_name": "screenshot.png",
          "file_name_custom": "exploit1.png",
          "storage_name": "123hkjas...",
          "file_type": "image/png",
          "file_size_kb": "6480"
        }
      ],
      "vulnerability_custom_fields": [
        {
          "key": "...",
          "value": "...",
          "type": "Tag/Field"
        }
      ],
      "vulnerability_library_custom_fields": [
        {
          "key": "...",
          "value": "...",
          "type": "Tag/Field"
        }
      ],
      "vulnerability_affected_asset_custom_fields": [
        {
          "key": "...",
          "value": "..."
        }
      ],
      "vulnerability_sla": "...",
      "vulnerability_release_date": "...",
      "vulnerability_target_remediation_date": "..."
    }
  }
}

Last updated