Hostname
aj3043.bid
Last fetched
aj3043.bid resolves to 2 IPv4 addresses operated by TRI-AS - DigitalOne AG in US. WHOIS lists iana:1449 as the registrar.
Nutrition Label
Resolution chain
aj3043.bid 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 |
|---|---|---|---|---|
| 212.124.115.200 | 212.124.112.0/21 | AS47328 | TRI-AS - DigitalOne AG | US |
| 74.117.181.71 | 74.117.176.0/21 | AS40824 | WZ-US-40824 - Webzilla Inc. | UA |
WHOIS identity
- Registrar
- iana:1449
- Organization
- global domain privacy services
- Contact emails
- —
Subdomains
4 observed subdomains of aj3043.bid.
Threat posture
History
Related pages
Pivot deeper into the graph from aj3043.bid.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aj3043.bid"})-[: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.