Hostname
ns0.limdirect.com
Last fetched
ns0.limdirect.com resolves to 11 IPv4 addresses operated by NERDCNET - University of Florida in US.
Nutrition Label
Resolution chain
ns0.limdirect.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.227.30.254 | 128.227.0.0/16 | AS6356 | NERDCNET - University of Florida | US |
| 13.107.236.4 | 13.104.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 150.171.21.7 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
| 156.154.66.196 | 156.154.66.0/24 | AS12008 | VERCARA - Vercara, LLC | US |
| 163.114.216.17 | 163.114.216.0/24 | AS62597 | NSONE - NSONE Inc | US |
| 173.201.72.25 | 173.201.72.0/23 | AS44273 | — | US |
| 204.74.106.61 | 204.74.106.0/23 | AS399170 | SECURITYSERVICES - Vercara, LLC | US |
| 4.2.2.2 | 4.0.0.0/9 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 65.22.160.17 | 65.22.160.0/24 | AS12041 | AS-AFILIAS1 - Afilias, Inc. | US |
| 75.75.75.75 | 75.75.0.0/17 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 81.81.81.81 | 81.81.0.0/16 | AS1267 | — | IT |
WHOIS identity
No WHOIS records are currently associated with ns0.limdirect.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ns0.limdirect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns0.limdirect.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.