Skip to content

Hostname

nextcloud.tech-infor.com

Last fetched

nextcloud.tech-infor.com resolves to 1 IPv4 address operated by IPSET in FR.

Nutrition Label

WHISPER CANON · nextcloud.tech-infor.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/nextcloud.tech-infor.com

Resolution chain

nextcloud.tech-infor.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
217.26.137.12217.26.136.0/21AS199275IPSETFR

WHOIS identity

No WHOIS records are currently associated with nextcloud.tech-infor.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from nextcloud.tech-infor.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "nextcloud.tech-infor.com"})-[: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.