Hostname
ingepet.pe
Last fetched
ingepet.pe resolves to 2 IPv4 addresses operated by AS211611 in RO. WHOIS lists registrar:nic.pe as the registrar.
Nutrition Label
Resolution chain
ingepet.pe 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 |
|---|---|---|---|---|
| 146.19.133.147 | 146.19.133.0/24 | AS211611 | — | RO |
| 65.60.39.38 | 65.60.0.0/18 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | US |
WHOIS identity
- Registrar
- registrar:nic.pe
- Organization
- consorcio ingepet
- Contact emails
- —
Subdomains
8 observed subdomains of ingepet.pe.
Showing 5 of 8. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ingepet.pe in the public web crawl.
7 sites link to this hostname.
28 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- ingepet.pe
SPF policy
6 SPF mechanisms authorising senders for ingepet.pe.
| Mechanism | Target |
|---|---|
| SPF_A | ingepet.pe |
| SPF_INCLUDE | spf.websitehostserver.net |
| SPF_IP | 108.178.17.142/32 |
| SPF_IP | 146.19.133.147 |
| SPF_IP | 65.60.39.38 |
| SPF_MX | ingepet.pe |
Related pages
Pivot deeper into the graph from ingepet.pe.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ingepet.pe"})-[: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.