Hostname
pirineu.tech
Last fetched
pirineu.tech resolves to 2 IPv4 addresses operated by AS12876 in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
pirineu.tech 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 |
|---|---|---|---|---|
| 212.83.129.8 | 212.83.128.0/19 | AS12876 | — | FR |
| 82.98.149.33 | 82.98.128.0/18 | AS42612 | — | ES |
WHOIS identity
- Registrar
- iana:433
- Organization
- zhintek consultoria tencologica sl
- Contact emails
- —
Subdomains
1 observed subdomain of pirineu.tech.
| Subdomain |
|---|
| www.pirineu.tech |
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from pirineu.tech.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pirineu.tech"})-[: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.