Hostname
redcat-digital.com
Last fetched
redcat-digital.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:79 as the registrar.
Nutrition Label
Resolution chain
redcat-digital.com 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
- iana:79
- Organization
- red cat digital
- Contact emails
Subdomains
3 observed subdomains of redcat-digital.com.
Web-graph footprint
Distinct hostnames that link to or from redcat-digital.com in the public web crawl.
8 sites link to this hostname.
236 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for redcat-digital.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu.mailgun.org |
| SPF_INCLUDE | relay.kinstamailservice.com |
| SPF_INCLUDE | smtpout.com |
| SPF_INCLUDE | smtproutes.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.35.52.113 |
| SPF_IP | 78.141.10.113 |
| SPF_IP | 78.141.9.16 |
| SPF_IP | 82.69.18.62 |
| SPF_IP | 84.12.194.120 |
| SPF_IP | 89.197.38.142 |
| SPF_IP | 89.197.65.33 |
| SPF_IP | 89.197.65.34 |
| SPF_IP | 89.197.70.74 |
Related pages
Pivot deeper into the graph from redcat-digital.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "redcat-digital.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.