Hostname
silverbackconstruction.co.uk
Last fetched
silverbackconstruction.co.uk resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists registrar:godaddy.com, llp. as the registrar.
Nutrition Label
Resolution chain
silverbackconstruction.co.uk resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.186.29 | 108.159.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.186.31 | 108.159.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.186.51 | 108.159.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.186.7 | 108.159.48.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 99.86.229.37 | 112.1.75.0/24 | AS9498 | — | US |
| 99.86.229.44 | 112.1.75.0/24 | AS9498 | — | US |
| 99.86.229.78 | 112.1.75.0/24 | AS9498 | — | US |
| 99.86.229.83 | 112.1.75.0/24 | AS9498 | — | US |
WHOIS identity
- Registrar
- registrar:godaddy.com, llp.
- Organization
- liam miller
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from silverbackconstruction.co.uk in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for silverbackconstruction.co.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from silverbackconstruction.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "silverbackconstruction.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.