Hostname
bigreddirectory.com
Last fetched
bigreddirectory.com resolves to 1 IPv4 address operated by BINARYRACKS-AS in GB.
Nutrition Label
Resolution chain
bigreddirectory.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 |
|---|---|---|---|---|
| 194.26.222.74 | 194.26.222.0/24 | AS59895 | BINARYRACKS-AS | GB |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from bigreddirectory.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- bigreddirectory.com
SPF policy
12 SPF mechanisms authorising senders for bigreddirectory.com.
| Mechanism | Target |
|---|---|
| SPF_A | bigreddirectory.com |
| SPF_A | cdn.bigreddirectory.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_IP | 194.26.222.218 |
| SPF_IP | 194.26.222.222 |
| SPF_IP | 213.229.119.212 |
| SPF_IP | 213.229.74.201 |
| SPF_IP | 31.193.138.229 |
| SPF_IP | 85.234.133.139 |
| SPF_IP | 85.234.141.194 |
| SPF_IP | 94.76.253.104 |
| SPF_MX | bigreddirectory.com |
Related pages
Pivot deeper into the graph from bigreddirectory.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bigreddirectory.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.