Hostname
comalatech.jira.com
Last fetched
comalatech.jira.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
comalatech.jira.com 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 |
|---|---|---|---|---|
| 13.227.180.4 | 13.227.180.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with comalatech.jira.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from comalatech.jira.com in the public web crawl.
11 sites linked to from this hostname.
Sample inbound links
Sample outbound links
- atlassian.com
- api.media.atlassian.com
- 99a173f17960.edge.captcha-sdk.awswaf.com
- comalatech.com
- cc-fe-bifrost.prod-east.frontend.public.atl-paas.net
- ds-cdn.prod-east.frontend.public.atl-paas.net
- jsm-help-center-ui.prod-east.frontend.public.atl-paas.net
- atlassian-cookies--categories.us-east-1.prod.public.atl-paas.net
- appfire.atlassian.net
- dayak6fulr4vl.cloudfront.net
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for comalatech.jira.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | mail-eu.atlassian.net |
| SPF_INCLUDE | mail-us.atlassian.net |
Related pages
Pivot deeper into the graph from comalatech.jira.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comalatech.jira.com"})-[: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.