Hostname
totaltech.ro
Last fetched
totaltech.ro resolves to 2 IPv4 addresses operated by AS12302 in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
totaltech.ro 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 |
|---|---|---|---|---|
| 81.12.211.51 | 81.12.208.0/21 | AS12302 | — | RO |
| 81.12.211.52 | 81.12.208.0/21 | AS12302 | — | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
54 observed subdomains of totaltech.ro.
Showing 25 of 54. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from totaltech.ro in the public web crawl.
23 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for totaltech.ro.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.totaltech.ro |
| SPF_A | smtp2.totaltech.ro |
| SPF_A | totaltech.ro |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 46.97.74.138 |
| SPF_IP | 81.12.211.51 |
| SPF_IP | 81.12.211.52 |
| SPF_MX | totaltech.ro |
Related pages
Pivot deeper into the graph from totaltech.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "totaltech.ro"})-[: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.