Hostname
sparkloop.app
Last fetched
sparkloop.app resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
sparkloop.app resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.49.111.177 | 13.48.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 16.16.119.222 | 16.16.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 18.202.8.75 | 18.202.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.248.56.152 | 3.248.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 34.210.109.146 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.217.231.110 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.229.220.222 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 51.21.126.187 | 51.21.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 54.155.19.65 | 54.155.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
28 observed subdomains of sparkloop.app.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sparkloop.app in the public web crawl.
348 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for sparkloop.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | helpscoutemail.com |
| SPF_INCLUDE | md02.com |
| SPF_INCLUDE | spf.efwd.registrar-servers.com |
Related pages
Pivot deeper into the graph from sparkloop.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sparkloop.app"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.