Hostname
microblau.es
Last fetched
microblau.es resolves to 2 IPv4 addresses operated by AS_ADAM - Adam EcoTech, S.A in ES.
Nutrition Label
Resolution chain
microblau.es 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 |
|---|---|---|---|---|
| 194.36.123.74 | 194.36.122.0/23 | AS15699 | AS_ADAM - Adam EcoTech, S.A | ES |
| 212.0.104.219 | 212.0.96.0/19 | AS8220 | COLT - COLT Technology Services Group Limited | ES |
WHOIS identity
No WHOIS records are currently associated with microblau.es in WhisperGraph.
Subdomains
22 observed subdomains of microblau.es.
Web-graph footprint
Distinct hostnames that link to or from microblau.es in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for microblau.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 174.37.88.194 |
| SPF_IP | 213.27.157.0/24 |
| SPF_IP | 213.27.212.0/24 |
| SPF_IP | 213.27.251.229 |
| SPF_IP | 62.97.115.0/24 |
| SPF_IP | 80.35.188.62 |
| SPF_IP | 83.56.44.235 |
| SPF_MX | microblau.es |
Related pages
Pivot deeper into the graph from microblau.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "microblau.es"})-[: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.