Hostname
allydirectory.com
Last fetched
allydirectory.com resolves to 1 IPv4 address operated by GTR INTERNET E COMUNICACAO LTDA in GB. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
allydirectory.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.221.216.77 | 185.221.216.0/24 | AS393960 | GTR INTERNET E COMUNICACAO LTDA | GB |
WHOIS identity
- Registrar
- iana:3862
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of allydirectory.com.
Web-graph footprint
Distinct hostnames that link to or from allydirectory.com in the public web crawl.
118 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- allydirectory.com
SPF policy
10 SPF mechanisms authorising senders for allydirectory.com.
| Mechanism | Target |
|---|---|
| SPF_A | allydirectory.com |
| SPF_IP | 172.93.122.20 |
| SPF_IP | 172.93.122.21 |
| SPF_IP | 172.93.122.4 |
| SPF_IP | 172.93.122.85 |
| SPF_IP | 185.221.216.247 |
| SPF_IP | 185.221.216.4 |
| SPF_IP | 185.221.216.77 |
| SPF_IP | 23.139.0.85 |
| SPF_MX | allydirectory.com |
Related pages
Pivot deeper into the graph from allydirectory.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "allydirectory.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.