Hostname
loliapp.app
Last fetched
loliapp.app resolves to 1 IPv4 address operated by AS51167 in GB. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
loliapp.app 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 |
|---|---|---|---|---|
| 161.97.164.190 | 161.97.160.0/20 | AS51167 | — | GB |
WHOIS identity
- Registrar
- iana:1068
- Organization
- domain protection services,
- Contact emails
Subdomains
2 observed subdomains of loliapp.app.
| Subdomain |
|---|
| app.loliapp.app |
| www.loliapp.app |
Web-graph footprint
Distinct hostnames that link to or from loliapp.app in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for loliapp.app.
| Mechanism | Target |
|---|---|
| SPF_A | loliapp.app |
| SPF_INCLUDE | mxlogin.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 104.152.168.35 |
| SPF_IP | 192.206.54.135 |
| SPF_MX | loliapp.app |
Related pages
Pivot deeper into the graph from loliapp.app.
- IP · 161.97.164.190
- ASN · AS51167
- Registrar · iana:1068
- Country · GB
- Email · d855892eb1674142b2661a29083cf947.protect@withheldforprivacy.com
- TLD · .app
- Browse hostnames · lo…
- 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: "loliapp.app"})-[: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.