Hostname
workingfeedback.cloud
Last fetched
workingfeedback.cloud resolves to 1 IPv4 address operated by AS61323 in GB. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
workingfeedback.cloud 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.197.62.49 | 185.197.60.0/22 | AS61323 | — | GB |
WHOIS identity
- Registrar
- iana:69
- Organization
- cade directories
- Contact emails
Subdomains
21 observed subdomains of workingfeedback.cloud.
Showing 18 of 21. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for workingfeedback.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | workingfeedback.cloud |
| SPF_INCLUDE | relay.email-cluster.com |
| SPF_IP | 185.241.248.155 |
| SPF_IP | 185.241.248.248 |
| SPF_IP | 62.182.19.170 |
| SPF_IP | 62.182.20.230 |
| SPF_IP | 62.182.20.240 |
| SPF_MX | workingfeedback.cloud |
Related pages
Pivot deeper into the graph from workingfeedback.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "workingfeedback.cloud"})-[: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.