Skip to content

Hostname

iserv.app

Last fetched

iserv.app resolves to 3 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:1420 as the registrar.

Nutrition Label

WHISPER CANON · iserv.appRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/iserv.app

Resolution chain

iserv.app resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
116.202.2.255116.202.0.0/16AS24940HETZNER-ASDE
116.203.121.185116.203.0.0/16AS24940HETZNER-ASDE
188.68.60.9188.68.60.0/24AS197540NETCUP-AS netcup GmbHDE

WHOIS identity

Registrar
iana:1420
Organization
iserv
Contact emails

Subdomains

2 observed subdomains of iserv.app.

Web-graph footprint

Distinct hostnames that link to or from iserv.app in the public web crawl.

9 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

6 SPF mechanisms authorising senders for iserv.app.

MechanismTarget
SPF_Aiserv.app
SPF_Arelay1.iserv.eu
SPF_Arelay2.iserv.eu
SPF_Arelay3.iserv.eu
SPF_Arelaybs.iserv.eu
SPF_MXiserv.app

Related pages

Pivot deeper into the graph from iserv.app.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "iserv.app"})-[: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.