Hostname
callom.com
Last fetched
callom.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
callom.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1328
- Organization
- callom gmbh ulm
- Contact emails
Subdomains
24 observed subdomains of callom.com.
Web-graph footprint
Distinct hostnames that link to or from callom.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for callom.com.
| Mechanism | Target |
|---|---|
| SPF_A | callom.com |
| SPF_IP | 109.43.177.230 |
| SPF_IP | 149.172.170.225 |
| SPF_IP | 193.238.88.0/22 |
| SPF_IP | 212.53.165.47 |
| SPF_IP | 217.92.56.18 |
| SPF_IP | 78.94.116.26 |
| SPF_IP | 82.211.0.73 |
| SPF_IP | 84.200.62.38 |
| SPF_IP | 85.13.157.241 |
| SPF_IP | 95.130.17.0/24 |
| SPF_MX | callom.com |
Related pages
Pivot deeper into the graph from callom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "callom.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.