Hostname
samplings.nmsdev7.com
Last fetched
samplings.nmsdev7.com resolves to 1 IPv4 address operated by PRIVATESYSTEMS - PrivateSystems Networks in US.
Nutrition Label
Resolution chain
samplings.nmsdev7.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 |
|---|---|---|---|---|
| 162.211.81.98 | 162.211.80.0/22 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | US |
WHOIS identity
No WHOIS records are currently associated with samplings.nmsdev7.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from samplings.nmsdev7.com in the public web crawl.
62 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- samplings.nmsdev7.com
SPF policy
3 SPF mechanisms authorising senders for samplings.nmsdev7.com.
| Mechanism | Target |
|---|---|
| SPF_A | samplings.nmsdev7.com |
| SPF_IP | 162.211.81.98 |
| SPF_MX | samplings.nmsdev7.com |
Related pages
Pivot deeper into the graph from samplings.nmsdev7.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "samplings.nmsdev7.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.