Hostname
mini.com.co
Last fetched
mini.com.co resolves to 1 IPv4 address operated by TELE2LV-AS in ES. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
mini.com.co 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.76.11.52 | 185.76.11.0/24 | AS60068 | TELE2LV-AS | ES |
WHOIS identity
- Registrar
- iana:299
- Organization
- bayerische motoren werke
- Contact emails
Subdomains
6 observed subdomains of mini.com.co.
Web-graph footprint
Distinct hostnames that link to or from mini.com.co in the public web crawl.
28 sites link to this hostname.
Sample inbound links
Sample outbound links
- io.vtex.com.br
- tiendaonlinemini.vteximg.com.br
- central-blueprint-awsprod-m1.prod.miniweb.eu-central-1.aws.bmw.cloud
- lat-master-awsprod-m1.prod.miniweb.eu-central-1.aws.bmw.cloud
- prod.cosy.bmw.cloud
- autogermana.com.co
- minishop.autogermana.com.co
- capi-automation.s3.us-east-2.amazonaws.com
- itunes.apple.com
- bmwdestinationcharging.com
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for mini.com.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | cmail1.com |
| SPF_MX | mini.com.co |
Related pages
Pivot deeper into the graph from mini.com.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mini.com.co"})-[: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.