Hostname
paodegimonde.com
Last fetched
paodegimonde.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:466 as the registrar.
Nutrition Label
Resolution chain
paodegimonde.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 91.98.227.236 | 91.98.0.0/16 | AS24940 | — | DE |
| 94.46.180.79 | 94.46.176.0/21 | AS24768 | — | PT |
WHOIS identity
- Registrar
- iana:466
- Organization
- beonweb(r)
- Contact emails
Subdomains
7 observed subdomains of paodegimonde.com.
Web-graph footprint
Distinct hostnames that link to or from paodegimonde.com in the public web crawl.
21 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for paodegimonde.com.
| Mechanism | Target |
|---|---|
| SPF_A | paodegimonde.com |
| SPF_INCLUDE | _spf.cleanmx.pt |
| SPF_IP | 62.193.192.29 |
| SPF_IP | 91.98.227.236 |
| SPF_IP | 94.46.180.79 |
| SPF_MX | paodegimonde.com |
Related pages
Pivot deeper into the graph from paodegimonde.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "paodegimonde.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.