Skip to content

Hostname

afpc.org

Last fetched

afpc.org resolves to 2 IPv4 addresses operated by LIQUIDWEB - Liquid Web, L.L.C in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · afpc.orgRouting diversity2.4/10Peering density4.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/afpc.org

Resolution chain

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

IPPrefixASNOperatorCountry
69.16.254.5469.16.192.0/18AS32244LIQUIDWEB - Liquid Web, L.L.CUS
98.129.229.498.129.229.0/24AS53824LIQUIDWEB - Liquid Web, L.L.CUS

WHOIS identity

Registrar
iana:2
Organization
american foreign policy council
Contact emails

Subdomains

4 observed subdomains of afpc.org.

Web-graph footprint

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

683 sites link to this hostname.

556 sites linked to from this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from afpc.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "afpc.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.