Hostname
triera.net
Last fetched
triera.net resolves to 1 IPv4 address operated by AS3212 in SI. WHOIS lists iana:1724 as the registrar.
Nutrition Label
Resolution chain
triera.net 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 |
|---|---|---|---|---|
| 82.149.22.42 | 82.149.32.0/19 | AS3212 | — | SI |
WHOIS identity
- Registrar
- iana:1724
- Organization
- upc rotovz d.d.
- Contact emails
Subdomains
48,582 observed subdomains of triera.net.
Showing 25 of 48,582. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from triera.net in the public web crawl.
16 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for triera.net.
| Mechanism | Target |
|---|---|
| SPF_A | deliver.mx.triera.net |
| SPF_A | mx.triera.net |
| SPF_A | pop.triera.net |
| SPF_A | smtp.triera.net |
| SPF_A | smtp2.triera.net |
| SPF_A | store.triera.net |
| SPF_IP | 213.143.67.92 |
| SPF_IP | 213.143.67.95 |
| SPF_IP | 213.143.67.97 |
| SPF_IP | 213.161.0.0/26 |
| SPF_IP | 213.161.0.46 |
Related pages
Pivot deeper into the graph from triera.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "triera.net"})-[: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.