Hostname
losovi.com
Last fetched
losovi.com resolves to 2 IPv4 addresses operated by SECURITYNET-AS in CZ. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
losovi.com 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 |
|---|---|---|---|---|
| 46.36.37.117 | 46.36.37.0/24 | AS42422 | SECURITYNET-AS | CZ |
| 46.36.40.84 | 46.36.40.0/24 | AS42422 | SECURITYNET-AS | CZ |
WHOIS identity
- Registrar
- iana:1068
- Organization
- contact privacy inc. customer 0167891074
- Contact emails
Subdomains
5 observed subdomains of losovi.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for losovi.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 2a02:25b0:aaaa:3791:0:0:0:1234 |
| SPF_IP | 46.36.37.117 |
Related pages
Pivot deeper into the graph from losovi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "losovi.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.