Hostname
selenefinance.com
Last fetched
selenefinance.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
selenefinance.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:146
- Organization
- domain admin
- Contact emails
Subdomains
17 observed subdomains of selenefinance.com.
Showing 15 of 17. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from selenefinance.com in the public web crawl.
22 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for selenefinance.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.tr1.tr.com |
| SPF_INCLUDE | emailus.freshservice.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zohomail360.com |
| SPF_IP | 208.235.248.20/32 |
| SPF_IP | 40.124.53.254 |
| SPF_IP | 52.185.227.156 |
| SPF_IP | 52.185.227.158 |
| SPF_IP | 52.185.227.159 |
| SPF_IP | 52.185.230.32 |
| SPF_IP | 52.185.230.33 |
| SPF_IP | 52.185.230.39 |
| SPF_IP | 52.248.73.169 |
Related pages
Pivot deeper into the graph from selenefinance.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "selenefinance.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.