Hostname
lendai.us
Last fetched
lendai.us has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
lendai.us 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:146
- Organization
- lendai
- Contact emails
Subdomains
22 observed subdomains of lendai.us.
Showing 18 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lendai.us in the public web crawl.
90 sites link to this hostname.
335 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for lendai.us.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | eu-central-1.amazonses.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | one.zoho.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 161.71.14.224/28 |
| SPF_IP | 161.71.6.224/28 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 85.222.130.224/28 |
| SPF_IP | 85.222.138.224/28 |
| SPF_IP | 85.222.150.192/28 |
| SPF_IP | 85.222.150.208/28 |
| SPF_IP | 85.222.150.224/28 |
| SPF_IP | 85.222.158.192/28 |
| SPF_IP | 85.222.158.208/28 |
| SPF_IP | 85.222.158.224/28 |
Related pages
Pivot deeper into the graph from lendai.us.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lendai.us"})-[: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.