Hostname
embed.labnotes.org
Last fetched
embed.labnotes.org resolves to 2 IPv4 addresses operated by EDGEUNO S.A.S in CO.
Nutrition Label
Resolution chain
embed.labnotes.org 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 |
|---|---|---|---|---|
| 200.25.11.8 | 200.25.11.0/24 | AS7195 | EDGEUNO S.A.S | CO |
| 79.127.237.132 | 79.127.236.0/23 | AS60068 | TELE2LV-AS | GB |
WHOIS identity
No WHOIS records are currently associated with embed.labnotes.org in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for embed.labnotes.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.messagingengine.com |
Related pages
Pivot deeper into the graph from embed.labnotes.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "embed.labnotes.org"})-[: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.