Hostname
warrior.com.pe
Last fetched
warrior.com.pe resolves to 2 IPv4 addresses operated by ARTIC TELECOM E.I.R.L in PE. WHOIS lists registrar:hostinglabs as the registrar.
Nutrition Label
Resolution chain
warrior.com.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 |
|---|---|---|---|---|
| 192.141.41.50 | 192.141.41.0/24 | AS265794 | ARTIC TELECOM E.I.R.L | PE |
| 192.141.41.86 | 192.141.41.0/24 | AS265794 | ARTIC TELECOM E.I.R.L | PE |
WHOIS identity
- Registrar
- registrar:hostinglabs
- Organization
- inversiones warriors s.a.c.
- Contact emails
- —
Subdomains
6 observed subdomains of warrior.com.pe.
Web-graph footprint
Distinct hostnames that link to or from warrior.com.pe in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- warrior.com.pe
SPF policy
5 SPF mechanisms authorising senders for warrior.com.pe.
| Mechanism | Target |
|---|---|
| SPF_A | warrior.com.pe |
| SPF_IP | 107.173.254.131 |
| SPF_IP | 192.141.41.50 |
| SPF_IP | 192.141.41.86 |
| SPF_MX | warrior.com.pe |
Related pages
Pivot deeper into the graph from warrior.com.pe.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "warrior.com.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.