LogoLogo
DocsSupportDashboard
  • Introduction
    • Data Types
    • Target Filtering
    • Scan Selection
    • Pagination & Sorting
    • Permissions
    • Appendix
  • Authentication
  • Webhooks
  • Events
  • Appendix
    • Targets Filter
    • Date Match
    • IP Range
  • Endpoints
    • Discovery
    • Target
    • Scan
    • Issue
    • Tag
    • Port
    • DNS
    • HTTP
    • Whois
    • Technology
    • Website
    • Acknowledged
    • Event
    • Dark Web
    • Integration
    • PCI
    • Report
    • User
    • Account
    • Security
    • File
    • Work
Powered by GitBook

© 2024 Halo Security

On this page
  • Overview
  • Fields
  • Example data

Was this helpful?

  1. Events (Archive)

website-link-new-country

Overview

  • Key: website-link-new-country

  • Name: Website Link New Country

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

Fields

Field
Type
Description

country

string

Country of detected link

detail

string

Country of detected link

scan_id

string

ID of the scan

target_id

integer

ID of the target

url

string

URL of detected link

Example data

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

Last updated 3 years ago

Was this helpful?