Hostname
ukad.org
Last fetched
ukad.org resolves to 2 IPv4 addresses operated by AS16276 in US. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
ukad.org 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 |
|---|---|---|---|---|
| 147.135.4.3 | 147.135.0.0/17 | AS16276 | — | US |
| 193.39.185.39 | 193.39.185.0/24 | AS64236 | UNREAL-SERVERS - UnReal Servers, LLC | US |
WHOIS identity
- Registrar
- iana:3862
- Organization
- domain administrator
- Contact emails
Subdomains
2 observed subdomains of ukad.org.
| Subdomain |
|---|
| mail.ukad.org |
| www.ukad.org |
Web-graph footprint
Distinct hostnames that link to or from ukad.org in the public web crawl.
58 sites link to this hostname.
66 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 ukad.org.
| Mechanism | Target |
|---|---|
| SPF_A | ukad.org |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 147.135.4.3 |
| SPF_IP | 193.39.185.39 |
| SPF_IP | 2604:2dc0:100:403:0:0:0:0 |
| SPF_MX | ukad.org |
Related pages
Pivot deeper into the graph from ukad.org.
- IP · 147.135.4.3
- ASN · AS16276
- Registrar · iana:3862
- Country · US
- Email · pw-7f39f805d8535fdd4c7a18e891fd4dc8@privacyguardian.org
- TLD · .org
- Browse hostnames · uk…
- 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: "ukad.org"})-[: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.