Hostname
leasingtime.de
Last fetched
leasingtime.de resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
leasingtime.de resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.35.93.109 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.116 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.122 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.86 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.110 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.62 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.76 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.83 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.174.46.126 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.4 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.43 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.55 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.10 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.109 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.72 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.99 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with leasingtime.de in WhisperGraph.
Subdomains
6 observed subdomains of leasingtime.de.
Web-graph footprint
Distinct hostnames that link to or from leasingtime.de in the public web crawl.
78 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for leasingtime.de.
| Mechanism | Target |
|---|---|
| SPF_A | leasingtime.de |
| SPF_INCLUDE | mail-aws.monsum.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | servers.outfunnel.com |
| SPF_INCLUDE | spf-eu.thinkowl.com |
| SPF_INCLUDE | spf.cloudplatform1.com |
| SPF_INCLUDE | spf.easybill-mail.de |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 88.99.215.62/26 |
| SPF_MX | leasingtime.de |
Related pages
Pivot deeper into the graph from leasingtime.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leasingtime.de"})-[: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.