Skip to content

Hostname

interface-service.de

Last fetched

interface-service.de resolves to 1 IPv4 address operated by AS24940 in DE.

Nutrition Label

WHISPER CANON · interface-service.deRouting diversity1.5/10Peering density8.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/interface-service.de

Resolution chain

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

IPPrefixASNOperatorCountry
116.202.99.77116.202.0.0/16AS24940DE

WHOIS identity

No WHOIS records are currently associated with interface-service.de in WhisperGraph.

Subdomains

4 observed subdomains of interface-service.de.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for interface-service.de.

MechanismTarget
SPF_Ainterface-service.de
SPF_IP2a01:4f8:10b:32af:0:0:0:2
SPF_MXinterface-service.de

Related pages

Pivot deeper into the graph from interface-service.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "interface-service.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.