Hostname
swebaltic.com
Last fetched
swebaltic.com resolves to 2 IPv4 addresses operated by AS212531 in LT. WHOIS lists iana:638 as the registrar.
Nutrition Label
Resolution chain
swebaltic.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 |
|---|---|---|---|---|
| 79.98.26.14 | 79.98.24.0/21 | AS212531 | — | LT |
| 85.206.243.25 | 85.206.240.0/22 | AS61272 | — | LT |
WHOIS identity
- Registrar
- iana:638
- Organization
- protected protected
- Contact emails
Subdomains
1 observed subdomain of swebaltic.com.
| Subdomain |
|---|
| www.swebaltic.com |
Web-graph footprint
Distinct hostnames that link to or from swebaltic.com in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- swebaltic.com
SPF policy
5 SPF mechanisms authorising senders for swebaltic.com.
| Mechanism | Target |
|---|---|
| SPF_A | swebaltic.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf.serveriai.lt |
| SPF_IP | 85.206.243.4 |
| SPF_MX | swebaltic.com |
Related pages
Pivot deeper into the graph from swebaltic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swebaltic.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.