Hostname
tyrelldata.com
Last fetched
tyrelldata.com resolves to 2 IPv4 addresses operated by AQL - (aq) networks limited in GB. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
tyrelldata.com 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 |
|---|---|---|---|---|
| 141.170.109.42 | 141.170.0.0/17 | AS33920 | AQL - (aq) networks limited | GB |
| 84.45.58.42 | 84.45.32.0/19 | AS25577 | C4L-AS - MAINFRAME & CYBERNETIC SYSTEMS LIMITED | GB |
WHOIS identity
- Registrar
- iana:83
- Organization
- nexus alpha
- Contact emails
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for tyrelldata.com.
| Mechanism | Target |
|---|---|
| SPF_A | tyrelldata.com |
| SPF_MX | tyrelldata.com |
Related pages
Pivot deeper into the graph from tyrelldata.com.
- IP · 141.170.109.42
- ASN · AS33920AQL - (aq) networks limited
- Registrar · iana:83
- Country · GB
- Email · patrick.mcdougall@nexusalpha.com
- TLD · .com
- Browse hostnames · ty…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tyrelldata.com"})-[: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.