Hostname
livewatch.de
Last fetched
livewatch.de resolves to 1 IPv4 address operated by SOCO-AS Nordstrasse 102 in DE.
Nutrition Label
Resolution chain
livewatch.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.16.252.247 | 212.16.224.0/19 | AS12759 | SOCO-AS Nordstrasse 102 | DE |
WHOIS identity
No WHOIS records are currently associated with livewatch.de in WhisperGraph.
Subdomains
17 observed subdomains of livewatch.de.
Web-graph footprint
Distinct hostnames that link to or from livewatch.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for livewatch.de.
| Mechanism | Target |
|---|---|
| SPF_A | livewatch.de |
| SPF_A | mail.livewatch.de |
| SPF_A | mail2.livewatch.de |
| SPF_A | payment.livewatch.de |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 212.16.252.194 |
| SPF_IP | 212.16.252.246 |
| SPF_IP | 212.16.252.247 |
| SPF_IP | 213.71.10.28 |
| SPF_IP | 62.157.125.140 |
| SPF_IP | 62.157.125.142 |
| SPF_IP | 83.125.10.230 |
| SPF_IP | 83.125.10.232 |
| SPF_IP | 89.58.42.30 |
| SPF_MX | livewatch.de |
Related pages
Pivot deeper into the graph from livewatch.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "livewatch.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.