Hostname
mc.shadowdev.co.uk
Last fetched
mc.shadowdev.co.uk resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in GB.
Nutrition Label
Resolution chain
mc.shadowdev.co.uk 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 |
|---|---|---|---|---|
| 132.145.54.232 | 132.145.48.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | GB |
| 188.64.188.170 | 188.64.188.0/23 | AS47625 | — | GB |
WHOIS identity
No WHOIS records are currently associated with mc.shadowdev.co.uk in WhisperGraph.
Subdomains
1 observed subdomain of mc.shadowdev.co.uk.
| Subdomain |
|---|
| www.mc.shadowdev.co.uk |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for mc.shadowdev.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | mc.shadowdev.co.uk |
| SPF_IP | 188.64.188.170 |
| SPF_IP | 188.64.188.171 |
| SPF_MX | mc.shadowdev.co.uk |
Related pages
Pivot deeper into the graph from mc.shadowdev.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mc.shadowdev.co.uk"})-[: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.