Help
RSS
API
Feed
Maltego
Contact
Domain > axonicsai.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-20
3.170.91.66
(
ClassC
)
2026-02-02
3.163.24.93
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Mon, 02 Feb 2026 03:17:44 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://axonicsai.com/X-Cache: Redirect from cloudfrontVia: 1.1 13367f2265e830e1595737bd8f2eab92.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: H5Hxri5aAYt2hUjyQB_pP9OT3pqqYaikei5wPb56ETcHrh3kVZs61Q html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 12851Connection: keep-aliveDate: Sun, 01 Feb 2026 04:30:22 GMTLast-Modified: Sun, 30 Nov 2025 03:24:16 GMTETag: 0550b7a7796db194b69959f55b15e23fServer: AmazonS3X-Cache: Hit from cloudfrontVia: 1.1 049ca50de603d43d8c9d0f7716efb414.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: vscODavcuB1iS4EkV95fOyvE4eus8LgGCOun84L5QcBkmCcT7t3vHwAge: 82043 !DOCTYPE html>html langen>head>meta charsetUTF-8>meta nameviewport contentwidthdevice-width, initial-scale1.0>title>Axonics AI/title>link relicon typeimage/png hreffavicon/favicon-96x96.png sizes96x96 />link relicon typeimage/svg+xml hreffavicon/favicon.svg />link relshortcut icon hreffavicon/favicon.ico />link relapple-touch-icon sizes180x180 hreffavicon/apple-touch-icon.png />meta nameapple-mobile-web-app-title contentAxonicsAI />link relmanifest hreffavicon/site.webmanifest />link relpreconnect hrefhttps://fonts.googleapis.com>link relpreconnect hrefhttps://fonts.gstatic.com crossorigin>link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700&displayswap relstylesheet>style> /* General */ * { box-sizing: border-box; } body { font-family: Inter, sans-serif; background-color: white; color: #333; margin: 0; padding: 0; line-height: 1.6; display: flex; flex-direction: column; align-items: center; text-align: center; min-height: 100vh; overflow-x: hidden; } /* Header */ .header { width: 100%; position: sticky; top: 0; z-index: 50; background-color: white; border-bottom: 1px solid #f0f0f0; } .header-content { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; } .logo-header { height: 90px; width: auto; } .nav-links { display: flex; gap: 2rem; } .nav-links a { color: #2c3e50; text-decoration: none; font-weight: 500; transition: color 0.2s ease; } .nav-links a:hover { color: #007bff; } .hamburger { display: none; flex-direction: column; justify-content: space-between; width: 24px; height: 18px; cursor: pointer; } .hamburger span { display: block; height: 3px; background: #333; border-radius: 2px; } /* SECTIONS */ .section { width: 100%; padding: 4rem 1.5rem; display: flex; flex-direction: column; align-items: center; } .container { max-width: 1200px; width: 100%; margin: 0 auto; } /* Hero Section */ .hero-section { padding-top: 3rem; padding-bottom: 3rem; } .hero-image { height: 280px; width: auto; margin-top: 2rem; margin-bottom: 2rem; } .motto { font-size: 2.25rem; font-weight: 600; color: #2c3e50; margin: 0 auto; letter-spacing: -0.05em; max-width: 900px; } .sub-motto { font-size: 1.25rem; color: #555; margin: 1.5rem auto 0; max-width: 800px; font-weight: 400; } .highlight { color: #007bff; font-weight: 600; } /* Reality Check Section (Gray Background) */ .bg-gray { background-color: #f8f9fa; border-top: 1px solid #e9ecef; border-bottom: 1px solid #e9ecef; } .section-title { font-size: 1.75rem; font-weight: 600; color: #2c3e50; margin-bottom: 1.5rem; } .stat-text { font-size: 1.2rem; max-width: 800px; margin: 0 auto; color: #444; } /* Image Styling for The Flow */ .responsive-img { max-width: 100%; height: auto; margin: 2rem auto; display: block; } /* Authority Section */ .authority-block { display: flex; align-items: center; gap: 2rem; max-width: 800px; margin: 0 auto; text-align: left; } .authority-img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; } /* Buttons & Links */ .btn-primary { display: inline-block; background-color: #007bff; color: white; padding: 0.75rem 1.5rem; border-radius: 5px; border: 2px solid #007bff; text-decoration: none; font-weight: 500; transition: background-color 0.2s ease; cursor: pointer; } .btn-primary:hover { background-color: #0056b3; border-color: #0056b3; } .btn-secondary { display: inline-block; background-color: transparent; color: #007bff; border: 2px solid #007bff; padding: 0.75rem 1.5rem; border-radius: 5px; text-decoration: none; font-weight: 600; transition: all 0.2s ease; margin-top: 1rem; } .btn-secondary:hover { background-color: #007bff; color: white; } /* Footer */ .footer { width: 100%; padding: 2rem 0; background-color: white; text-align: center; color: #888; border-top: 1px solid #e9ecef; } /* Responsive */ @media (max-width: 768px) { .nav-links { display: none; flex-direction: column; background: white; position: absolute; top: 100%; right: 0; width: 100%; text-align: center; box-shadow: 0 4px 6px rgba(0,0,0,0.1); padding: 1rem 0; } .nav-links.show { display: flex; } .hamburger { display: flex; } .authority-block { flex-direction: column; text-align: center; } .btn-primary, .btn-secondary { display: block; width: 100%; margin-right: 0; text-align: center; } } @media (max-width: 600px) { .hero-image { height: 150px; } .motto { font-size: 1.75rem; } .sub-motto { font-size: 1.1rem; } .container { padding: 0 1rem; } }/style>/head>body>header classheader> div classheader-content> a hrefindex.html>img srcAxonicsAI_logo_clear_bg.png altLogo classlogo-header>/a> nav classnav-links idnavLinks> a hrefunderstanding-ai.html>Understanding AI/a> a hrefadopting-ai.html>Adopting AI/a> a hrefaiia.html>AI in Action/a> a hrefabout.html>About/a> /nav> div classhamburger idhamburger> span>/span> span>/span> span>/span> /div> /div>/header>main> div classsection hero-section> div classcontainer> h1 classmotto>Harmonizing natural and artificial intelligence for positive impact/h1> p classsub-motto> The critical question isnt What can AI do? but span classhighlight>What value will it deliver?/span>br> Bridging the gap between technical capability and business utility creates measurable results. /p> img srcAxonicsAI_hero.png altAxonics AI Collaboration classhero-image> /div> /div> div classsection bg-gray> div classcontainer> h2 classsection-title>The Industry Reality: From Hypothesis to Value/h2> p classstat-text styletext-align: left; max-width: 800px; margin: 0 auto;> Most organizations are exploring this disruptive era by strong>piloting AI technology/strong> to discover potential value. This is the right instinct: experiments validate assumptions and test hypotheses upon which value depends. /p> p classstat-text styletext-align: left; max-width: 800px; margin: 1.5rem auto 0 auto;> An experiment succeeds when it strong>answers/strong> the questions for which it was designed. If the probability of realizing value is low, pausing progression is a strong>strategic discipline/strong>. However, if it demonstrates clear utility but the organization lacks the capability to capture it (strong>Operational Stalling/strong>), then this is a true failure. /p> p classstat-text styletext-align: left; max-width: 800px; margin: 1.5rem auto 0 auto;> Industry data from the strong>AWS Generative AI Innovation Center/strong> reveals that nearly strong>70% of proofs of concept never reach production/strong>. As noted in a hrefhttps://www.mckinsey.com/capabilities/tech-and-ai/our-insights/how-to-lead-through-the-ai-disruption target_blank stylecolor: #007bff; text-decoration: none;>recent insights shared with McKinsey/a>, providing the technology alone is insufficient. The hurdles often appear operational—strong>data readiness/strong> and strong>governance/strong>—but the root causes are strategic: a lack of clear strong>problem definition/strong>, strong>strategic alignment/strong>, or a defined strong>business case articulating ROI/strong>. Providing strong>clarity/strong> and addressing these often ambiguous areas can bridge the gap between the POC and the scale of a successful enterprise deployment. /p> /div> /div> div classsection> div classcontainer> h2 classsection-title>The Methodology: Business Value Flow/h2> p classstat-text stylemargin-bottom: 1rem;> Bridging the gap between a Proof of Concept and production requires a structured approach to value realization. The strong>Business Value Flow/strong> aligns technical implementation directly with business opportunity, ensuring that every line of code serves a measurable outcome. /p> img srcflow_copyright.png altBusiness Value Flow Diagram classresponsive-img> p classstat-text stylemargin-top: 1rem;> This flow moves the conversation from What technology should we use? to What value are we creating? It transforms isolated experiments into integrated business capabilities. /p> /div> /div> div classsection bg-gray> div classcontainer> h2 classsection-title>The Execution: Crawl, Walk, Run, Fly/h2> p classstat-text stylemargin-bottom: 2.5rem;> The Business Value Flow is the constant engine of success. By consistently applying this methodology to every initiative, organizations safely advance through the maturity curve—scaling from simple, low-risk pilots (Crawl) to autonomous, enterprise-wide ecosystems (Fly). /p> div stylemax-width: 800px; margin: 0 auto; background: white; padding: 2.5rem; border-radius: 8px; border: 1px solid #e9ecef;> h3 stylemargin-top: 0; color: #2c3e50; font-size: 1.5rem;>Establishing the Mental Model/h3> p stylecolor: #555; margin-bottom: 2rem;> Effective governance and execution require a clear understanding of the tools. Before building the roadmap, it is critical to distinguish signal from noise and understand the fundamental capabilities of modern AI. /p> a hrefunderstanding-ai.html classbtn-primary>Understanding AI →/a> /div> /div> /div> div classsection> div classcontainer> div classauthority-block> img srcDan_Headshot.png altDan Longacre classauthority-img> div> h2 classsection-title stylemargin-bottom: 0.5rem; text-align: left;>Leadership & Expertise/h2> p> Axonics AI is led by strong>Dan Longacre/strong>, an Enterprise Transformation Leader and PgMP. Holding an strong>MS in Computer Science from Purdue/strong> and an strong>MBA from Ohio State/strong>, he combines deep technical rigor with the strategic business acumen needed to deliver outcomes, not just experiments. /p> a hrefabout.html stylecolor: #007bff; text-decoration: none; font-weight: 600;>Meet the Principal →/a> /div> /div> /div> /div> div classsection bg-gray> div classcontainer> h2 classsection-title>Start Your Transformation Journey/h2> a href# classbtn-primary idcontactBtn>Get in Touch/a> /div> /div>/main>footer classfooter> p>© 2025 Axonics AI. All rights reserved./p>/footer>script>// Hamburger Menu Logicconst hamburger document.getElementById(hamburger);const navLinks document.getElementById(navLinks);hamburger.addEventListener(click, () > { navLinks.classList.toggle(show);});// Email Obfuscation Logicdocument.getElementById(contactBtn).addEventListener(click, function(e) { e.preventDefault(); var user dan.connect; var domain axonicsai.com; var email user + @ + domain; // 1. Change text first (Instant visual feedback) this.innerText email; // 2. Try to open mail client window.location.href mailto: + email;});/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]