website-form-oos

Overview

  • Key: website-form-oos

  • Name: Website Form Out-of-Scope

  • Triggers when: A website form is first detected sending data to an out-of-scope domain

Fields

FieldTypeDescription

detail

string

Hostname associated with form

form_action

string

Form action

form_method

string

Form method

host

string

Hostname associated with form

scan_id

string

ID of the scan

target_id

integer

ID of the target

Example data

{
  "detail": "www.example.com",
  "form_action": "login",
  "form_method": "post",
  "host": "www.example.com",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}

Last updated