Hostname
anat.bj
Last fetched
anat.bj resolves to 2 IPv4 addresses operated by AS47583 in US. WHOIS lists registrar:it-num_entreprise as the registrar.
Nutrition Label
Resolution chain
anat.bj 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 |
|---|---|---|---|---|
| 145.79.1.206 | 145.79.0.0/21 | AS47583 | — | US |
| 147.93.52.88 | 147.93.48.0/21 | AS47583 | — | FR |
WHOIS identity
- Registrar
- registrar:it-num_entreprise
- Organization
- 2as
- Contact emails
Subdomains
10 observed subdomains of anat.bj.
Web-graph footprint
Distinct hostnames that link to or from anat.bj in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- anat.bj
SPF policy
4 SPF mechanisms authorising senders for anat.bj.
| Mechanism | Target |
|---|---|
| SPF_A | anat.bj |
| SPF_IP | 192.64.112.83 |
| SPF_IP | 49.12.131.54 |
| SPF_MX | anat.bj |
Related pages
Pivot deeper into the graph from anat.bj.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anat.bj"})-[: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.