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)

technology-add-first-scan

Overview

  • Key: technology-add-first-scan

  • Name: New Technology (First Scan)

  • Triggers when: New technology was discovered on the first scan of a target

Fields

Field
Type
Description

risk

string

Risk rating of the technology

name

string

Name of the technology

id

integer

ID of the technology

Example data

{
    "risk":"1",
    "tech": {
        "name":"Google Mail",
        "id":604
    }
}

Last updated 2 years ago

Was this helpful?