Hostname
tridium.ie
Last fetched
tridium.ie has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:blacknight solutions as the registrar.
Nutrition Label
Resolution chain
tridium.ie has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:blacknight solutions
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of tridium.ie.
Web-graph footprint
Distinct hostnames that link to or from tridium.ie in the public web crawl.
12 sites linked to from this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for tridium.ie.
| Mechanism | Target |
|---|---|
| SPF_A | tridium.ie |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.emailsecurity.app |
| SPF_IP | 52.236.20.16/28 |
| SPF_IP | 78.153.212.0/24 |
| SPF_MX | tridium.ie |
Related pages
Pivot deeper into the graph from tridium.ie.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tridium.ie"})-[: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.