Hostname
ns4.hards1.com
Last fetched
ns4.hards1.com resolves to 20 IPv4 addresses operated by LANIT-AS-VN - Lanit Technology and Communication Joint Stock Company in VN.
Nutrition Label
Resolution chain
ns4.hards1.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.163.214.100 | 103.163.214.0/23 | AS131366 | LANIT-AS-VN - Lanit Technology and Communication Joint Stock Company | VN |
| 103.163.214.148 | 103.163.214.0/23 | AS131366 | LANIT-AS-VN - Lanit Technology and Communication Joint Stock Company | VN |
| 103.163.215.116 | 103.163.214.0/23 | AS131366 | LANIT-AS-VN - Lanit Technology and Communication Joint Stock Company | VN |
| 103.163.215.52 | 103.163.214.0/23 | AS131366 | LANIT-AS-VN - Lanit Technology and Communication Joint Stock Company | VN |
| 103.163.215.76 | 103.163.214.0/23 | AS131366 | LANIT-AS-VN - Lanit Technology and Communication Joint Stock Company | VN |
| 103.20.240.23 | 103.20.240.0/24 | AS55720 | GIGABIT-MY - Gigabit Hosting Sdn Bhd | MY |
| 103.20.240.25 | 103.20.240.0/24 | AS55720 | GIGABIT-MY - Gigabit Hosting Sdn Bhd | MY |
| 103.20.240.27 | 103.20.240.0/24 | AS55720 | GIGABIT-MY - Gigabit Hosting Sdn Bhd | MY |
| 103.20.240.87 | 103.20.240.0/24 | AS55720 | GIGABIT-MY - Gigabit Hosting Sdn Bhd | MY |
| 103.20.240.90 | 103.20.240.0/24 | AS55720 | GIGABIT-MY - Gigabit Hosting Sdn Bhd | MY |
| 109.238.10.121 | 109.238.0.0/20 | AS21409 | IKOULA - Ikoula Net SAS | FR |
| 109.238.10.92 | 109.238.0.0/20 | AS21409 | IKOULA - Ikoula Net SAS | FR |
| 109.238.10.97 | 109.238.0.0/20 | AS21409 | IKOULA - Ikoula Net SAS | FR |
| 156.67.26.254 | 156.67.24.0/22 | AS51167 | CONTABO - Contabo GmbH | GB |
| 156.67.27.0 | 156.67.24.0/22 | AS51167 | CONTABO - Contabo GmbH | GB |
| 156.67.27.1 | 156.67.24.0/22 | AS51167 | CONTABO - Contabo GmbH | GB |
| 173.249.34.184 | 173.249.34.0/23 | AS51167 | CONTABO - Contabo GmbH | DE |
| 178.170.94.11 | 178.170.0.0/17 | AS21409 | IKOULA - Ikoula Net SAS | FR |
| 178.170.94.98 | 178.170.0.0/17 | AS21409 | IKOULA - Ikoula Net SAS | FR |
| 178.170.94.99 | 178.170.0.0/17 | AS21409 | IKOULA - Ikoula Net SAS | FR |
WHOIS identity
No WHOIS records are currently associated with ns4.hards1.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ns4.hards1.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns4.hards1.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.