Skip to content

Hostname

livewatch.de

Last fetched

livewatch.de resolves to 1 IPv4 address operated by SOCO-AS Nordstrasse 102 in DE.

Nutrition Label

WHISPER CANON · livewatch.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/livewatch.de

Resolution chain

livewatch.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.16.252.247212.16.224.0/19AS12759SOCO-AS Nordstrasse 102DE

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.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for livewatch.de.

MechanismTarget
SPF_Alivewatch.de
SPF_Amail.livewatch.de
SPF_Amail2.livewatch.de
SPF_Apayment.livewatch.de
SPF_INCLUDE_spf.google.com
SPF_IP212.16.252.194
SPF_IP212.16.252.246
SPF_IP212.16.252.247
SPF_IP213.71.10.28
SPF_IP62.157.125.140
SPF_IP62.157.125.142
SPF_IP83.125.10.230
SPF_IP83.125.10.232
SPF_IP89.58.42.30
SPF_MXlivewatch.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.