Hostname
peasycms.com
Last fetched
peasycms.com resolves to 1 IPv4 address operated by AS60781 in NL. WHOIS lists iana:1587 as the registrar.
Nutrition Label
Resolution chain
peasycms.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 |
|---|---|---|---|---|
| 62.212.70.208 | 62.212.64.0/19 | AS60781 | — | NL |
WHOIS identity
- Registrar
- iana:1587
- Organization
- —
- Contact emails
Subdomains
12 observed subdomains of peasycms.com.
Threat posture
History
Mail and authentication
MX records
- peasycms.com
SPF policy
17 SPF mechanisms authorising senders for peasycms.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.transip.email |
| SPF_IP | 136.144.181.42 |
| SPF_IP | 136.144.236.131 |
| SPF_IP | 136.144.254.17 |
| SPF_IP | 2001:1af8:5301:116:1c00:e2ff:fe00:f26 |
| SPF_IP | 2a01:7c8:aac4:278:0:0:0:1 |
| SPF_IP | 2a01:7c8:aac6:225:0:0:0:1 |
| SPF_IP | 2a01:7c8:bb02:4aa:0:0:0:1 |
| SPF_IP | 2a01:7c8:bb02:4d0:0:0:0:1 |
| SPF_IP | 2a01:7c8:d007:57d:5054:ff:fe94:5cdc |
| SPF_IP | 2a01:7c8:d008:332:0:0:0:1 |
| SPF_IP | 2a01:7c8:d009:311:0:0:0:1 |
| SPF_IP | 37.97.176.15 |
| SPF_IP | 37.97.176.212 |
| SPF_IP | 37.97.223.215 |
| SPF_IP | 62.212.70.208 |
| SPF_IP | 85.10.136.124 |
Related pages
Pivot deeper into the graph from peasycms.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "peasycms.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.