Hostname
bicomplex.md
Last fetched
bicomplex.md resolves to 1 IPv4 address operated by FOXCLOUD in MD. WHOIS lists registrar:inovareprim srl as the registrar.
Nutrition Label
Resolution chain
bicomplex.md resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 91.211.202.115 | 91.211.202.0/24 | AS209482 | FOXCLOUD | MD |
WHOIS identity
- Registrar
- registrar:inovareprim srl
- Organization
- email: bicomplex@mdl.net
- Contact emails
Subdomains
8 observed subdomains of bicomplex.md.
Web-graph footprint
Distinct hostnames that link to or from bicomplex.md in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for bicomplex.md.
| Mechanism | Target |
|---|---|
| SPF_A | bicomplex.md |
| SPF_IP | 194.156.67.108 |
| SPF_MX | bicomplex.md |
Related pages
Pivot deeper into the graph from bicomplex.md.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bicomplex.md"})-[: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.