Hostname
ippc.pt
Last fetched
ippc.pt resolves to 1 IPv4 address operated by AS47264 in GB.
Nutrition Label
Resolution chain
ippc.pt 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.75.240.232 | 185.75.240.0/24 | AS47264 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- ippc - instituto portugues de psicoterapia corporal, lda.
- Contact emails
- —
Subdomains
13 observed subdomains of ippc.pt.
Web-graph footprint
Distinct hostnames that link to or from ippc.pt in the public web crawl.
29 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ippc.pt.
| Mechanism | Target |
|---|---|
| SPF_A | ippc.pt |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | spf.mailbox.pt |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 185.12.116.135 |
| SPF_IP | 185.12.116.202 |
| SPF_IP | 188.93.230.140 |
| SPF_IP | 188.93.230.55 |
| SPF_MX | ippc.pt |
Related pages
Pivot deeper into the graph from ippc.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ippc.pt"})-[: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.