Hostname
care-app.de
Last fetched
care-app.de resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
care-app.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 136.243.127.251 | 136.243.0.0/16 | AS24940 | — | DE |
| 46.224.95.116 | 46.224.0.0/15 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with care-app.de in WhisperGraph.
Subdomains
2 observed subdomains of care-app.de.
| Subdomain |
|---|
| smtp.care-app.de |
| www.care-app.de |
Web-graph footprint
Distinct hostnames that link to or from care-app.de in the public web crawl.
42 sites link to this hostname.
100 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for care-app.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | voffice.cloud |
| SPF_IP | 185.145.196.120 |
| SPF_IP | 185.145.196.139 |
Related pages
Pivot deeper into the graph from care-app.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "care-app.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.