Hostname
facialflex.co.uk
Last fetched
facialflex.co.uk resolves to 1 IPv4 address operated by AS5089 in GB. WHOIS lists registrar:shine systems limited [tag = shinesystems] as the registrar.
Nutrition Label
Resolution chain
facialflex.co.uk 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 |
|---|---|---|---|---|
| 193.111.230.31 | 193.111.230.0/24 | AS5089 | — | GB |
WHOIS identity
- Registrar
- registrar:shine systems limited [tag = shinesystems]
- Organization
- rosemary conley enterprises
- Contact emails
- —
Subdomains
1 observed subdomain of facialflex.co.uk.
| Subdomain |
|---|
| www.facialflex.co.uk |
Web-graph footprint
Distinct hostnames that link to or from facialflex.co.uk in the public web crawl.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for facialflex.co.uk.
| Mechanism | Target |
|---|---|
| SPF_A | ex.shinesystems.co.uk |
| SPF_A | mail-fw.shinesystems.co.uk |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 193.111.230.29 |
| SPF_IP | 217.199.187.197 |
| SPF_MX | facialflex.co.uk |
Related pages
Pivot deeper into the graph from facialflex.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "facialflex.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.