Hostname
lobabiotech.com
Last fetched
lobabiotech.com resolves to 3 IPv4 addresses operated by AS8339 in AT. WHOIS lists iana:1476 as the registrar.
Nutrition Label
Resolution chain
lobabiotech.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 82.218.189.154 | 82.218.0.0/16 | AS8339 | — | AT |
| 88.117.202.180 | 88.116.0.0/15 | AS8447 | — | AT |
| 91.112.212.84 | 91.112.0.0/14 | AS8447 | — | AT |
WHOIS identity
- Registrar
- iana:1476
- Organization
- loba feinchemie
- Contact emails
- —
Subdomains
1 observed subdomain of lobabiotech.com.
| Subdomain |
|---|
| lms.lobabiotech.com |
Web-graph footprint
Distinct hostnames that link to or from lobabiotech.com in the public web crawl.
5 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for lobabiotech.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 82.218.189.154 |
| SPF_IP | 88.117.202.178 |
Related pages
Pivot deeper into the graph from lobabiotech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lobabiotech.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.