Hostname
www.interplex.com
Last fetched
www.interplex.com resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in SG.
Nutrition Label
Resolution chain
www.interplex.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 157.230.246.91 | 157.230.240.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | SG |
WHOIS identity
No WHOIS records are currently associated with www.interplex.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for www.interplex.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-us.tmes.trendmicro.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.7.105.34 |
| SPF_IP | 201.163.95.181 |
| SPF_IP | 202.126.160.64/27 |
| SPF_IP | 202.42.100.85 |
| SPF_IP | 202.42.100.86 |
| SPF_IP | 203.126.158.192/27 |
| SPF_IP | 218.108.82.48/28 |
| SPF_IP | 218.108.83.114 |
| SPF_IP | 218.75.43.84 |
| SPF_IP | 219.149.13.26 |
| SPF_IP | 46.137.249.199 |
| SPF_IP | 60.190.244.128/28 |
| SPF_IP | 66.85.125.210 |
| SPF_IP | 70.164.245.194/27 |
| SPF_IP | 96.233.133.48/29 |
Related pages
Pivot deeper into the graph from www.interplex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.interplex.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.