Hostname
mx1.fih.upt.ro
Last fetched
mx1.fih.upt.ro resolves to 3 IPv4 addresses operated by AS2614 in RO.
Nutrition Label
Resolution chain
mx1.fih.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 mx1.fih.upt.ro in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for mx1.fih.upt.ro.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | fih.upt.ro |
Related pages
Pivot deeper into the graph from mx1.fih.upt.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx1.fih.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.