Skip to content

Hostname

auth-local.test.simfuni.com

Last fetched

auth-local.test.simfuni.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PH.

Nutrition Label

WHISPER CANON · auth-local.test.simfuni.comRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/auth-local.test.simfuni.com

Resolution chain

auth-local.test.simfuni.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.35.130.5013.35.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.PH
13.35.130.7913.35.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.PH
13.35.130.8413.35.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.PH
13.35.130.8613.35.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.PH
18.67.110.10118.67.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.110.11818.67.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.110.6518.67.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
18.67.110.6718.67.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

No WHOIS records are currently associated with auth-local.test.simfuni.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from auth-local.test.simfuni.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "auth-local.test.simfuni.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.