Hostname
peldano.com
Last fetched
peldano.com resolves to 1 IPv4 address operated by AS206102 in ES. WHOIS lists iana:1383 as the registrar.
Nutrition Label
Resolution chain
peldano.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.195.98.76 | 185.195.98.0/24 | AS206102 | — | ES |
WHOIS identity
- Registrar
- iana:1383
- Organization
- clint foy
- Contact emails
Subdomains
14 observed subdomains of peldano.com.
Web-graph footprint
Distinct hostnames that link to or from peldano.com in the public web crawl.
21 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for peldano.com.
| Mechanism | Target |
|---|---|
| SPF_A | peldano.com |
| SPF_INCLUDE | 26209135.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 143.244.84.0/24 |
| SPF_IP | 213.37.152.51 |
| SPF_IP | 80.58.151.36 |
| SPF_IP | 82.223.39.221 |
| SPF_IP | 82.223.65.80 |
| SPF_MX | peldano.com |
Related pages
Pivot deeper into the graph from peldano.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "peldano.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.