Hostname
compodium.com
Last fetched
compodium.com resolves to 1 IPv4 address operated by AS48579 in SE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
compodium.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 |
|---|---|---|---|---|
| 185.24.134.214 | 185.24.132.0/22 | AS48579 | — | SE |
WHOIS identity
- Registrar
- iana:269
- Organization
- bengt grahn
- Contact emails
Subdomains
27 observed subdomains of compodium.com.
Showing 21 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from compodium.com in the public web crawl.
36 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for compodium.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.upsales.com |
| SPF_IP | 195.67.152.146 |
| SPF_IP | 52.49.77.121 |
| SPF_IP | 62.22.8.50 |
| SPF_IP | 62.22.8.62 |
| SPF_IP | 84.19.143.0/27 |
| SPF_IP | 84.19.149.64/27 |
Related pages
Pivot deeper into the graph from compodium.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "compodium.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.