Hostname
time2consult.de
Last fetched
time2consult.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
time2consult.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.107.123 | 13.225.107.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.225.107.129 | 13.225.107.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.225.107.73 | 13.225.107.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.225.107.86 | 13.225.107.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.164.96.15 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.47 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.54 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.9 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with time2consult.de in WhisperGraph.
Subdomains
1 observed subdomain of time2consult.de.
| Subdomain |
|---|
| www.time2consult.de |
Web-graph footprint
Distinct hostnames that link to or from time2consult.de in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for time2consult.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailbox.org |
Related pages
Pivot deeper into the graph from time2consult.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "time2consult.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.