Skip to content

Hostname

g38.us

Last fetched

g38.us resolves to 1 IPv4 address operated by HETZNER-CLOUD2-AS - Hetzner Online GmbH in US. WHOIS lists registrar:uniregistrar corp as the registrar.

Nutrition Label

WHISPER CANON · g38.usRouting diversity1.5/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/g38.us

Resolution chain

g38.us resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
5.161.228.645.161.228.0/24AS213230HETZNER-CLOUD2-AS - Hetzner Online GmbHUS

WHOIS identity

Registrar
registrar:uniregistrar corp
Organization
domain administrator
Contact emails

Subdomains

1 observed subdomain of g38.us.

Threat posture

History

Mail and authentication

MX records

  • g38.us

SPF policy

2 SPF mechanisms authorising senders for g38.us.

MechanismTarget
SPF_Ag38.us
SPF_MXg38.us

Related pages

Pivot deeper into the graph from g38.us.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "g38.us"})-[: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.