Hostname
perurail.com
Last fetched
perurail.com resolves to 1 IPv4 address operated by INTEGRATEL PERU S.A.A. in PE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
perurail.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 |
|---|---|---|---|---|
| 181.65.199.158 | 181.65.198.0/23 | AS6147 | INTEGRATEL PERU S.A.A. | PE |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain administrator
- Contact emails
Subdomains
13 observed subdomains of perurail.com.
Web-graph footprint
Distinct hostnames that link to or from perurail.com in the public web crawl.
1,206 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for perurail.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.esp1.co |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf-0024c501.pphosted.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 51.104.175.187/32 |
Related pages
Pivot deeper into the graph from perurail.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "perurail.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.