Hostname
firetext.co.uk
Last fetched
firetext.co.uk resolves to 2 IPv4 addresses operated by AS12703 in GB. WHOIS lists registrar:123-reg limited t/a 123-reg as the registrar.
Nutrition Label
Resolution chain
firetext.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 |
|---|---|---|---|---|
| 178.236.151.20 | 178.236.144.0/20 | AS12703 | — | GB |
| 31.15.106.84 | 31.15.104.0/21 | AS12703 | — | GB |
WHOIS identity
- Registrar
- registrar:123-reg limited t/a 123-reg
- Organization
- dan parker
- Contact emails
- —
Subdomains
20 observed subdomains of firetext.co.uk.
Web-graph footprint
Distinct hostnames that link to or from firetext.co.uk in the public web crawl.
86 sites link to this hostname.
142 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for firetext.co.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | fdspfus.freshemail.io |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 178.236.151.0/28 |
| SPF_IP | 185.3.164.175 |
| SPF_IP | 185.3.167.37 |
| SPF_IP | 31.15.106.240/28 |
Related pages
Pivot deeper into the graph from firetext.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "firetext.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.