Skip to content

Hostname

campus.edebe.com

Last fetched

campus.edebe.com resolves to 1 IPv4 address operated by ACENS_AS Spain Hosting, housing and VPN services in ES.

Nutrition Label

WHISPER CANON · campus.edebe.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/campus.edebe.com

Resolution chain

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

IPPrefixASNOperatorCountry
82.194.90.14882.194.80.0/20AS16371ACENS_AS Spain Hosting, housing and VPN servicesES

WHOIS identity

No WHOIS records are currently associated with campus.edebe.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from campus.edebe.com in the public web crawl.

Sample inbound links

Sample outbound links

Threat posture

History

Mail and authentication

MX records

  • campus.edebe.com

SPF policy

2 SPF mechanisms authorising senders for campus.edebe.com.

MechanismTarget
SPF_Acampus.edebe.com
SPF_MXcampus.edebe.com

Related pages

Pivot deeper into the graph from campus.edebe.com.

Cypher and MCP

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

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