Hostname
cocinayaficiones.com
Last fetched
cocinayaficiones.com resolves to 2 IPv4 addresses operated by BRUTALSYS in ES. WHOIS lists iana:1600 as the registrar.
Nutrition Label
Resolution chain
cocinayaficiones.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 |
|---|---|---|---|---|
| 85.208.100.63 | 85.208.100.0/24 | AS209365 | BRUTALSYS | ES |
| 85.208.100.68 | 85.208.100.0/24 | AS209365 | BRUTALSYS | ES |
WHOIS identity
- Registrar
- iana:1600
- Organization
- maria concepcian bernad pascual
- Contact emails
Subdomains
11 observed subdomains of cocinayaficiones.com.
Showing 10 of 11. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cocinayaficiones.com in the public web crawl.
153 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for cocinayaficiones.com.
| Mechanism | Target |
|---|---|
| SPF_A | cocinayaficiones.com |
| SPF_INCLUDE | spf.brutalsys.com |
| SPF_IP | 176.31.149.123 |
| SPF_IP | 178.33.113.197 |
| SPF_IP | 77.246.187.44 |
| SPF_IP | 77.246.187.56 |
| SPF_IP | 85.208.100.63 |
| SPF_MX | cocinayaficiones.com |
Related pages
Pivot deeper into the graph from cocinayaficiones.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cocinayaficiones.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.