Skip to content

Hostname

openshift.com

Last fetched

openshift.com resolves to 13 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:470 as the registrar.

Nutrition Label

WHISPER CANON · openshift.comRouting diversity4.8/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/openshift.com

Resolution chain

openshift.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
107.21.181.63107.21.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
18.214.247.10518.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
184.72.247.179184.72.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
3.216.217.233.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.225.166.1543.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.234.110.1213.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.234.173.2353.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.232.205.19834.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.168.82.10735.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.206.38.3844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.217.205.18044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.220.100.6744.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
3.210.23.1173.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:470
Organization
red hat,
Contact emails

Subdomains

49 observed subdomains of openshift.com.

Web-graph footprint

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

1,579 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for openshift.com.

MechanismTarget
SPF_Aopenshift.com
SPF_INCLUDEariasystems.net
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.mail.intercom.io
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEstspg-customer.com

Related pages

Pivot deeper into the graph from openshift.com.

Cypher and MCP

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

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