Help
RSS
API
Feed
Maltego
Contact
Domain > datumfuse.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-13
18.64.155.6
(
ClassC
)
2025-11-02
3.169.173.55
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sun, 02 Nov 2025 06:28:53 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://datumfuse.com/X-Cache: Redirect from cloudfrontVia: 1.1 c5e1a6561d8dc3977e11160718fc75e8.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: Zrjk6BZCRKw5aLskPevk_LBcx_1eeGZlM5Kuo5uj2i7-BqdRvv8K8A 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: 11955Connection: keep-aliveDate: Sun, 02 Nov 2025 06:28:54 GMTLast-Modified: Tue, 05 Aug 2025 02:51:49 GMTETag: 334261833ea466f8c4477f849e34d25cx-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 bb0a0a1792594c22377eddc835c4b882.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: 1X8dOkrmarzeUqFnZrQt2q2wzYeAgxFS_l8Ixg2GzjqddkkIPQ9Z7Q !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> !-- SEO & Social Sharing Meta Tags --> title>Datum Fuse LLC | Fusing Data with Intelligence/title> meta namedescription contentDatum Fuse LLC is a technology company dedicated to building intelligent platforms like DatumFuse.ai, which transform raw data into actionable insights and compelling narratives.> meta propertyog:title contentDatum Fuse LLC | Fusing Data with Intelligence> meta propertyog:description contentDiscover how our flagship product, DatumFuse.ai, automates data analysis, visualization, and storytelling.> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://www.datumfuse.com> meta propertyog:image contenthttps://www.datumfuse.com/images/Datum-Fuse-Logo.png> meta nametwitter:card contentsummary_large_image> link relicon typeimage/png hrefhttps://www.datumfuse.com/favicon/favicon-96x96.png sizes96x96 /> link relicon typeimage/svg+xml hrefhttps://www.datumfuse.com/favicon/favicon.svg /> link relshortcut icon hrefhttps://www.datumfuse.com/favicon/favicon.ico /> link relapple-touch-icon sizes180x180 hrefhttps://www.datumfuse.com/favicon/apple-touch-icon.png /> link relmanifest hrefhttps://www.datumfuse.com/favicon/site.webmanifest /> !-- Google Fonts --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;700;800&displayswap relstylesheet> !-- All CSS is inline for single-file deployment --> style> :root { --primary-blue: #3A48E4; --secondary-purple: #A048E4; --dark-navy: #1C2541; --text-primary: #111827; --text-secondary: #6B7280; --background-light: #F9FAFB; --background-white: #FFFFFF; --divider-color: #E5E7EB; } /* Basic Reset & Body Styles */ body { font-family: Inter, sans-serif; margin: 0; background-color: var(--background-light); color: var(--text-primary); line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Main Container */ .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; } .buttonImg { margin-bottom: 10px; align-content: center; border-radius: 30px; border: 1px solid; color: #000000; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; } /* Header / Hero Section */ .hero { background-color: var(--dark-navy); color: white; padding: 100px 0; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(circle at 15% 50%, rgba(58, 72, 228, 0.2) 0%, rgba(28, 37, 65, 0) 25%), radial-gradient(circle at 85% 30%, rgba(160, 72, 228, 0.15) 0%, rgba(28, 37, 65, 0) 20%); z-index: 1; } .hero-content { position: relative; z-index: 2; animation: fadeIn 1s ease-in-out; } .hero h1 { font-size: 3.5rem; font-weight: 800; margin: 0 0 16px 0; letter-spacing: -1.5px; } .hero p { font-size: 1.25rem; color: rgba(255, 255, 255, 0.8); max-width: 700px; margin: 0 auto; } /* General Section Styling */ .section { padding: 80px 0; } .section-title { text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 16px; } .section-subtitle { text-align: center; font-size: 1.125rem; color: var(--text-secondary); max-width: 650px; margin: 0 auto 64px auto; } /* Product Intro Section */ .product-card { background-color: var(--background-white); border-radius: 16px; padding: 48px; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.05); text-align: center; } .product-logo { height: 107px; margin-bottom: 3px; } /* Features Section */ .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px; } .feature-item { display: flex; align-items: flex-start; gap: 16px; } .feature-icon { flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background-color: rgba(58, 72, 228, 0.1); color: var(--primary-blue); } .feature-item h3 { margin: 0 0 8px 0; font-size: 1.25rem; font-weight: 700; } .feature-item p { margin: 0; color: var(--text-secondary); } /* CTA Section */ .cta-section { background-color: var(--background-white); text-align: center; } .cta-button { display: inline-block; text-decoration: none; color: white; font-size: 1.125rem; font-weight: 700; padding: 16px 48px; border-radius: 50px; background: linear-gradient(90deg, var(--secondary-purple) 0%, var(--primary-blue) 100%); transition: transform 0.3s ease, box-shadow 0.3s ease; } .cta-button:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(58, 72, 228, 0.25); } /* Footer */ .footer { padding: 32px 0; text-align: center; font-size: 0.875rem; color: var(--text-secondary); } /* Animations */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* Responsive Design */ @media (max-width: 768px) { .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1.125rem; } .section-title { font-size: 2rem; } .features-grid { grid-template-columns: 1fr; } .product-card { padding: 32px; } } /style>/head>body> !-- Hero Section --> header classhero> div classcontainer hero-content> !-- You can replace this with a proper logo SVG if you have one --> h2 stylefont-weight: 500; margin-bottom: 24px;>Datum Fuse LLC/h2> h1>Where Data Becomes Decision./h1> p>We build intelligent platforms that transform raw, complex data into actionable insights and compelling narratives, empowering businesses to see their world more clearly./p> /div> /header> main> !-- Product Intro Section --> section classsection> div classcontainer> div classproduct-card> img srchttps://www.datumfuse.ai/images/Datumfuse_AI-Logo_Medium.png altDatumFuse.ai Logo classproduct-logo> h2 classsection-title stylemargin-bottom: 8px;>Introducing DatumFuse.ai/h2> p classsection-subtitle stylemargin-bottom: 32px;> Our flagship product is a comprehensive, AI-powered platform designed to automate the entire data analysis workflow—from harmonization and visualization to narrative generation. /p> a hrefhttps://www.datumfuse.ai classcta-button stylebackground: var(--dark-navy);>Explore the Platform/a> /div> /div> /section> !-- Features Section --> section classsection stylepadding-top: 0;> div classcontainer> h2 classsection-title>Core Capabilities/h2> p classsection-subtitle>DatumFuse.ai offers two powerful suites of tools to cover all your analytical needs./p> div classfeatures-grid> !-- Data & Analytics Pillar --> div classfeature-item> div classfeature-icon> !-- Embedded SVG Icon --> svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>path dM12 20V10M18 20V4M6 20V16>/path>/svg> /div> div> h3>a hrefhttps://www.datumfuse.ai/app/data styletext-decoration: none; color: inherit;>Data & Analytics Suite/a>/h3> p>Automate data cleanup, merge disparate files with AI-assisted schema matching, generate insightful charts, and even create data-driven stories and narratives with a single click./p> /div> /div> !-- SEO & Marketing Pillar --> div classfeature-item> div classfeature-icon> !-- Embedded SVG Icon --> svg xmlnshttp://www.w3.org/2000/svg width24 height24 viewBox0 0 24 24 fillnone strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>circle cx11 cy11 r8>/circle>line x121 y121 x216.65 y216.65>/line>/svg> /div> div> h3>a hrefhttps://www.datumfuse.ai/app/seo styletext-decoration: none; color: inherit;>SEO & Marketing Suite/a>/h3> p>Uncover high-impact keywords, track search trends over time, and deconstruct your competitors on-page SEO strategies to dominate the search rankings./p> /div> /div> /div> /div> /section> !-- Final CTA Section --> section classsection cta-section> div classcontainer> h2 classsection-title>Ready to Stop Guessing?/h2> p classsection-subtitle stylemargin-bottom: 48px;> Move beyond spreadsheets and start making decisions with clarity and confidence. Explore DatumFuse.ai and experience the future of data analysis today. /p> a hrefhttps://www.datumfuse.ai classcta-button>Launch DatumFuse.ai (Beta)/a> /div> /section> /main> !-- Footer --> footer classfooter> div classcontainer> p>© 2024 Datum Fuse LLC. All Rights Reserved. | a hrefmailto:contact@datumfuse.com stylecolor: var(--text-secondary);>contact@datumfuse.com/a>/p> /div> /footer>/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
]