Help
RSS
API
Feed
Maltego
Contact
Domain > gifty.com.co
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2021-10-06
192.185.158.119
(
ClassC
)
2026-01-07
3.130.105.37
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginx/1.18.0 (Ubuntu)Date: Wed, 07 Jan 2026 20:58:54 GMTContent-Type: text/htmlContent-Length: 178Connection: keep-aliveLocation: https://gifty.com.co/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/1.18.0 (Ubuntu)/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginx/1.18.0 (Ubuntu)Date: Wed, 07 Jan 2026 20:58:55 GMTContent-Type: text/html; charsetutf-8Content-Length: 17463Connection: keep-aliveVary: Cookie !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1> title>Gifty/title> !-- Load static files tags --> !-- Bootstrap CSS --> link hrefhttps://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css relstylesheet> link relstylesheet hrefhttps://unpkg.com/aos@2.3.1/dist/aos.css /> !-- Font Awesome CSS --> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css> link hrefhttps://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css relstylesheet> !-- In your base.html, within head> --> link hrefhttps://unpkg.com/@material-tailwind/html@latest/dist/material-tailwind.min.css relstylesheet> script src/static/cards/js/bundle.js>/script> link relstylesheet hrefhttps://fonts.googleapis.com/icon?familyMaterial+Icons> !-- Your custom CSS --> link href/static/cards/css/style.css relstylesheet>/head>body classbg-gray-100> nav classbg-white shadow-md> div classmax-w-7xl mx-auto px-4 sm:px-6 lg:px-8> div classflex justify-between items-center h-16> !-- Logo --> a classtext-2xl font-bold text-gray-700 hover:text-blue-600 transition duration-300 href/>Gifty/a> !-- Desktop Menu --> div classhidden md:flex items-center space-x-4> a href/ classtext-gray-700 hover:text-blue-600 transition duration-300 px-3 py-2 rounded-md text-sm font-medium>Home/a> a href/about/ classtext-gray-700 hover:text-blue-600 transition duration-300 px-3 py-2 rounded-md text-sm font-medium>About/a> a href/create_card/ classbg-blue-500 hover:bg-blue-700 transition duration-300 text-white font-bold py-2 px-4 rounded>Create Card/a> /div> !-- Mobile Menu Button --> div class-mr-2 flex items-center sm:hidden> button typebutton classinline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500 idmobile-menu-button> span classsr-only>Open main menu/span> i classmaterial-icons>menu/i> /button> /div> /div> /div> !-- Mobile Menu --> div classsm:hidden hidden idmobile-menu> div classpt-2 pb-3 space-y-1> a href/ classblock text-gray-700 hover:bg-gray-100 px-4 py-2>Home/a> a href/about/ classblock text-gray-700 hover:bg-gray-100 px-4 py-2>About/a> a href/create_card/ classblock bg-blue-500 hover:bg-blue-700 transition duration-300 text-white font-bold py-2 px-4 rounded text-center mt-2>Create Card/a> /div> /div>/nav>!-- Logout Confirmation Modal -->div idlogoutModal classhidden fixed inset-0 z-10 overflow-y-auto aria-labelledbymodal-title roledialog aria-modaltrue> div classflex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0> !-- Background overlay --> div classfixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity>/div> !-- Modal content --> div classinline-block align-bottom bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full> div classbg-white px-4 pt-5 pb-4 sm:p-6 sm:pb-4> h3 classtext-lg leading-6 font-medium text-gray-900 idmodal-title>Log Out/h3> div classmt-2> p classtext-sm text-gray-500>Are you sure you want to log out?/p> /div> /div> div classbg-gray-50 px-4 py-3 sm:px-6 sm:flex sm:flex-row-reverse> a href/accounts/logout/ classmt-3 inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm>Yes, Log Out/a> button typebutton onclickcloseLogoutModal() classmt-3 inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:ml-3 sm:w-auto sm:text-sm>Cancel/button>/div>/div>/div>/div>script> // Mobile menu toggle script document.addEventListener(DOMContentLoaded, function() { const toggleButton document.getElementById(mobile-menu-button); const mobileMenu document.getElementById(mobile-menu); toggleButton.addEventListener(click, function() { mobileMenu.classList.toggle(hidden); }); }); function showLogoutModal() { document.getElementById(logoutModal).classList.remove(hidden); } function closeLogoutModal() { document.getElementById(logoutModal).classList.add(hidden); }/script> header classmasthead> div classcontainer-fluid> div classrow align-items-center> div classcol-lg-12 text-center> div classcard rounded p-3 mx-auto d-inline-block aos-init aos-animate data-aoszoom-in stylebackground-color: rgba(217, 169, 102, 0.7);> h1 classmasthead-heading mb-9>/h1> h2 classmasthead-subheading>With our AI-generated personalized cards/h2> /div> /div> /div> /div> /header> !-- div classcontainer card-container> div classrow> div classcol-md-4 data-aosfade-up> div classcard> div classcard-body> h5 classcard-title>Giving makes us feel happy/h5> p classcard-text>A 2008 study found that giving money to someone else lifted participants’ happiness more than spending it on themselves./p> /div> /div> /div> div classcol-md-4 data-aosfade-up data-aos-delay200> div classcard> div classcard-body> h5 classcard-title>Giving is good for our health/h5> p classcard-text>Research has linked different forms of generosity to better health, even among the sick and elderly./p> /div> /div> /div> div classcol-md-4 data-aosfade-up data-aos-delay400> div classcard> div classcard-body> h5 classcard-title>Giving promotes cooperation and social connection/h5> p classcard-text>When you give to others, your generosity is likely to be rewarded by others down the line./p> /div> /div> /div> /div> div classrow> div classcol-md-4 data-aosfade-up data-aos-delay600> div classcard card-row-2> div classcard-body> h5 classcard-title>Giving evokes gratitude/h5> p classcard-text>Whether you’re on the giving or receiving end of a gift, that gift can elicit feelings of gratitude./p> /div> /div> /div> div classcol-md-4 data-aosfade-up data-aos-delay800> div classcard card-row-2> div classcard-body> h5 classcard-title>Giving is contagious/h5> p classcard-text>When we give, we don’t only help the immediate recipient of our gift. We also spur a ripple effect of generosity through our community./p> /div> /div> /div> /div> /div> /div> --> !-- section idabout classpy-5> div classcontainer> h2 classtext-center>About Our Service/h2> p classlead text-center> We believe in making gift giving more personal. Thats why weve created this service, which uses advanced AI technology to create beautiful, personalized cards. No two cards are the same - each is as unique as the person youre giving it to. /p> /div> /section> --> section idtryit classpy-5 bg-light> div classcontainer> h2 classtext-center text-2xl font-bold>Try Our Custom Card Maker/h2> p classlead text-center> Click the button below to start creating your own unique, AI-generated card. /p> div classtext-center> a href/create_card/ classbtn btn-primary>Create a Card/a> /div> /div> /section> section idexamples classpy-5> div classcontainer> h2 classtext-center text-2xl font-bold>Example Cards/h2> p classlead text-center> Here are some example cards created using our custom card maker. /p> !-- Typing effect search bar with prompt --> !-- div classsearch-bar text-center> input typetext classform-control disabled> div classtyping-effect data-aosfade-up data-aos-delay300> p idtyping-text>/p> /div> /div> --> div classsearch-bar text-center> input typetext classform-control idsearch-input disabled> /div> !-- Card grid --> div classrow mt-4> div classcol-md-6 col-lg-3 mb-4 data-aosfade-up data-aos-delay600> div classcard> img src/static/cards/images/example1.png classcard-img-top altExample 1> div classcard-body> h5 classcard-title>Option 1/h5> button classbtn btn-primary onclickshowPopup()>Get Variant/button> /div> /div> /div> div classcol-md-6 col-lg-3 mb-4 data-aosfade-up data-aos-delay800> div classcard> img src/static/cards/images/example2.png classcard-img-top altExample 2> div classcard-body> h5 classcard-title>Option 2/h5> button classbtn btn-primary onclickshowPopup()>Get Variant/button> /div> /div> /div> div classcol-md-6 col-lg-3 mb-4 data-aosfade-up data-aos-delay1000> div classcard> img src/static/cards/images/example3.png classcard-img-top altExample 3> div classcard-body> h5 classcard-title>Option 3/h5> button classbtn btn-primary onclickshowPopup()>Get Variant/button> /div> /div> /div> div classcol-md-6 col-lg-3 mb-4 data-aosfade-up data-aos-delay1200> div classcard> img src/static/cards/images/example4.png classcard-img-top altExample 4> div classcard-body> h5 classcard-title>Option 4/h5> button classbtn btn-primary onclickshowPopup()>Get Variant/button> /div> /div> /div> /div> /div> /section> section idstatistics classpy-5> div classcontainer> h2 classtext-center text-2xl font-bold>The Impact of Gift Giving/h2> p classlead text-center> Gift giving has a profound impact on our relationships and wellbeing and yet the quality of gifts being given over time is decreasing. /p> div classcard text-center mt-5> div classcard-body> blockquote classtext-xl italic font-semibold text-gray-900 dark:text-white> p> In 2021, the National Retail Federation estimates 16.6% of all merchandise sold during the holiday season was returned, up more than 56% from the year before. /p> footer classblockquote-footer>CNBC/footer> /blockquote> /div> /div> /div> /section> footer classfooter py-4 bg-dark text-white> div classcontainer text-center> div classsocial-icons> a hrefhttps://www.instagram.com/gifty_ai/ classsocial-icon>i classfab fa-instagram>/i>/a> a hrefhttps://twitter.com/GiftyAI classsocial-icon>i classfab fa-twitter>/i>/a> /div> p classmb-0>© 2023 Gifty. All rights reserved./p> /div> /footer> !-- Bootstrap JS and jQuery --> script srchttps://unpkg.com/aos@2.3.1/dist/aos.js>/script> script> AOS.init(); /script> script srchttps://d3js.org/d3.v5.min.js>/script> script srchttps://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js>/script> script srchttps://code.jquery.com/jquery-3.5.1.slim.min.js>/script> script srchttps://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js>/script> script srchttps://d3js.org/d3.v5.min.js>/script>script> // Data for the statistic var data { year: 2017, amount: 800 }, { year: 2018, amount: 850 }, { year: 2019, amount: 900 }, { year: 2020, amount: 950 }, { year: 2021, amount: 1000 } ; // Set the dimensions and margins of the graph var margin { top: 20, right: 30, bottom: 50, left: 60 }; var width 500 - margin.left - margin.right; var height 300 - margin.top - margin.bottom; // Append the SVG container to the designated div var svg d3.select(#stat1) .append(svg) .attr(width, width + margin.left + margin.right) .attr(height, height + margin.top + margin.bottom) .append(g) .attr(transform, translate( + margin.left + , + margin.top + )); // X scale var x d3.scaleBand() .range(0, width) .padding(0.1) .domain(data.map(function (d) { return d.year; })); // Y scale var y d3.scaleLinear() .range(height, 0) .domain(0, d3.max(data, function (d) { return d.amount; })); // Append the bars svg.selectAll(.bar) .data(data) .enter() .append(rect) .attr(class, bar) .attr(x, function (d) { return x(d.year); }) .attr(y, height) .attr(width, x.bandwidth()) .attr(height, 0) .style(fill, #FF6363) .transition() .duration(1000) .delay(function (d, i) { return i * 100; }) .attr(y, function (d) { return y(d.amount); }) .attr(height, function (d) { return height - y(d.amount); }); // Add X axis svg.append(g) .attr(transform, translate(0, + height + )) .call(d3.axisBottom(x)) .append(text) .attr(x, width / 2) .attr(y, 35) .attr(fill, #000) .attr(text-anchor, middle) .text(Year); // Add Y axis svg.append(g) .call(d3.axisLeft(y)) .append(text) .attr(transform, rotate(-90)) .attr(x, -height / 2) .attr(y, -45) .attr(fill, #000) .attr(text-anchor, middle) .text(Average Amount Spent);/script>script> // Typing effect text const typingText A boy and girl sitting on a bench at West Virginia University.; const searchInput document.getElementById(search-input); let index 0; function typeText() { if (index typingText.length) { searchInput.value + typingText.charAt(index); index++; setTimeout(typeText, 50); // Adjust typing speed (milliseconds) } } // Start typing effect when the page loads window.addEventListener(load, typeText);/script>script> function showPopup() { alert(These are example cards. If you want to try it out for yourself, click \Create a Card\.); }/script> !-- Your custom JS --> script src/static/cards/js/script.js>/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
]