Hostname
solidsignal.com
Last fetched
solidsignal.com resolves to 7 IPv4 addresses operated by AKAMAI-ASN1 in SE.
Nutrition Label
Resolution chain
solidsignal.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.51.252.16 | 184.51.252.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 184.51.252.37 | 184.51.252.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 184.51.252.7 | 184.51.252.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 2.16.241.219 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.227 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.11.206.115 | 23.11.206.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.158.106 | 95.100.158.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from solidsignal.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for solidsignal.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | bounces.sp.netsuite.com |
| SPF_INCLUDE | esp1.co |
| SPF_INCLUDE | sent-via.netsuite.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sparkpostmail.com |
Related pages
Pivot deeper into the graph from solidsignal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "solidsignal.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.