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

Was this helpful?

  1. Endpoints

Whois

The Whois endpoint allows you to get a list of whois records.

PreviousHTTPNextTechnology

Last updated 3 years ago

Was this helpful?

Get a list of WHOIS records

GET https://api.halosecurity.com/api/v1/whois/list.json

Returns a paginated list of WHOIS records.

Query Parameters

Name
Type
Description

organization

String

Filter by organization

{
    "list": [
        {
            "whois": {
                "date_updated": "0000-00-00 00:00",
                "target_name": "",
                "domain_age": 0,
                "contact_admin": {
                    "organization": "",
                    "telephone": "0-000-000-0000",
                    "email": "abuse@example.com"
                },
                "date_created": "0000-00-00 00:00",
                "registrar_name": "ARIN",
                "phones": [
                    "0-000-000-0000"
                ],
                "monitor_state": 1,
                "target_id": 1,
                "target": "www.example.com",
                "emails": [
                    "abuse@example.com",
                    "noc-contact@example.com"
                ],
                "scope": 0,
                "organization": "Technologies Inc.",
                "domain": "0.0.0.0",
                "risk": "none",
                "state": "WA",
                "contact_tech": {
                    "organization": "Network Operations",
                    "telephone": "0-000-000-0000",
                    "email": "noc-contact@example.com"
                },
                "status": [
                    "NETWORK"
                ]
            },
            "target": {
                "target_name": "",
                "target_id": 1,
                "target": "www.example.com"
            }
        }
    ]
}
https://www.halosecurity.com/user/security/website/summary/whois