website-form-risk

Overview

  • Key: website-form-risk

  • Name: Website Form Risk

  • Triggers when: The risk of a form changes from low to medium or high

Fields

FieldTypeDescription

form_action

string

Form action

form_method

string

Form method

host

string

Hostname associated with form

risk

integer

Risk rating

risk_reason

string

Reason for risk rating

scan_id

string

ID of the scan

target_id

integer

ID of the target

Example data

{
  "form_action": "login",
  "form_method": "post",
  "host": "www.example.com",
  "risk": 3,
  "risk_reason": "Not Secure and has Password",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
}

Last updated