Hostname
support.panafricandating.com
Last fetched
support.panafricandating.com resolves to 2 IPv4 addresses operated by AS36218 in CA.
Nutrition Label
Resolution chain
support.panafricandating.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 209.42.24.84 | 209.42.24.0/24 | AS36218 | — | CA |
| 69.175.5.252 | 69.175.0.0/18 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | US |
WHOIS identity
No WHOIS records are currently associated with support.panafricandating.com in WhisperGraph.
Subdomains
1 observed subdomain of support.panafricandating.com.
| Subdomain |
|---|
| www.support.panafricandating.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for support.panafricandating.com.
| Mechanism | Target |
|---|---|
| SPF_A | support.panafricandating.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 209.42.24.84 |
| SPF_IP | 69.175.5.252 |
| SPF_MX | support.panafricandating.com |
Related pages
Pivot deeper into the graph from support.panafricandating.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.panafricandating.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.