Skip to content

Hostname

connect.etherfax.net

Last fetched

connect.etherfax.net resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · connect.etherfax.netRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/connect.etherfax.net

Resolution chain

connect.etherfax.net resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.248.177.25513.248.176.0/20AS16509AMAZON-02 - Amazon.com, Inc.CA
38.68.129.5038.0.0.0/8AS174COGENT-174 - Cogent Communications, LLCUS
15.197.95.4415.197.80.0/20AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

No WHOIS records are currently associated with connect.etherfax.net in WhisperGraph.

Subdomains

24 observed subdomains of connect.etherfax.net.

Threat posture

History

Related pages

Pivot deeper into the graph from connect.etherfax.net.

Cypher and MCP

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

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