Help
RSS
API
Feed
Maltego
Contact
Domain > axeom.co.uk
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-02-15
18.244.202.62
(
ClassC
)
2025-06-09
3.171.171.18
(
ClassC
)
2025-06-20
143.204.29.40
(
ClassC
)
2025-10-18
3.163.24.62
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Sat, 18 Oct 2025 00:18:57 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://axeom.co.uk/X-Cache: Redirect from cloudfrontVia: 1.1 bafc250db6f7cbd43d1e23b2a31d8002.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: 5HIo5YqkIcWH7l2YXD5v8Er2Dli317qceyhjt5BVywY5w7EJV3g5jA 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: 8337Connection: keep-aliveDate: Thu, 02 Oct 2025 10:15:27 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: 5785fd6a3b3333d948eb048a57e2ea16Last-Modified: Mon, 29 Sep 2025 15:54:00 GMTX-Cache: Hit from cloudfrontVia: 1.1 6a52d37737133b0b8a09947e5c586ec4.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: za3zWeGtOC04Z8lnxzS--bkWpiTRLa247Di_NZ2ruwRgyyCaZobc2QAge: 1346610 !DOCTYPE html>html langen>head> !-- Google tag (gtag.js) -->script async srchttps://www.googletagmanager.com/gtag/js?idG-DZYKE7TZBF>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, G-DZYKE7TZBF);/script> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>AXEOM - Boutique Digital Transformation Consultancy/title> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;600;700&displayswap relstylesheet> style> * { margin: 0; padding: 0; box-sizing: border-box; } html { height: 100%; overflow-x: hidden; } body { font-family: Inter, sans-serif; background-color: #000; color: white; overflow-x: hidden; min-height: 100vh; position: relative; } .container { min-height: 100vh; display: flex; flex-direction: column; position: relative; } /* Background Image - Full page */ .container::before { content: ; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-image: url(./images/background.png); background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; opacity: 0.54; z-index: 0; } /* Header - Improved mobile design */ .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; background: rgba(0, 0, 0, 0.3); backdrop-filter: blur(10px); min-height: 70px; box-sizing: border-box; } .logo { font-size: 28px; font-weight: 700; color: white; letter-spacing: 2px; text-decoration: none; flex-shrink: 0; } .logo:hover { opacity: 0.8; } .nav { display: flex; gap: 24px; align-items: center; } .nav a { color: white; text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 1px; transition: opacity 0.3s ease; padding: 8px 12px; border-radius: 4px; min-height: 44px; display: flex; align-items: center; } .nav a:hover { opacity: 0.7; background: rgba(255, 255, 255, 0.1); } /* Hero Section - Fixed mobile viewport issues */ .hero { flex: 1; position: relative; display: flex; align-items: center; justify-content: flex-start; padding: 90px 20px 100px; min-height: calc(100vh - 70px); background-color: transparent; z-index: 1; } .hero-content { position: relative; z-index: 2; max-width: 800px; width: 100%; } .hero-title { font-size: 36px; font-weight: 600; line-height: 1.3; color: white; letter-spacing: 1px; } /* Footer - Improved mobile layout */ .footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; padding: 16px 20px; background: rgba(0, 0, 0, 0.9); border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; align-items: center; min-height: 80px; } .footer-content { font-size: 11px; color: rgba(255, 255, 255, 0.7); line-height: 1.4; text-align: left; flex: 1; } .footer-partner { display: flex; align-items: center; gap: 10px; flex-shrink: 0; } .footer-partner img { height: 32px; width: auto; } .footer-partner-text { font-size: 10px; color: rgba(255, 255, 255, 0.7); line-height: 1.3; } /* Mobile Responsive Design */ @media (max-width: 768px) { .container::before { background-attachment: scroll; } .header { padding: 12px 16px; min-height: 60px; } .logo { font-size: 24px; } .nav { gap: 16px; } .nav a { font-size: 12px; padding: 6px 8px; min-height: 40px; } .hero { padding: 80px 16px 90px; min-height: calc(100vh - 60px); justify-content: center; text-align: center; } .hero-title { font-size: 28px; line-height: 1.2; } .footer { padding: 12px 16px; flex-direction: column; gap: 12px; min-height: 100px; align-items: center; text-align: center; } .footer-partner { order: -1; gap: 8px; } .footer-partner img { height: 28px; } .footer-partner-text { font-size: 9px; } .footer-content { font-size: 10px; text-align: center; } } @media (max-width: 480px) { .header { padding: 10px 12px; } .logo { font-size: 20px; } .nav { gap: 12px; } .nav a { font-size: 11px; padding: 4px 6px; } .hero { padding: 70px 12px 80px; } .hero-title { font-size: 24px; } .footer { padding: 10px 12px; } } /* Landscape mobile orientation */ @media (max-width: 768px) and (orientation: landscape) { .hero { min-height: 100vh; padding: 70px 16px 100px; } } /style>/head>body> div classcontainer> !-- Header --> header classheader> a hrefindex.html classlogo>AXEOM/a> nav classnav> a hrefindex.html>HOME/a> a hrefabout.html>ABOUT/a> a hrefcontact.html>CONTACT/a> /nav> /header> !-- Hero Section --> main classhero> div classhero-content> h1 classhero-title> Boutique Digitalbr> Transformation Consultancy /h1> /div> /main> !-- Footer --> footer classfooter> div classfooter-content> Registered Company: 15782529br> 82A James Carter Road, Mildenhall, IP28 7DE, United Kingdom /div> div classfooter-partner> img src./images/partner-badge.png altSalesforce Partner> div classfooter-partner-text> Registeredbr> Salesforce Partner /div> /div> /footer> /div>/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
]