website-form-monitor-change
Overview
- Key: - website-form-monitor-change
- Name: Monitored Website Form Changed 
- Triggers when: A monitored form's content is detected as different than in the previous scan 
Fields
Field
Type
Description
mon_name
string
Form that is monitored
mon_value
string
Value of form that is monitored
scan_id
string
ID of the scan
target_id
integer
ID of the target
value
string
New value of form
Example data
{
  "mon_name": "[action=https://www.example.com/]",
  "mon_value": "[method=get]",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
  "value": "[method=post]"
}Last updated
Was this helpful?