Hostname
laperla.ba
Last fetched
laperla.ba resolves to 2 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
laperla.ba 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 |
|---|---|---|---|---|
| 2.18.67.151 | 2.18.67.0/24 | AS20940 | — | US |
| 23.212.250.13 | 23.212.250.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with laperla.ba in WhisperGraph.
Subdomains
6 observed subdomains of laperla.ba.
Web-graph footprint
Distinct hostnames that link to or from laperla.ba in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for laperla.ba.
| Mechanism | Target |
|---|---|
| SPF_A | laperla.ba |
| SPF_IP | 185.164.35.0/24 |
| SPF_IP | 185.164.35.7 |
| SPF_IP | 185.212.108.0/24 |
| SPF_IP | 2a00:8620:0101:0012::/64 |
| SPF_IP | 2a00:8620:100:0:0:0:0:14 |
| SPF_MX | laperla.ba |
Related pages
Pivot deeper into the graph from laperla.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "laperla.ba"})-[: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.