Hostname
isy.de
Last fetched
isy.de resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in DE.
Nutrition Label
Resolution chain
isy.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 |
|---|---|---|---|---|
| 34.107.126.163 | 34.107.112.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | DE |
| 34.111.128.95 | 34.108.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with isy.de in WhisperGraph.
Subdomains
15 observed subdomains of isy.de.
Web-graph footprint
Distinct hostnames that link to or from isy.de in the public web crawl.
330 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for isy.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp.net |
| SPF_IP | 195.14.248.194 |
Related pages
Pivot deeper into the graph from isy.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "isy.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.