Hostname
aperta.com
Last fetched
aperta.com resolves to 1 IPv4 address operated by XTRAORDINARY-AS --- Transit providers --- in GB. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
aperta.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 |
|---|---|---|---|---|
| 82.113.145.155 | 82.113.144.0/20 | AS30827 | XTRAORDINARY-AS --- Transit providers --- | GB |
WHOIS identity
- Registrar
- iana:151
- Organization
- aperta
- Contact emails
Subdomains
1 observed subdomain of aperta.com.
| Subdomain |
|---|
| www.aperta.com |
Web-graph footprint
Distinct hostnames that link to or from aperta.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for aperta.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | auth.spf.rollernet.us |
| SPF_IP | 212.50.160.34/32 |
| SPF_IP | 212.50.160.51/32 |
| SPF_IP | 212.50.160.56/32 |
| SPF_IP | 212.50.161.43/32 |
| SPF_IP | 212.50.186.5/32 |
| SPF_IP | 213.249.210.0/27 |
| SPF_IP | 213.249.242.192/26 |
| SPF_IP | 214.249.140.96/28 |
| SPF_IP | 62.164.169.41/32 |
| SPF_MX | aperta.com |
Related pages
Pivot deeper into the graph from aperta.com.
- IP · 82.113.145.155
- ASN · AS30827XTRAORDINARY-AS --- Transit providers ---
- Registrar · iana:151
- Country · GB
- Email · dnsadmin@scotlandonline.co.uk
- TLD · .com
- Browse hostnames · ap…
- 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: "aperta.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.