website-link-risk
Overview
- Key: - website-link-risk
- Name: Website Link Risk 
- Triggers when: The risk of a link changes from low to medium or high 
Fields
Field
Type
Description
host
string
Hostname of link
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
url
string
Link where risk was changed
Example data
{
  "host": "www.example.com",
  "risk": 2,
  "risk_reason": "Not HTTPS",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456,
  "url": "http://www.example.com"
}Last updated
Was this helpful?