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)

target-scan-start

Overview

  • Key: target-scan-start

  • Name: Scan Started

  • Triggers when: A scan starts on a target

Fields

Field
Type
Description

date

string

Date of the scan

scan_id

string

ID of the scan

target_name

string

Name of the target

target_id

integer

ID of the target

target

string

Domain name of the target

Example data

{
    "scan": {
        "date": "2022-01-01 12:00",
        "scan_id": "202201011200OGRDXxyffffRutS21Egg"
    },
    "target": {
        "target_name": "Test",
        "target_id": 1234,
        "target": "test.example.com"
    }
}

Last updated 3 years ago

Was this helpful?