Hostname
peria.uk
Last fetched
peria.uk resolves to 4 IPv4 addresses operated by AS20940 in IN. WHOIS lists registrar:porkbun llc [tag = porkbun] as the registrar.
Nutrition Label
Resolution chain
peria.uk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.90.6.129 | 104.90.6.0/24 | AS20940 | — | IN |
| 104.90.6.144 | 104.90.6.0/24 | AS20940 | — | IN |
| 23.49.251.239 | 23.49.251.0/24 | AS20940 | — | US |
| 23.49.251.248 | 23.49.251.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- registrar:porkbun llc [tag = porkbun]
- Organization
- —
- Contact emails
Subdomains
2 observed subdomains of peria.uk.
| Subdomain |
|---|
| order.peria.uk |
| www.peria.uk |
Threat posture
History
Related pages
Pivot deeper into the graph from peria.uk.
- IP · 104.90.6.129
- ASN · AS20940
- Registrar · registrar:porkbun llc [tag = porkbun]
- Country · IN
- Email · redacted@nominet.uk
- TLD · .uk
- Browse hostnames · pe…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "peria.uk"})-[: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.