Hostname
plasmamade.com
Last fetched
plasmamade.com resolves to 1 IPv4 address operated by AS206281 in NL. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
plasmamade.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 |
|---|---|---|---|---|
| 185.104.29.166 | 185.104.120.0/24 | AS206281 | — | NL |
WHOIS identity
- Registrar
- iana:839
- Organization
- axc bv
- Contact emails
Subdomains
9 observed subdomains of plasmamade.com.
Web-graph footprint
Distinct hostnames that link to or from plasmamade.com in the public web crawl.
30 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for plasmamade.com.
| Mechanism | Target |
|---|---|
| SPF_A | plasmamade.com |
| SPF_INCLUDE | _spf.exactonline.nl |
| SPF_INCLUDE | _spf.onlinespamfilter.nl |
| SPF_IP | 159.253.0.45 |
| SPF_IP | 185.182.56.17 |
| SPF_IP | 185.182.56.209 |
| SPF_IP | 185.39.46.43 |
| SPF_MX | plasmamade.com |
Related pages
Pivot deeper into the graph from plasmamade.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "plasmamade.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.