Hostname
acta.upt.ro
Last fetched
acta.upt.ro resolves to 3 IPv4 addresses operated by AS2614 in RO.
Nutrition Label
Resolution chain
acta.upt.ro resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.226.9.33 | 193.226.9.0/24 | AS2614 | — | RO |
| 82.78.244.241 | 82.76.0.0/14 | AS8708 | — | RO |
| 93.122.161.122 | 93.122.128.0/17 | AS8953 | — | RO |
WHOIS identity
No WHOIS records are currently associated with acta.upt.ro in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from acta.upt.ro in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for acta.upt.ro.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.226.9.32/27 |
| SPF_IP | 2a02:2f0f:2ae::/112 |
| SPF_IP | 82.78.244.241 |
| SPF_IP | 82.78.244.243 |
| SPF_IP | 93.122.161.120/29 |
Related pages
Pivot deeper into the graph from acta.upt.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acta.upt.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.