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)

network-ip-add

Overview

  • Key: network-ip-add

  • Name: New Network IP Discovered

  • Triggers when: An active IP address is detected on a network that was not detected on the previous scan

Fields

Field
Type
Description

ip

string

IP address that was discovered

network_id

integer

ID of the network

network_name

string

Name of the network

network

string

Network IP address

Example data

{
    "ip": "127.0.0.1",
    "network": {
        "network_id": 1234,
        "network_name": "Example Name",
        "network": "127.0.0.1"
    }
}

Last updated 3 years ago

Was this helpful?