Hostname
uwsolutions.com
Last fetched
uwsolutions.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
uwsolutions.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 |
|---|---|---|---|---|
| 104.21.16.219 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.216.63 | 172.67.208.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:146
- Organization
- buydomains_com
- Contact emails
Subdomains
4 observed subdomains of uwsolutions.com.
Web-graph footprint
Distinct hostnames that link to or from uwsolutions.com in the public web crawl.
5 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
22 SPF mechanisms authorising senders for uwsolutions.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.odoo.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.pantheon.io |
| SPF_INCLUDE | spf_global.apog.com |
| SPF_INCLUDE | transmail.net |
| SPF_IP | 135.84.80.192/26 |
| SPF_IP | 135.84.81.0/24 |
| SPF_IP | 135.84.82.0/24 |
| SPF_IP | 135.84.83.0/24 |
| SPF_IP | 136.143.160.0/24 |
| SPF_IP | 169.148.131.0/24 |
| SPF_IP | 188.118.44.13 |
| SPF_IP | 204.141.42.0/23 |
| SPF_IP | 216.74.48.89/31 |
| SPF_IP | 34.68.104.193/32 |
| SPF_IP | 34.74.57.127/32 |
| SPF_IP | 35.188.64.218/32 |
| SPF_IP | 35.202.125.231/32 |
| SPF_IP | 35.231.189.43/32 |
| SPF_IP | 35.231.237.213/32 |
| SPF_IP | 74.218.37.230 |
| SPF_IP | 98.102.53.130 |
Related pages
Pivot deeper into the graph from uwsolutions.com.
- IP · 104.21.16.219
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:146
- Country · CA
- Email · brokerage@buydomains.com
- TLD · .com
- Browse hostnames · uw…
- 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: "uwsolutions.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.