Hostname
prismacolour.com
Last fetched
prismacolour.com resolves to 1 IPv4 address operated by AS57653 in GB. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
prismacolour.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 |
|---|---|---|---|---|
| 109.69.238.113 | 109.69.232.0/21 | AS57653 | — | GB |
WHOIS identity
- Registrar
- iana:1068
- Organization
- prisma colour
- Contact emails
Subdomains
6 observed subdomains of prismacolour.com.
Web-graph footprint
Distinct hostnames that link to or from prismacolour.com in the public web crawl.
909 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for prismacolour.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | prismacolour.com |
Related pages
Pivot deeper into the graph from prismacolour.com.
- IP · 109.69.238.113
- ASN · AS57653
- Registrar · iana:1068
- Country · GB
- Email · 1f10b0159576477ca02a67e2f1f5fc0d.protect@withheldforprivacy.com
- TLD · .com
- Browse hostnames · pr…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prismacolour.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.