website-traffic-new-country

Overview

  • Key: website-traffic-new-country

  • Name: Website Traffic New Country

  • Triggers when: The website traffic is detected in a new country during a website scan

Fields

FieldTypeDescription

country

string

Country where new traffic was detected

detail

string

Country where new traffic was detected

host

string

Hostname where new traffic was detected

scan_id

string

ID of the scan

target_id

integer

ID of the target

Example data

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

Last updated