Hostname
stromma.com
Last fetched
stromma.com resolves to 20 IPv4 addresses operated by AKAMAI-ASN1 in AT. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
stromma.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.83.4.19 | 104.83.4.0/23 | AS20940 | AKAMAI-ASN1 | AT |
| 104.83.4.192 | 104.83.4.0/23 | AS20940 | AKAMAI-ASN1 | AT |
| 2.16.16.167 | 2.16.16.0/24 | AS20940 | AKAMAI-ASN1 | AT |
| 2.16.16.175 | 2.16.16.0/24 | AS20940 | AKAMAI-ASN1 | AT |
| 2.17.100.129 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.136 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.153 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.170 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.193 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.200 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.208 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.224 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.242 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.250 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.22.32 | 2.21.22.0/24 | AS20940 | AKAMAI-ASN1 | CH |
| 2.21.22.35 | 2.21.22.0/24 | AS20940 | AKAMAI-ASN1 | CH |
| 2.21.22.41 | 2.21.22.0/24 | AS20940 | AKAMAI-ASN1 | CH |
| 2.21.239.32 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.33 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.10.249.107 | 23.10.249.0/24 | AS20940 | AKAMAI-ASN1 | CH |
WHOIS identity
- Registrar
- iana:151
- Organization
- domain admin
- Contact emails
Subdomains
31 observed subdomains of stromma.com.
Showing 25 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from stromma.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for stromma.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _u.stromma.com._spf.smart.ondmarc.com |
Related pages
Pivot deeper into the graph from stromma.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stromma.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.