Hostname
atlassian.expert
Last fetched
atlassian.expert resolves to 4 IPv4 addresses operated by AS6762 in IT. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
atlassian.expert resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.20.242.17 | 2.20.242.0/24 | AS6762 | — | IT |
| 2.20.242.89 | 2.20.242.0/24 | AS6762 | — | IT |
| 23.66.101.75 | 23.66.101.0/24 | AS20940 | — | US |
| 23.66.101.78 | 23.66.101.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- blended perspectives
- Contact emails
Subdomains
1 observed subdomain of atlassian.expert.
| Subdomain |
|---|
| www.atlassian.expert |
Threat posture
History
Related pages
Pivot deeper into the graph from atlassian.expert.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atlassian.expert"})-[: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.