Skip to content

Hostname

cedro.no

Last fetched

cedro.no resolves to 6 IPv4 addresses operated by RMH-14 - Rackspace Hosting in US.

Nutrition Label

WHISPER CANON · cedro.noRouting diversity3.0/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/cedro.no

Resolution chain

cedro.no resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
72.233.2.5872.233.0.0/17AS33070RMH-14 - Rackspace HostingUS
72.233.69.672.233.0.0/17AS33070RMH-14 - Rackspace HostingUS
74.200.243.25174.200.192.0/18AS19994RACKSPACE - Rackspace HostingUS
74.200.244.5974.200.192.0/18AS19994RACKSPACE - Rackspace HostingUS
76.74.254.12076.74.248.0/21AS13768COGECO-PEER1 - Aptum TechnologiesUS
76.74.254.12376.74.248.0/21AS13768COGECO-PEER1 - Aptum TechnologiesUS

WHOIS identity

No WHOIS records are currently associated with cedro.no in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for cedro.no.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from cedro.no.

Cypher and MCP

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

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