Skip to content

Hostname

app.signspace.com

Last fetched

app.signspace.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.

Nutrition Label

WHISPER CANON · app.signspace.comRouting diversity3.9/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/app.signspace.com

Resolution chain

app.signspace.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.48.81.24313.48.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
13.50.216.15413.50.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE
13.53.224.7713.53.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SE
13.62.163.6113.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
13.63.37.3913.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE
16.170.6.3316.170.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SE

WHOIS identity

No WHOIS records are currently associated with app.signspace.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from app.signspace.com in the public web crawl.

6 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from app.signspace.com.

Cypher and MCP

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

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