Skip to content

Hostname

selena.com

Last fetched

selena.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1456 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
104.26.8.49104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.26.9.49104.26.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.74.162172.67.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1456
Organization
selena marketing international sp. z o.o.
Contact emails

Subdomains

69 observed subdomains of selena.com.

Web-graph footprint

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

145 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for selena.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP185.208.164.170
SPF_IP194.85.129.116
SPF_IP194.85.129.117
SPF_IP195.184.73.73
SPF_IP195.239.157.194
SPF_IP37.128.80.234
SPF_IP51.195.95.85
SPF_IP51.38.157.217/32
SPF_IP77.65.192.100
SPF_IP77.65.192.102
SPF_IP87.204.248.118
SPF_IP89.25.223.94
SPF_IP89.25.223.95
SPF_IP91.227.202.160
SPF_IP93.179.218.150

Related pages

Pivot deeper into the graph from selena.com.

Cypher and MCP

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

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