Skip to content

Hostname

planner.garage.software

Last fetched

planner.garage.software resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · planner.garage.softwareRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/planner.garage.software

Resolution chain

planner.garage.software resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.157.131.12118.156.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
18.194.160.16218.194.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.DE
3.123.185.223.120.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
3.126.48.663.124.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE
52.57.225.24952.57.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE
63.182.67.2263.180.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with planner.garage.software in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from planner.garage.software in the public web crawl.

249 sites link to this hostname.

2 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from planner.garage.software.

Cypher and MCP

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

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