Hostname
culmia.com
Last fetched
culmia.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:696 as the registrar.
Nutrition Label
Resolution chain
culmia.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 |
|---|---|---|---|---|
| 166.117.33.242 | 166.117.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.206.47 | 99.83.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:696
- Organization
- culmia desarrollos inmobiliarios, s.l.u.
- Contact emails
Subdomains
11 observed subdomains of culmia.com.
Web-graph footprint
Distinct hostnames that link to or from culmia.com in the public web crawl.
247 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for culmia.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.messagegears.net |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 20.93.157.195/32 |
| SPF_IP | 51.48.179.207 |
| SPF_IP | 87.106.138.85 |
| SPF_IP | 94.100.132.8/32 |
Related pages
Pivot deeper into the graph from culmia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "culmia.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.