Hostname
adapt-uk.com
Last fetched
adapt-uk.com resolves to 2 IPv4 addresses operated by STROYMONTAG-AS in NL. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
adapt-uk.com 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 |
|---|---|---|---|---|
| 185.38.185.90 | 185.38.185.0/24 | AS60781 | STROYMONTAG-AS | NL |
| 193.39.185.36 | 193.39.185.0/24 | AS64236 | VANIX - VANIX | US |
WHOIS identity
- Registrar
- iana:3862
- Organization
- <not set>
- Contact emails
Subdomains
3 observed subdomains of adapt-uk.com.
Web-graph footprint
Distinct hostnames that link to or from adapt-uk.com in the public web crawl.
14 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for adapt-uk.com.
| Mechanism | Target |
|---|---|
| SPF_A | adapt-uk.com |
| SPF_IP | 185.38.185.90 |
| SPF_IP | 193.39.185.36 |
| SPF_MX | adapt-uk.com |
Related pages
Pivot deeper into the graph from adapt-uk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adapt-uk.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.