Hostname
shop.comalis.com
Last fetched
shop.comalis.com resolves to 2 IPv4 addresses operated by CELESTE-AS CELESTE - Internet services provider in ES.
Nutrition Label
Resolution chain
shop.comalis.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.255.166.243 | 46.255.160.0/21 | AS34177 | CELESTE-AS CELESTE - Internet services provider | ES |
| 46.255.166.244 | 46.255.160.0/21 | AS34177 | CELESTE-AS CELESTE - Internet services provider | ES |
WHOIS identity
No WHOIS records are currently associated with shop.comalis.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for shop.comalis.com.
| Mechanism | Target |
|---|---|
| SPF_A | shop.comalis.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | comalis.ip-zone.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.130.37.108 |
| SPF_IP | 188.130.37.81/32 |
| SPF_IP | 188.130.44.66 |
| SPF_IP | 188.130.44.67 |
| SPF_IP | 188.130.44.68 |
| SPF_IP | 188.130.44.80 |
| SPF_IP | 46.101.23.79 |
| SPF_IP | 67.15.47.3 |
| SPF_IP | 84.246.231.160 |
| SPF_IP | 84.246.231.5 |
| SPF_IP | 84.246.231.55 |
| SPF_IP | 94.247.29.63 |
| SPF_MX | shop.comalis.com |
Related pages
Pivot deeper into the graph from shop.comalis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shop.comalis.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.