Hostname
comgrap.store
Last fetched
comgrap.store resolves to 2 IPv4 addresses operated by AS64114 in CL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
comgrap.store 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 |
|---|---|---|---|---|
| 45.191.0.40 | 45.191.0.0/24 | AS64114 | — | CL |
| 45.191.0.46 | 45.191.0.0/24 | AS64114 | — | CL |
WHOIS identity
- Registrar
- iana:146
- Organization
- computacion grafica aplicada y cia ltda
- Contact emails
- —
Subdomains
16 observed subdomains of comgrap.store.
Showing 13 of 16. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from comgrap.store in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- comgrap.store
SPF policy
10 SPF mechanisms authorising senders for comgrap.store.
| Mechanism | Target |
|---|---|
| SPF_A | comgrap.store |
| SPF_INCLUDE | spf.fromdoppler.com |
| SPF_IP | 170.239.64.165 |
| SPF_IP | 200.35.156.132 |
| SPF_IP | 200.35.156.165 |
| SPF_IP | 34.127.39.11 |
| SPF_IP | 34.176.182.254 |
| SPF_IP | 45.191.0.40 |
| SPF_IP | 45.191.0.46 |
| SPF_MX | comgrap.store |
Related pages
Pivot deeper into the graph from comgrap.store.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comgrap.store"})-[: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.