Skip to content

Hostname

publicos.network

Last fetched

publicos.network resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · publicos.networkRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/publicos.network

Resolution chain

publicos.network resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.164.217.10418.164.216.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.217.12218.164.216.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.217.318.164.216.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.164.217.6618.164.216.0/21AS16509AMAZON-02 - Amazon.com, Inc.IN
18.173.205.10418.173.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.205.11218.173.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.205.318.173.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.173.205.5818.173.204.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.195.11318.67.194.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.195.1518.67.194.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.195.6618.67.194.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.67.195.9818.67.194.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

Registrar
iana:468
Organization
identity protection service
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from publicos.network.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "publicos.network"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.