Hostname
mikrolab.dk
Last fetched
mikrolab.dk resolves to 2 IPv4 addresses operated by AS47527 in DK.
Nutrition Label
Resolution chain
mikrolab.dk 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 |
|---|---|---|---|---|
| 185.31.79.5 | 185.31.76.0/22 | AS47527 | — | DK |
| 37.27.141.237 | 37.27.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- —
- Organization
- mikrolab - frisenette a/s
- Contact emails
Subdomains
6 observed subdomains of mikrolab.dk.
Web-graph footprint
Distinct hostnames that link to or from mikrolab.dk in the public web crawl.
31 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for mikrolab.dk.
| Mechanism | Target |
|---|---|
| SPF_A | mikrolab.dk |
| SPF_INCLUDE | _spf.powerhosting.dk |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf-de.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfserver.seeems.dk |
| SPF_IP | 185.31.79.14 |
| SPF_IP | 85.191.126.18 |
| SPF_IP | 85.191.96.196 |
| SPF_IP | 87.104.225.248 |
| SPF_MX | mikrolab.dk |
Related pages
Pivot deeper into the graph from mikrolab.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mikrolab.dk"})-[: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.