Skip to content

Hostname

ofa.accessasc.com

Last fetched

ofa.accessasc.com resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · ofa.accessasc.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ofa.accessasc.com

Resolution chain

ofa.accessasc.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.213.230.5918.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.234.5.23618.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
34.200.126.17934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
98.80.133.11098.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ofa.accessasc.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from ofa.accessasc.com in the public web crawl.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from ofa.accessasc.com.

Cypher and MCP

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

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