Skip to content

Hostname

og.hu

Last fetched

og.hu resolves to 1 IPv4 address operated by ATW-AS in HU.

Nutrition Label

WHISPER CANON · og.huRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/og.hu

Resolution chain

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

IPPrefixASNOperatorCountry
37.221.212.9337.221.212.0/22AS41075ATW-ASHU

WHOIS identity

No WHOIS records are currently associated with og.hu in WhisperGraph.

Subdomains

2 observed subdomains of og.hu.

Web-graph footprint

Distinct hostnames that link to or from og.hu in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for og.hu.

MechanismTarget
SPF_Aog.hu
SPF_INCLUDE_spf.nexthosting.hu
SPF_IP185.80.51.79
SPF_MXog.hu

Related pages

Pivot deeper into the graph from og.hu.

Cypher and MCP

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

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