Skip to content

Hostname

accu.org

Last fetched

accu.org resolves to 2 IPv4 addresses operated by SPLX in GB. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · accu.orgRouting diversity2.4/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/accu.org

Resolution chain

accu.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

Registrar
iana:69
Organization
association of c and c++ users
Contact emails

Subdomains

16 observed subdomains of accu.org.

Web-graph footprint

Distinct hostnames that link to or from accu.org in the public web crawl.

434 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for accu.org.

MechanismTarget
SPF_INCLUDE_spf.mythic-beasts.com
SPF_IP2a00:1098:8:197:0:0:0:1

Related pages

Pivot deeper into the graph from accu.org.

Cypher and MCP

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

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