Hostname
ksmp.software.keysight.com
Last fetched
ksmp.software.keysight.com resolves to 1 IPv4 address operated by KEYSIGHT-TECHNOLOGIES - Keysight Technologies, Inc in US.
Nutrition Label
Resolution chain
ksmp.software.keysight.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.25.1.131 | 192.25.1.0/24 | AS395266 | KEYSIGHT-TECHNOLOGIES - Keysight Technologies, Inc | US |
WHOIS identity
No WHOIS records are currently associated with ksmp.software.keysight.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ksmp.software.keysight.com.
- IP · 192.25.1.131
- ASN · AS395266KEYSIGHT-TECHNOLOGIES - Keysight Technologies, Inc
- Country · US
- Apex domain · keysight.com
- Parent domain · software.keysight.com
- TLD · .com
- Browse hostnames · ks…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ksmp.software.keysight.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.