Hostname
piep.pt
Last fetched
piep.pt resolves to 1 IPv4 address operated by AS1930 in PT.
Nutrition Label
Resolution chain
piep.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 |
|---|---|---|---|---|
| 193.136.14.65 | 193.136.0.0/15 | AS1930 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- piep associacao - polo de inovacao em engenharia de polimeros
- Contact emails
Subdomains
10 observed subdomains of piep.pt.
Web-graph footprint
Distinct hostnames that link to or from piep.pt in the public web crawl.
98 sites link to this hostname.
186 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for piep.pt.
| Mechanism | Target |
|---|---|
| SPF_A | edge2016.piep.pt |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.136.14.66 |
| SPF_IP | 193.136.14.70 |
| SPF_MX | piep.pt |
Related pages
Pivot deeper into the graph from piep.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "piep.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.