website-form-new-country

Overview

  • Key: website-form-new-country

  • Name: Website Form New Country

  • Triggers when: A website form is detected in a new country during a website scan

Fields

FieldTypeDescription

country

string

Country of form host

detail

string

Country of form host

form_action

string

Name of form action

form_method

string

Form method

host

string

Hostname of form action

scan_id

string

ID of the scan

target_id

integer

Target of the scan

Example data

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

Last updated