Hostname
ullink.com
Last fetched
ullink.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
ullink.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:81
- Organization
- broadridge trading and connectivity solutions sas
- Contact emails
Subdomains
8 observed subdomains of ullink.com.
Web-graph footprint
Distinct hostnames that link to or from ullink.com in the public web crawl.
39 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
52 SPF mechanisms authorising senders for ullink.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | ms.orcsoftware.com |
| SPF_INCLUDE | ullink.net |
| SPF_IP | 104.207.196.94 |
| SPF_IP | 113.28.75.70 |
| SPF_IP | 119.59.74.136 |
| SPF_IP | 119.59.74.137 |
| SPF_IP | 119.59.74.138 |
| SPF_IP | 119.59.74.139 |
| SPF_IP | 119.59.74.140 |
| SPF_IP | 130.0.228.29 |
| SPF_IP | 194.103.102.0/24 |
| SPF_IP | 194.14.211.0/24 |
| SPF_IP | 199.167.251.0/22 |
| SPF_IP | 199.167.251.155 |
| SPF_IP | 200.236.208.126/30 |
| SPF_IP | 202.155.247.106 |
| SPF_IP | 202.82.83.128/28 |
| SPF_IP | 203.116.72.4 |
| SPF_IP | 203.116.72.5 |
| SPF_IP | 203.116.72.6 |
| SPF_IP | 203.192.191.114 |
| SPF_IP | 210.184.110.42 |
| SPF_IP | 210.184.110.43 |
| SPF_IP | 217.156.174.0/24 |
| SPF_IP | 27.110.47.108 |
| SPF_IP | 27.110.47.126 |
| SPF_IP | 27.110.47.158 |
| SPF_IP | 38.101.168.0/24 |
| SPF_IP | 38.101.168.65 |
| SPF_IP | 38.101.168.66 |
| SPF_IP | 38.101.168.69 |
| SPF_IP | 58.4.76.76 |
| SPF_IP | 62.23.22.11 |
| SPF_IP | 62.23.22.12 |
| SPF_IP | 62.23.22.8/29 |
| SPF_IP | 62.23.35.224/27 |
| SPF_IP | 64.212.138.0/24 |
| SPF_IP | 65.164.53.18 |
| SPF_IP | 65.169.15.160/27 |
| SPF_IP | 65.169.15.168/28 |
| SPF_IP | 65.169.15.78 |
| SPF_IP | 65.209.31.78 |
| SPF_IP | 66.17.190.27 |
| SPF_IP | 66.17.190.28 |
| SPF_IP | 75.124.68.144/29 |
| SPF_IP | 75.96.146.19 |
| SPF_IP | 81.139.41.254 |
| SPF_IP | 83.151.115.64/30 |
| SPF_IP | 84.232.185.94 |
| SPF_IP | 89.30.99.224/28 |
| SPF_IP | 95.77.97.26 |
Related pages
Pivot deeper into the graph from ullink.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ullink.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.