Hostname
dating.com
Last fetched
dating.com resolves to 3 IPv4 addresses operated by TRIANGLE-COMMUNICATIONS - Triangle Communications in US. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
dating.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | TRIANGLE-COMMUNICATIONS - Triangle Communications | CA |
| 23.34.122.34 | 23.32.0.0/11 | AS20940 | AKAMAI-ASN1 | US |
| 23.52.181.18 | 23.52.180.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- iana:463
- Organization
- personal data, can not be publicly disclosed according to applicable laws.
- Contact emails
Subdomains
43 observed subdomains of dating.com.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dating.com in the public web crawl.
735 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for dating.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | milters.dating.com |
| SPF_INCLUDE | spf.dating.com |
| SPF_IP | 147.253.209.192 |
| SPF_IP | 156.70.121.216 |
| SPF_IP | 162.244.34.176 |
| SPF_IP | 192.174.91.131 |
| SPF_IP | 52.36.252.44 |
| SPF_IP | 52.60.177.59 |
| SPF_MX | dating.com |
Related pages
Pivot deeper into the graph from dating.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dating.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.