Hostname
m.nick20.com
Last fetched
m.nick20.com resolves to 1 IPv4 address operated by ECOMMERCE - Ecommerce Discovery, LLC in US.
Nutrition Label
Resolution chain
m.nick20.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 |
|---|---|---|---|---|
| 206.108.54.59 | 206.108.54.0/24 | AS46597 | ECOMMERCE - Ecommerce Discovery, LLC | US |
WHOIS identity
No WHOIS records are currently associated with m.nick20.com in WhisperGraph.
Subdomains
1 observed subdomain of m.nick20.com.
| Subdomain |
|---|
| www.m.nick20.com |
Web-graph footprint
Distinct hostnames that link to or from m.nick20.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for m.nick20.com.
| Mechanism | Target |
|---|---|
| SPF_A | m.nick20.com |
| SPF_IP | 206.108.48.66 |
| SPF_IP | 206.108.48.74 |
| SPF_IP | 206.108.51.130 |
| SPF_IP | 206.108.54.58 |
| SPF_IP | 206.108.54.59 |
| SPF_MX | m.nick20.com |
Related pages
Pivot deeper into the graph from m.nick20.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.nick20.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.