Hostname
www.serverfirm.com
Last fetched
www.serverfirm.com resolves to 1 IPv4 address operated by AS59253 in SG.
Nutrition Label
Resolution chain
www.serverfirm.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 |
|---|---|---|---|---|
| 173.234.2.241 | 173.234.2.0/23 | AS59253 | — | SG |
WHOIS identity
No WHOIS records are currently associated with www.serverfirm.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for www.serverfirm.com.
| Mechanism | Target |
|---|---|
| SPF_A | list.indosite.com |
| SPF_A | www.serverfirm.com |
| SPF_INCLUDE | list.indosite.com |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_IP | 103.253.113.250 |
| SPF_IP | 138.201.204.71 |
| SPF_IP | 139.99.121.64 |
| SPF_IP | 139.99.8.123 |
| SPF_IP | 139.99.8.141 |
| SPF_IP | 149.56.132.154 |
| SPF_IP | 15.235.182.33 |
| SPF_IP | 173.234.2.212 |
| SPF_IP | 173.234.2.241 |
| SPF_IP | 192.99.170.10 |
| SPF_IP | 51.79.132.64 |
| SPF_IP | 51.79.230.130 |
| SPF_MX | www.serverfirm.com |
Related pages
Pivot deeper into the graph from www.serverfirm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.serverfirm.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.