CINXE.COM
Security By Design
<!DOCTYPE html> <html lang="en"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.freshworks.com/security/","20211201053441","https://web.archive.org/","web","/_static/", "1638336881"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script> (function() { var hostName = window.location.host; if(!((hostName.indexOf('content-') >= 0) || (hostName.indexOf('pre-production') >= 0) || (hostName.indexOf('localhost') >= 0))) { document.write('<script src="https:\/\/web.archive.org\/web\/20211201053441\/https:\/\/cdn-ukwest.onetrust.com\/scripttemplates\/otSDKStub.js" data-document-language="true" type="text\/javascript" charset="UTF-8" data-domain-script="2a76c653-4097-454f-9172-b4ab95061efd"><\/script>'); } })(); </script> <script type="text/javascript"> function OptanonWrapper() { OneTrust.InsertScript('/static-assets/js/websiteAnalytics.js', 'head', null, null, 'C0001'); OneTrust.InsertScript('/static-assets/js/sanitizeCookies.js', 'head', null, null, 'C0001'); if (window.sanitize) window.sanitize(); } </script> <script type="text/plain" class="optanon-category-C0004" src="//web.archive.org/web/20211201053441js_/https://cdn.freshmarketer.com/61608/70421.js" defer></script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Security By Design</title> <meta name="description" content="Security by design"> <meta name="keywords" content="Security by design, Freshworks Vulnerability Management, Freshworks Security Compliance"> <link rel="icon" size="16x16" type="image/png" href="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="96x96" type="image/png" href="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="32x32" type="image/png" href="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="icon" size="192x192" type="image/png" href="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="16x16" type="image/png" href="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="96x96" type="image/png" href="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="32x32" type="image/png" href="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <link rel="apple-touch-icon" size="192x192" type="image/png" href="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/favicon/fworks.png"/> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="on" http-equiv="cleartype"/> <meta property="og:url" content="www.freshworks.com/security"> <meta property="og:type" content="website"/> <meta property="og:title" content="Security By Design"> <meta property="og:description" content="Security by design"> <link rel="canonical" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/security/"> <meta property="og:image" content="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsucb5sw01dnghg0v6jaz5vx-fworks-og-image.full.png"/> <meta name="og:image" content="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsucb5sw01dnghg0v6jaz5vx-fworks-og-image.full.png"/> <meta name="twitter:title" content="Security By Design"/> <meta name="twitter:description" content="Security by design"/> <meta property="twitter:image" content="https://website-assets-fw.freshworks.com/attachments/cjsucb5sw01dnghg0v6jaz5vx-fworks-og-image.full.png"/> <meta content="true" name="HandheldFriendly"/> <meta content="320" name="MobileOptimized"/> <meta content="yes" name="apple-mobile-web-app-capable"/> <meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"/> <meta content="telephone=no" name="format-detection"/> <meta content="address=no" name="format-detection"/> <script> try { // url sanitize -- update current search after removing vulnerable params in the url var currentSearch = (function sanitizeQueryParams (queryString) { if (!queryString) return ''; var decoded; try { // handle malformed URL with lone '%' char decoded = decodeURIComponent(queryString); } catch (e) { decoded = queryString.replace(/%/g, '') } if (decoded.indexOf('%') > -1) { return sanitizeQueryParams(decoded); } var queryParams = decoded.slice(1).split('&').map(function (param) { var pair = param.replace(/[<>()]/g, '').split('='); // handle broken query param before encoding if(pair.length < 2) return pair; return pair[0] + '=' + encodeURIComponent(pair[1]); }).join('&'); return queryParams; })(window.location.search); if (currentSearch) { var queryParams = currentSearch.split('&'); var blackListedQueryParams = /(first_name|first-name|last-name|last_name|email|company|domain-|phone).*/gi var cleanQueryParams = '?' queryParams.forEach(function(query) { // Handling emails if (query.indexOf('@') !== -1 ) { return; }; // Handle cases that match regex var queryLeft = query.trim().split('=')[0] if (blackListedQueryParams.test(queryLeft)) return; cleanQueryParams += `${query}&` }); // Remove any trailing & cleanQueryParams = cleanQueryParams.replace(/&$/, ''); // Change the params if there is a mismatch if (window.location.search !== cleanQueryParams) { window.history.replaceState(null, null, cleanQueryParams); } } } catch (e) { console.log(e); } </script> <script type="text/javascript" defer> window.socTrack = { siteid: "www.freshworks.com", isFormTrackingEnabled: false, isApiModeEnabled: true }; (function(i, s, o, g) { var a = s.createElement(o); a.src = g; var m = s.getElementsByTagName('head')[0]; m.appendChild(a); })(window, document, 'script', (/^http:/.test(document.location) ? 'http' : 'https') + '://cdn-public.sociabble.com/blob/js/leadgen/track.min.js?v=1.7') </script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20211201053441cs_/https://use.typekit.net/pjk5ugs.css"/> <link href="/web/20211201053441cs_/https://www.freshworks.com/static-assets/css/site.css?649e55315801640a60dddd1d9da9263f" rel="stylesheet"/> <style type="text/css"> /*.apos-ui .apos-field-object { border: 1px solid #d8d8d8; padding: 20px; }*/ </style> <script type="text/plain" class="optanon-category-C0003"> document.cookie = 'cssVersion=649e55315801640a60dddd1d9da9263f; path=/; domain='+window.location.hostname+'; max-age=' + 60*60*24*365; </script> <script type="text/javascript"> window.FW = { cbQueue: [], onLoad: function(){ this.cbQueue.push(arguments) } }; </script> <meta name="google-site-verification" content="IdTKxrRe3365m2W_Qzv_MpOLzDoxe1x6ylemsrIYGAY"/> <meta name="google-site-verification" content="p1kXiLh_RXdISzpdgWbzTnGp0pbeWIXKOYGHN98BTwc"/> <link rel="alternate" hreflang="x-default" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/security/"/> <link rel="alternate" hreflang="en-US" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/security/"/> <link rel="alternate" hreflang="de" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/de/security/"/> <link rel="alternate" hreflang="nl" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/nl/veiligheid/"/> <link rel="alternate" hreflang="fr" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/fr/security/"/> <link rel="alternate" hreflang="sv" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/se/security/"/> <link rel="alternate" hreflang="es-ES" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/es/security/"/> <link rel="alternate" hreflang="es-MX" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/latam/security/"/> <link rel="alternate" hreflang="es-CO" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/latam/security/"/> <link rel="alternate" hreflang="es-AR" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/latam/security/"/> <link rel="alternate" hreflang="pt-BR" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/br/security/"/> <link rel="alternate" hreflang="ja-JP" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/jp/security/"/> <link rel="alternate" hreflang="ko" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/ko/security/"/> <link rel="alternate" hreflang="ru" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/ru/security/"/> <link rel="alternate" hreflang="tr" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/tr/security/"/> </head> <body class=" nav-transparent-secondary no-super " data-product-name="fworks" data-lang="en"> <header> <nav class="nav-scroll nav-light-bg has-secondary "> <div class="nav-primary-wrapper"> <div class="nav-primary l-page"> <div class="nav-logo-wrapper"> <div class="product-logo-wrap"> <a href="/web/20211201053441/https://www.freshworks.com/"> <img class="logo logo-fworks " src="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fworks-black.svg" alt="Freshworks"/> </a> </div> <span class="nav-burger"> <span class="nav-burger-icon"></span> </span> </div> <ul class="l-nav-list nav-main-menu"> <li class="nav-main-item card-nav has-sub-menu "> <span class="nav-label">Products</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu persona-product-wrapper persona-product-wrapper-v2"> <div class="nav-persona-product-row"> <div class="nav-persona-product-column"> <div class="persona-column-inner"> <p class="product_category">For your customers</p> <li class="nav-sub-item nav-logo-tagline"> <a rel="nofollow" href="https://web.archive.org/web/20211201053441/https://freshdesk.com/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl5g0ckzhsg007olc6wq-fdesk.svg" class="icon" alt="Freshdesk"> <h6 class="product-heading">Freshdesk</h6> <span class="desc">Delight your customers with effortless omnichannel service.</span> <span class="label">Customer support software</span> </div> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a rel="" href="/web/20211201053441/https://www.freshworks.com/crm/sales?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl510bm6hlg02akrbj33-fsales.svg" class="icon" alt="Freshsales"> <h6 class="product-heading">Freshsales</h6> <span class="desc">Grow your revenue fast with context-driven sales.</span> <span class="label">Sales CRM</span> </div> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a rel="" href="/web/20211201053441/https://www.freshworks.com/crm/marketing/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl4q0cmfi8g0f94yoxql-fmarketer.svg" class="icon" alt="Freshmarketer"> <h6 class="product-heading">Freshmarketer</h6> <span class="desc">Personalize your marketing with simple, powerful automation.</span> <span class="label">Marketing CRM</span> </div> </a> </li> </div> </div> <div class="nav-persona-product-column"> <div class="persona-column-inner"> <p class="product_category">For your employees</p> <li class="nav-sub-item nav-logo-tagline"> <a rel="nofollow" href="https://web.archive.org/web/20211201053441/https://freshservice.com/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl4t0cu6evfzkhmth9ao-fservicce.svg" class="icon" alt="Freshservice"> <h6 class="product-heading">Freshservice</h6> <span class="desc">Right size your IT service management.</span> <span class="label">IT service management</span> </div> </a> </li> <li class="nav-sub-item nav-logo-tagline"> <a rel="" href="/web/20211201053441/https://www.freshworks.com/hrms/?source=fworks&medium=referral&campaign=fworks_product_nav" class="nav-sub-label"> <div class="persona-product-card"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckrykhl4k07cxe3fz38gftbqp-fteam.svg" class="icon" alt="Freshteam"> <h6 class="product-heading">Freshteam</h6> <span class="desc">Modernize HR with a unified digital experience.</span> <span class="label">HR software</span> </div> </a> </li> </div> </div> </div> <div class="bottom-pane"> <a rel="" href="/web/20211201053441/https://www.freshworks.com/products"> <li class="nav-sub-item nav-logo-tagline bottom-pane-link fworks-bg align-center"> <span class="forward--link">View all products</span> </li> </a> </div> </ul> </li> <li class="nav-main-item card-nav has-sub-menu "> <span class="nav-label">Platform</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-hav-list has-platform-menu nav-sub-menu"> <div class="platform-card"> <div class="row"> <div class="col-md-4"> <div class="card-width"> <li class="nav-main-item-list"> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckgqmja1d0h2b6wg1n14vypim-neo.svg" class="feature-product-logo" alt="icon"> <div><p class="nav-title">Freshworks Neo</p> <p class="feature-product-description">Leverage an end-to-end, AI powered enterprise platform to unify customer experiences</p> </div> </a> </li> </div> <div class="card-width"> <li class="nav-main-item-list"> <div class="platform-nav-main-item"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckvs2ag9r05dijsg07fsuibg7-know-more.full.png" class="icon" alt="icon"> <h6 class="nav-main-item-title">Know more</h6> </div> <ul class="nav-main-item-list"> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/neo-news" class="sub-nav-link" target=""_blank""> <li class="nav-main-item-link">What's new?</li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/platform/blog/articles/" class="sub-nav-link" target=""_blank""> <li class="nav-main-item-link">Blog</li> </a> </ul> </li> </div> </div> <div class="col-md-4"> <div class="card-width"> <li class="nav-main-item-list"> <div class="platform-nav-main-item"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cksboasca00pdqcg0pkvyos74-features-icon.svg" class="icon" alt="icon"> <h6 class="nav-main-item-title">Features</h6> </div> <ul class="nav-main-item-list"> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/analytics" class="sub-nav-link"> <li class="nav-main-item-link">Analytics</li> </a> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/neo-admin-center/" class="sub-nav-link"> <li class="nav-main-item-link">Neo Admin Center</li> </a> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/neo-collaboration-platform/" class="sub-nav-link"> <li class="nav-main-item-link">Collaboration</li> </a> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/events-and-notifications/" class="sub-nav-link"> <li class="nav-main-item-link">Events and Notifications</li> </a> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/unified-customer-record/" class="sub-nav-link"> <li class="nav-main-item-link">Unified Customer Record</li> </a> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/neo-channels" class="sub-nav-link"> <li class="nav-main-item-link">Messaging Channels</li> </a> </ul> </li> </div> </div> <div class="col-md-4"> <a rel="nofollow" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/apps/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cksbodhvi00ibeffzkd5a5nf7-marketplace.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Marketplace</h6> </li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211201053441/https://developer.freshworks.com/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cksboe9x600taelfz6dsqc8yo-developer-portal-icon.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Developer Portal</h6> </li> </a> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/technology-alliances/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cksep8ifo00rc2dfz8sgnm264-technology-alliances-icon.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Technology Alliances</h6> </li> </a> <a rel="nofollow" href="/web/20211201053441/https://www.freshworks.com/platform/customer-spotlight/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cksep6hyw00jy46g06a9y9eqs-trophy-01.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Customer Spotlight</h6> </li> </a> <a rel="nofollow" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/freddy-ai/" class="partner-nav-sub-item card-width"> <img src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckvqnjx7h00rxv1g16n7wvnt2-freddy.svg" class="icon" alt="icon"> <li class="nav-sub-item-link"> <h6>Freddy AI</h6> </li> </a> </div> </div> </div> </ul> </li> <li class="nav-main-item caps-heading-12 has-sub-menu "> <span class="nav-label">Company</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/company/about/" rel=""> <span class="label"> About </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/company/leadership/" rel=""> <span class="label"> Leadership </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211201053441/https://www.freshworksrefresh2021.com/event/52b42838-fdea-4731-b8fd-51c212b052b5?RefId=4673632-Website-Homepage_Banner" rel=""> <span class="label"> Events: Refresh 2021 </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/company/partners" rel=""> <span class="label"> Partners </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/company/philanthropy/software-academy/" rel=""> <span class="label"> Philanthropy </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/company/life-at-freshworks" rel=""> <span class="label"> Life at Freshworks </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/newsroom/press-releases/" rel=""> <span class="label"> Press </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211201053441/https://ir.freshworks.com/" rel=""> <span class="label"> Investors </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/contact" rel=""> <span class="label"> Contact Us </span> </a> </li> </ul> </li> <li class="nav-main-item caps-heading-12 has-sub-menu "> <span class="nav-label">Resources</span> <i class="icon-arrow-down nav-sub-toggle"></i> <ul class="l-nav-list nav-sub-menu"> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/blogs/" rel=""> <span class="label"> Blogs </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/academy" rel=""> <span class="label"> Academy </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/resources/videos/" rel=""> <span class="label"> Videos </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211201053441/https://community.freshworks.com/" rel=""> <span class="label"> Community </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/campaigns/freshstart/" rel=""> <span class="label"> Fresh Start </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/onboarding/" rel=""> <span class="label"> Services </span> </a> </li> <li class="nav-sub-item"> <a class="nav-sub-label" href="/web/20211201053441/https://www.freshworks.com/product-adoption" rel=""> <span class="label"> Product adoption </span> </a> </li> </ul> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211201053441/https://www.freshworks.com/customers/" rel="">Customers</a> </li> <li class="nav-main-item caps-heading-12 "> <a class="nav-label" href="/web/20211201053441/https://www.freshworks.com/support" rel="">Support</a> </li> <li class="language-selector nav-main-item caps-heading-12 has-sub-menu hide-in-mobile"> <span class="selected-fw-flag fw-flag fw-flag-united-states-of-america"></span> <i class="icon-arrow-down nav-sub-toggle"></i> <div class="language-selector-card"> <div class="navigation-language-selector"> <div class="row"> <p class="region-label">North America</p><a class="col-md-4 language-wrapper active"> <span class="fw-flag fw-flag-united-states-of-america"></span><span class="label">English</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Middle East and Africa</p><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/ae/"> <span class="fw-flag fw-flag-central-african-republic"></span><span class="label">English (UAE)</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/za/"> <span class="fw-flag fw-flag-south-africa"></span><span class="label">English (South Africa)</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Europe</p><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/de/security/"> <span class="fw-flag fw-flag-germany"></span><span class="label">Deutsch</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/nl/veiligheid/"> <span class="fw-flag fw-flag-netherlands"></span><span class="label">Nederlands</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/fr/security/"> <span class="fw-flag fw-flag-france"></span><span class="label">Français</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/se/security/"> <span class="fw-flag fw-flag-sweden"></span><span class="label">Svenska</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/es/security/"> <span class="fw-flag fw-flag-spain"></span><span class="label">Español</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/pt/"> <span class="fw-flag fw-flag-portugal"></span><span class="label">Português</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/ru/security/"> <span class="fw-flag fw-flag-romania"></span><span class="label">Pусский</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/pl/"> <span class="fw-flag fw-flag-poland"></span><span class="label">Polski</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/tr/security/"> <span class="fw-flag fw-flag-turkey"></span><span class="label">Türkçe</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Latin America</p><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/latam/security/"> <span class="fw-flag fw-flag-mexico"></span><span class="label">Español</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/br/security/"> <span class="fw-flag fw-flag-brazil"></span><span class="label">Português</span> </a> </div> <div class="row pt-xs"> <p class="region-label">Asia Pacific</p><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/jp/security/"> <span class="fw-flag fw-flag-japan"></span><span class="label">日本語</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/ko/security/"> <span class="fw-flag fw-flag-korea-south"></span><span class="label">한국어</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/cn/"> <span class="fw-flag fw-flag-china"></span><span class="label">简体中文</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/th/"> <span class="fw-flag fw-flag-thailand"></span><span class="label">ภาษาไทย</span> </a><a class="col-md-4 language-wrapper" href="/web/20211201053441/https://www.freshworks.com/hk/"> <span class="fw-flag fw-flag-china"></span><span class="label">繁體中文</span> </a> </div> </div> </div> </li> <li class="nav-main-item caps-heading-12 lang-selector fworks-language-selector hide-in-tablet-and-desktop"> <form id="lang-switch" action=""> <select class="lang-options"> <option value="English (UAE)" data-link="/ae"> English (UAE) </option> <option value="English (South Africa)" data-link="/za"> English (South Africa) </option> <option value="Deutsch" data-link="/de/security"> Deutsch </option> <option value="Nederlands" data-link="/nl/veiligheid"> Nederlands </option> <option value="Français" data-link="/fr/security"> Français </option> <option value="Svenska" data-link="/se/security"> Svenska </option> <option value="Español" data-link="/es/security"> Español </option> <option value="Español" data-link="/latam/security"> Español </option> <option value="Português" data-link="/br/security"> Português </option> <option value="Português" data-link="/pt"> Português </option> <option value="日本語" data-link="/jp/security"> 日本語 </option> <option value="한국어" data-link="/ko/security"> 한국어 </option> <option value="Pусский" data-link="/ru/security"> Pусский </option> <option value="简体中文" data-link="/cn"> 简体中文 </option> <option value="ภาษาไทย" data-link="/th"> ภาษาไทย </option> <option value="Polski" data-link="/pl"> Polski </option> <option value="繁體中文" data-link="/hk"> 繁體中文 </option> <option value="Türkçe" data-link="/tr/security"> Türkçe </option> </select> </form> <span class="nav-label lang-choice" data-lang="">English</span> <i class="icon-arrow-down"></i> </li> </ul> </div> </div> <div class="nav-secondary-wrapper"> <div class="nav-secondary l-page"> <div class="nav-secondary-item caps-heading-12 has-sub-menu"> <div class="nav-secondary-label nav-secondary-buckets suppressed"> <span class="nav-label">MENU</span> <span class="nav-sub-toggle icon-arrow-down"></span> <span class="nav-sub-label">Customers</span> </div> <ul class="l-nav-list nav-sub-menu"> <div class="menu-line"></div> <li class="nav-sub-item active"> <a class="nav-sub-label " href="/web/20211201053441/https://www.freshworks.com/security" rel=""> <span>Customers</span> </a> </li> <li class="nav-sub-item "> <a class="nav-sub-label " href="/web/20211201053441/https://www.freshworks.com/security/developers" rel=""> <span>Developers</span> </a> </li> <li class="nav-sub-item "> <a class="nav-sub-label " href="/web/20211201053441/https://www.freshworks.com/security/trust" rel=""> <span>Trust</span> </a> </li> <li class="nav-sub-item "> <a class="nav-sub-label " href="/web/20211201053441/https://www.freshworks.com/security/best-practices" rel=""> <span>Best Practices</span> </a> </li> <li class="nav-sub-item "> <a class="nav-sub-label " href="/web/20211201053441/https://www.freshworks.com/security/resources" rel=""> <span>Resources</span> </a> </li> <li class="nav-sub-item "> <a class="nav-sub-label " href="/web/20211201053441/https://www.freshworks.com/security/responsible-disclosure" rel=""> <span>Responsible Disclosure</span> </a> </li> </ul> </div> </div> </div> </nav> <script type="text/javascript"> // Activate the navigation elements FW.onLoad(function () { FW.navigation.navLoader(); }); </script> </header> <div class="modal geo-modal" id="geo-modal" tabindex="-1" role="dialog" aria-labelledby="geo-modal" data-native=""> <div class="modal-dialog modal-md" role="document"> <div class="modal-content"> <div> <div class="modal-close geo-pop-close" data-dismiss="modal" aria-label="close"> <i class="icon-close"></i> </div> </div> <div class="modal-body clearfix-md"> </div> </div> </div> </div> <script type="text/javascript"> FW.onLoad(function () { var geoPopupStatus = localStorage.getItem('geoPopupStatus'); if (geoPopupStatus) { geoPopupStatus = JSON.parse(geoPopupStatus); if (geoPopupStatus[0].modalShowed) { return; } } FW.$.ajax({ url: 'https://web.archive.org/web/20211201053441/https://alfred.freshworks.com/v1/get-geo-popup-data', method: 'POST', dataType: 'json', contentType: 'application/json', success: (response, textStatus, jqXHR) => { var geoPopupCountries = { 'default-draft' : { 'countryCodes': ['US'], 'urlLocaleCode': '/', 'languageName': 'English' }, 'en-us' : { 'countryCodes': ['US'], 'urlLocaleCode': '/', 'languageName': 'English' }, 'en-eu' : { 'countryCodes': ['EU'], 'urlLocaleCode': '/eu/', 'languageName': 'English' }, 'en-ae' : { 'countryCodes': ['AE'], 'urlLocaleCode': '/ae/', 'languageName': 'English' }, 'en-za' : { 'countryCodes': ['ZA'], 'urlLocaleCode': '/za/', 'languageName': 'English' }, 'de-de' : { 'countryCodes': ['DE'], 'urlLocaleCode': '/de/', 'languageName': 'Deutsch' }, 'nl': { 'countryCodes': ['NL'], 'urlLocaleCode': '/nl/', 'languageName': 'Nederlands' }, 'fr': { 'countryCodes': ['FR'], 'urlLocaleCode': '/fr/', 'languageName': 'Français' }, 'se': { 'countryCodes': ['SE'], 'urlLocaleCode': '/se/', 'languageName': 'Svenska' }, 'es': { 'countryCodes': ['ES'], 'urlLocaleCode': '/es/', 'languageName': 'Español' }, 'ru': { 'countryCodes': ['RU'], 'urlLocaleCode': '/ru/', 'languageName': 'Pусский' }, 'it': { 'countryCodes': ['IT'], 'urlLocaleCode': '/it/', 'languageName': 'Italiano' }, 'pl': { 'countryCodes': ['PL'], 'urlLocaleCode': '/pl/', 'languageName': 'Polski' }, 'tr': { 'countryCodes': ['TR,'], 'urlLocaleCode': '/tr/', 'languageName': 'Türkçe' }, 'es-latam': { 'countryCodes': ['ES'], 'urlLocaleCode': '/latam/', 'languageName': 'Español' }, 'pt-br': { 'countryCodes': ['BR'], 'urlLocaleCode': '/br/', 'languageName': 'Português' }, 'jp': { 'countryCodes': ['JP'], 'urlLocaleCode': '/jp/', 'languageName': '日本語' }, 'ko': { 'countryCodes': ['KP', 'KR'], 'urlLocaleCode': '/ko/', 'languageName': '한국어' }, 'cn': { 'countryCodes': ['CN'], 'urlLocaleCode': '/cn/', 'languageName': '简体中文' }, 'th': { 'countryCodes': ['TH'], 'urlLocaleCode': '/th/', 'languageName': 'ภาษาไทย' }, 'vi': { 'countryCodes': ['VI'], 'urlLocaleCode': '/vi/', 'languageName': 'Tiếng Việt' }, 'hk': { 'countryCodes': ['HK'], 'urlLocaleCode': '/hk/', 'languageName': '繁體中文' } }; var localization = null; try { localization = JSON.parse("[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"); } catch(e) {} FW.Utils.LocationUtilities.onLocationReady(function (geoLocation, simpleGeoLocation) { var pageLocale = 'en-us' || null; if(pageLocale && geoPopupCountries[pageLocale]) { var countryCodes = geoPopupCountries[pageLocale].countryCodes if (!(countryCodes.includes(simpleGeoLocation.countryCode))) { FW.$.each( geoPopupCountries, function( key, value ) { if(value.countryCodes.includes(simpleGeoLocation.countryCode)) { var linkWrapper = FW.$('.geo-popup-link-wrapper').find(`[data-lang="${key}"]`); if (linkWrapper.length > 0 ) { var geoPopupObj = response.geoPopupArray.find(x => x.geo_popup_locale === key); if (geoPopupObj && geoPopupObj.geo_popup_product && geoPopupObj.geo_popup_product.includes('fworks')) { var showPopup = false; if (geoPopupObj.geo_popup_is_all_pages === 'all' || (geoPopupObj.geo_popup_specific_pages.filter(i => i.link_custom === '/security').length > 0)) { showPopup = true; } if (showPopup) { FW.$('.geo-popup-content-wrapper').find(`[data-geopopup-locale]`).addClass('hide'); FW.$('.geo-popup-link-wrapper').find(`[data-lang]`).addClass('hide'); var contentWrapper = FW.$('.geo-popup-content-wrapper').find(`[data-geopopup-locale="${key}"]`); contentWrapper.removeClass('hide'); FW.$('.geo-popup-link-wrapper').find(`[data-lang="${key}"]`).removeClass('hide'); var visitText = contentWrapper.find(`.visit-text`).val(); var continueText = contentWrapper.find(`.continue-text`).val(); continueText = continueText && continueText.replace('<<>>', value.languageName); var domain = window.location.hostname; linkWrapper.find('.visit-label').text(visitText); linkWrapper.find('.continue-label').text(continueText); // linkWrapper.find('.native-link-label').text(`${domain}${value.urlLocaleCode}`); // linkWrapper.find('.current-link-label').text(`${domain}${geoPopupCountries[pageLocale].urlLocaleCode}`); linkWrapper.find('.current-link').attr(`href`, window.location.href); FW.modalbox(); FW.$('#geo-modal').modal('show'); window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'geoPopupTriggered' }); FW.$('#geo-modal').on('hidden.bs.modal', function () { localStorage.setItem('geoPopupStatus', JSON.stringify([{'modalShowed': true, 'currentSlug': 'currentPage', 'targetSlug': 'slug', 'product': 'product'}])) }); } } } } }); } } FW.$('.native-link').on('click', function(e){ e.preventDefault(); FW.$('#geo-modal').modal('hide'); window.location.href = FW.$(this).attr('href'); }) }); }, error: (jqXHR, textStatus, err) => { // alert(1) } }); }); </script> <section class="l-section first-fold" data-scroll-target="" id=""> <div class="l-page container"> <div class="l-section-heading align-center"> <h2 class="align-center">Security By Design</h2> <p>Over 50,000 customers across the globe trust us with their data security. We back ourselves up with robust data security and privacy practices that form an integral part of our product engineering and service delivery principles. Following the tenets of security by design, security is at the heart of how we build our products, secure your data and provide high resiliency. We have a top-down governance and security in our DNA that lets us constantly wade through our threat vectors and calibrate to strengthen our security posture. That way, we align to the changing business and technology landscape.</p> </div> <div class="customer-logos "> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211201053441/https://website-assets-fw.freshworks.com/attachments/cjsczn7hm00cezhg08ush5aj8-group-53-2x.one-half.png" data-srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsczn7hm00cezhg08ush5aj8-group-53-2x.full.png 2x" src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsczn7hm00cezhg08ush5aj8-group-53-2x.one-sixth.png" srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsczn7hm00cezhg08ush5aj8-group-53-2x.one-sixth.png 2x"/> <img class="original-image fadeIn no-max-width " alt="" title="" src="/web/20211201053441im_/https://www.freshworks.com/security/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211201053441/https://website-assets-fw.freshworks.com/attachments/cjsg0k4e909e9mug0bz4ripvs-group-45-2x.one-half.png" data-srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsg0k4e909e9mug0bz4ripvs-group-45-2x.full.png 2x" src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsg0k4e909e9mug0bz4ripvs-group-45-2x.one-sixth.png" srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsg0k4e909e9mug0bz4ripvs-group-45-2x.one-sixth.png 2x"/> <img class="original-image fadeIn no-max-width " alt="" title="" src="/web/20211201053441im_/https://www.freshworks.com/security/" srcset=""/> </div> </div> <div class="customer-logo"> <div class="lazy-image-wrapper " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211201053441/https://website-assets-fw.freshworks.com/attachments/ckpph3gk201mjlyg1ndy6pwvf-ski-ce.one-half.jpg" data-srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckpph3gk201mjlyg1ndy6pwvf-ski-ce.full.jpg 2x" src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckpph3gk201mjlyg1ndy6pwvf-ski-ce.one-sixth.jpg" srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/ckpph3gk201mjlyg1ndy6pwvf-ski-ce.one-sixth.jpg 2x" style="width: 50%"/> <img class="original-image fadeIn width-50 " alt="" title="" src="/web/20211201053441im_/https://www.freshworks.com/security/" srcset=""/> </div> </div> </div> </div> </section> <section id="" class="section-content-grid l-section " data-scroll-target=""> <div class="l-page container l-grid"> <div class="l-section-heading"> <h2 class="align-center">Behind the scenes</h2> <p class="align-center">Freshworks being a custodian of customers' data, a multi-fold model of security architecture, robust product delivery and highly resiliant service platform, are the key tenets of it's service delivery.</p> </div> <div class="row"> <div class="l-col-widget col-sm-4"> <div class="icon-big " style="margin: 0 auto; background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsj5f04g00aqq6g0y6udeepn-easy-to-use-and-set-up.svg);"></div> <div class="align-center "> <h6>Protecting your data</h6> <p>Multi-tiered data security model<br/> </p> </div> </div> <div class="l-col-widget col-sm-4"> <div class="icon-big " style="margin: 0 auto; background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsd02lih00ijzhg0mzqs05e8-group-3.svg);"></div> <div class="align-center "> <h6>Secure Product Build</h6> <p>End-to-end security in product lifecycle<br/> </p> </div> </div> <div class="l-col-widget col-sm-4"> <div class="icon-big " style="margin: 0 auto; background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse2y4ff00su0cg01ue500xp-collaborative-customer-support-67.svg);"></div> <div class="align-center "> <h6>Highly Resilient Architecture</h6> <p>Always lights-on for your business<br/> </p> </div> </div> </div> </div> </section> <section class="section-bucket section-light-bg feature-bucket pt-xl " data-scroll-target="" id=""> <div class="l-page container"> <div class="row"> <div class="feature-bucket-desc mb-lg col-md-4"> <h2>Protecting your data</h2> <p>We understand the value of data. With our robust system of data safeguards, we allow you to focus on the data rather than on its security</p> <p> </p> <div class="lazy-image-wrapper feature-bucket-image " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211201053441/https://website-assets-fw.freshworks.com/attachments/cjsd4b3eb015fzgg01aftpkyv-bitmap-copy-3.svg" data-srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsd4b3eb015fzgg01aftpkyv-bitmap-copy-3.svg" src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsd4b3eb015fzgg01aftpkyv-bitmap-copy-3.svg" srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsd4b3eb015fzgg01aftpkyv-bitmap-copy-3.svg 2x" style="width: 50%"/> <img class="original-image fadeIn width-50 " alt="" title="" src="/web/20211201053441im_/https://www.freshworks.com/security/" srcset=""/> <p>Our secure hosting partner</p> </div> </div> <div class="col-md-8 l-grid"> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsd4fkf50159zhg0h8dvb2cq-group-5.svg);"></div> <h6>Virtual Private Cloud</h6> <p>Hosted in dedicated VPCs in non-promiscuous mode that are further segmented for increased security and manageability.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsj69tpo00fqq6g0wlbz34xw-group-41.svg);"></div> <h6>Perimeter Security</h6> <p>Routing rules hardened based on pre-established criteria for various permissible transactions across all resources.</p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse33qef00xv0cg0bkh1rt7g-asset-632.svg);"></div> <h6>Access Controls</h6> <p>Role-based access through IAM that enforces segregation of duties, two-factor authentication and end-to-end audit trails ensuring access is in accordance with security context.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small feature-description-icon-d" style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse7rcpy02800hg0i8m8ldgh-asset-692-1.svg);"></div> <h6>Encryption</h6> <p>AES 256 bit encryption for data at Rest and HTTPS with TLS 1.2 encryption for data in transit.<br/> </p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse35qtq00zs0cg02xat0uxd-asset-695.svg);"></div> <h6>Management Plane</h6> <p>Secure administrative tunnel with whitelisted IP addresses for secure connection to the servers for administrative purposes, through a bastion host.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse398hc01460cg0r3h4sg1h-problem-management.svg);"></div> <h6>Malware & Spam Protection</h6> <p>Malware and Spam protection applied based on latest threat signatures and supports real-time scanning and security.<br/> .</p> </div> </div> </div> </div> <!-- End row --> </div> </section> <section class="section-bucket feature-bucket l-section " data-scroll-target="" id=""> <div class="l-page container"> <div class="row"> <div class="feature-bucket-desc mb-lg col-md-4"> <h2>Secure Product Build</h2> <p>Information security and data privacy requirements are baked into every release cycle and form part of the blueprint considerations of the product.<br/> </p> </div> <div class="col-md-8 l-grid"> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse3j1yw00tq0hg05s43y123-asset-607.svg);"></div> <h6>Product Roadmapping</h6> <p>Product road-map is defined and reviewed periodically by the Product Owner. Security fixes are prioritized and are bundled in the earliest possible sprint.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse3xq8201gy0cg01goeabqy-asset-689.svg);"></div> <h6>DevOps Squad</h6> <p>Our DevOps sprints are powered by a multi disciplinary Squad of members including the Product Owner, Squad Lead, Tribe Lead and Members, and Quality Assurance.</p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse3l8yj01c20cg0hwbexxx3-asset-582.svg);"></div> <h6>Code Review</h6> <p>All changes are tested by the Quality Assurance team and criteria are established for performing code reviews, web vulnerability assessment, and advanced security tests.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse40vy000xe0hg0x36zwj9r-asset-612.svg);"></div> <h6>Quality Assurance</h6> <p>Builds are put through a stringent functionality tests, performance tests, stability tests, and Ux tests before the build is certified "Good to go".</p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse42usx01jk0cg0gozdmyq0-group-26.svg);"></div> <h6>Version Control</h6> <p>Source Code is managed centrally with version controls and access restricted based on various teams that are assigned to specific sprints. Records are maintained for code changes and code check-ins and check-outs.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse44x9401l40cg0yjro8cw9-asset-700.svg);"></div> <h6>Segregation of Duties</h6> <p>Access to the production is restricted to very limited set of users based on the job roles. Access to the production environment for developers and Quality Assurance team members are restricted based on their job responsibilities.<br/> </p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse46iuw010l0hg0k4otigj3-group-9.svg);"></div> <h6>Blue-Green Deployment</h6> <p>We follow blue-green deployment strategy for deployment of changes to production environment that allows us to deploy upgrades in a seamless manner.</p> </div> </div> </div> </div> <!-- End row --> </div> </section> <section class="section-bucket section-light-bg feature-bucket l-section " data-scroll-target="" id=""> <div class="l-page container"> <div class="row"> <div class="feature-bucket-desc mb-lg col-md-4"> <h2>Highly Resilient Architecture</h2> <p>The architecture is built with resiliency in mind that ensure high availability for the product and data.</p> <div class="lazy-image-wrapper feature-bucket-image " style=""> <img class="lazy-image " data-src="https://web.archive.org/web/20211201053441/https://website-assets-fw.freshworks.com/attachments/cjsd4b3eb015fzgg01aftpkyv-bitmap-copy-3.svg" data-srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsd4b3eb015fzgg01aftpkyv-bitmap-copy-3.svg" src="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsd4b3eb015fzgg01aftpkyv-bitmap-copy-3.svg" srcset="https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjsd4b3eb015fzgg01aftpkyv-bitmap-copy-3.svg 2x" style="width: 50%"/> <img class="original-image fadeIn width-50 " alt="" title="" src="/web/20211201053441im_/https://www.freshworks.com/security/" srcset=""/> <p>Our secure hosting partner</p> </div> </div> <div class="col-md-8 l-grid"> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse4u9jl01qj0cg0llfgunpu-group-27.svg);"></div> <h6>Component Redundancy</h6> <p>All components are deployed in ‘n+1’ mode across multiple availability zones configured in active - active mode behind a load balancing service.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse4ww8x01670hg0tbih50zi-group.svg);"></div> <h6>Highly Scalable DNS</h6> <p>Route users to the best endpoint based on geo-proximity, latency, health, and other considerations.</p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse69w80024u0cg037c2i65o-plb.svg);"></div> <h6>Platform Load Balancing</h6> <p>Automatically distribute application traffic across multiple availability zones that supports high availability, auto scaling and robust security.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse52ugu01uh0cg0p934rl4v-group-52.svg);"></div> <h6>Data Backup</h6> <p>Near real-time backups are maintained in another AWS Availability Zones. Cloud Snapshots are taken every day and retained for the last seven days.</p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse56pwf01850hg0xo7a12i2-group-13.svg);"></div> <h6>Cross Geo Redundancy</h6> <p>Mirrored multiple Availability Zones are setup and serves customers in real-time thereby providing seamless DR capability.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse59jhj01a10hg0qtawirpq-info-sec-initiative-copy.svg);"></div> <h6>Incident & Breach Management</h6> <p>Procedures are established for reporting incidents, and tracking it for timely communication, investigation and resolution.</p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse5y26k01ex0hg09po7u448-group-22.svg);"></div> <h6>Content Distribution Network</h6> <p>Geographically distributed network of proxy servers and their data centers. The goal is to distribute service spatially relative to end-users to provide high availability and high performance.</p> </div> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse66zua01hh0hg0ge2wcqio-custom-url.svg);"></div> <h6>Security Operations</h6> <p>Situation awareness through the detection, containment, and remediation of any suspected or actual security incidents. Tactical rules and data sensors are configured to provide suitable early warnings and alerts. </p> </div> </div> <div class="row"> <div class="l-col-widget col-sm-6"> <div class="icon-small " style=" background-image: url(https://web.archive.org/web/20211201053441im_/https://website-assets-fw.freshworks.com/attachments/cjse6d6nb027i0cg07seh671r-cm.svg);"></div> <h6>Capacity Management</h6> <p>Proactive capacity monitoring based on conservative thresholds and on-demand capacity expansion capability through our highly elastic hosting partners.</p> </div> </div> </div> </div> <!-- End row --> </div> </section> <footer> <div class="footer-main"> <div class="footer-navs l-page clearfix-lg"> <div class="row"> <div class="col-md-4 footer-left-section"> <div class="row"> <div class="col-sm-6"> <div class="footer-nav-title footer-nav-title-logo"> <a href="/web/20211201053441/https://www.freshworks.com/"> <img class="logo logo-fworks footer-logo" src="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/common/company/logos/logo-fworks-black.svg" alt="Freshworks"/> </a> <i class="icon-arrow-down"></i> </div> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211201053441/https://freshdesk.com/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="nofollow" class="">Freshdesk</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/crm/sales?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshsales</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/crm/marketing/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshmarketer</a></li> <li><a href="https://web.archive.org/web/20211201053441/https://freshservice.com/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="nofollow" class="">Freshservice</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/hrms/?source=fworks&medium=referral&campaign=fworks_footer_main" rel="" class="">Freshteam</a></li> </ul> </div> <div class="col-sm-6"> <p class="footer-nav-title caps-heading-12"> COMPANY <i class="icon-arrow-down"></i> </p> <ul class="footer-nav"> <li><a href="/web/20211201053441/https://www.freshworks.com/company/about/" rel="" class="">About</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/company/leadership/" rel="" class="">Leadership</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/company/board" rel="" class="">Board of Directors</a></li> <li><a href="https://web.archive.org/web/20211201053441/https://ir.freshworks.com/" rel="" class="">Investors</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/customers/" rel="" class="">Customers</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/company/affiliate-partner/" rel="" class="">Affiliates</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/company/partners/reseller-partner-program/" rel="" class="">Partners</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/company/philanthropy/software-academy" rel="" class="">Philanthropy</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/company/careers/" rel="" class="">Careers</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/newsroom/press-releases/" rel="" class="">News room</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/gdpr/" rel="" class="">GDPR</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/company/sales-and-service-tax-faqs" rel="" class="">Tax FAQs</a></li> <li><a href="/web/20211201053441/https://www.freshworks.com/contact/" rel="" class="">Contact us</a></li> </ul> </div> </div> </div> <div class="col-md-8 footer-right-section"> <div class="row"> <div class="col-sm-6"> <p class="footer-nav-title caps-heading-12"> EVENTS <i class="icon-arrow-down"></i> </p> <ul class="footer-nav"> <li><a href="https://web.archive.org/web/20211201053441/http://www.freshworksrefresh2021.com/?RefId=4673632-Website-Homepage_Banner" rel="" class="">Refresh 2021</a></li> <li><a href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/campaigns/on-festival/" rel="" class="">ON Festival</a></li> </ul> </div> <div class="col-sm-6"> <p class="footer-nav-title caps-heading-12"> CONNECT WITH US <i class="icon-arrow-down"></i> </p> <ul class="footer-nav social-connect-nav"> <li><a href="https://web.archive.org/web/20211201053441/https://www.facebook.com/FreshworksInc/" rel="" target="_blank"><i class="icon-facebook"></i></a></li> <li><a href="https://web.archive.org/web/20211201053441/https://twitter.com/freshworksinc" rel="" target="_blank"><i class="icon-twitter"></i></a></li> <li><a href="https://web.archive.org/web/20211201053441/https://www.youtube.com/channel/UCYtaa2E7NSvf3uD9DbsDYZA" rel="" target="_blank"><i class="icon-youtube"></i></a></li> <li><a href="https://web.archive.org/web/20211201053441/https://www.linkedin.com/company/1377014" rel="" target="_blank"><i class="icon-linkedin"></i></a></li> <li><a href="https://web.archive.org/web/20211201053441/https://www.glassdoor.com/Overview/Working-at-Freshworks-EI_IE1680273.11,21.htm" rel="" target="_blank"><i class="icon-glassdoor"></i></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="footer-copyrights"> <div class="l-page clearfix-lg"> <div class="footer-nav copyrights-nav hide-in-mobile"> <a href="/web/20211201053441/https://www.freshworks.com/terms/" rel="">Terms of service</a> <a href="/web/20211201053441/https://www.freshworks.com/privacy/" rel="">Privacy Notice</a> <a href="/web/20211201053441/https://www.freshworks.com/take-down/" rel="">Takedown Policy</a> <a href="/web/20211201053441/https://www.freshworks.com/gdpr/" rel="">GDPR</a> <a href="/web/20211201053441/https://www.freshworks.com/security/" rel="">Security</a> <a href="/web/20211201053441/https://www.freshworks.com/csr-policy" rel="">CSR Policy</a> <a target=""_blank"" href="/web/20211201053441/https://www.freshworks.com/company/sales-and-service-tax-faqs" rel="">Tax FAQs</a> <a href="/web/20211201053441/https://www.freshworks.com/privacy/gdpr/unsubscribe/" rel="">Unsubscribe</a> </div> <p class="footer-copyrights-text">Copyright © Freshworks Inc. All Rights Reserved</p> </div> </div> </footer> <script type="text/javascript"> FW.onLoad(function() { FW.footer(); }); </script> <script type="text/javascript"> FW.onLoad(function() { FW.legal.init(); }); </script> <link href="/web/20211201053441cs_/https://www.freshworks.com/static-assets/css/non-critical.css" rel="stylesheet"/> <div id="modal-backdrop"></div> <div id="form-modal-holder"></div> <div id="eu-cookie-policy-popup"> <div class="l-page"> <div class="popup-container"> <div class="text col-md-9"><p>We use cookies to offer you a better browsing experience, analyse site traffic, personalize content, and serve targeted advertisements. Read about how we use cookies in our <a href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/privacy">Privacy Notice</a>. Our <a href="https://web.archive.org/web/20211201053441/https://www.freshworks.com/list-of-cookies">Cookie Policy</a> provides information about managing cookie settings.</p> </div> <div class="options col-md-3"> <div class="button button--solid button--small button--black accept-cookies"> Accept Cookies </div> </div> </div> </div> </div> <div id="modal-search"> <div class="modal-wrapper"> <i class="icon-close"></i> <div id="searchbox"></div> <div id="infinite-hits"></div> <div id="pagination"></div> <div class="no-results"> <img src="/web/20211201053441im_/https://www.freshworks.com/static-assets/images/fservice/no-results-illustration.svg" alt="no results"/> <p>Sorry, our deep-dive didn’t help. Please try a different search term.</p> </div> </div> </div> <script type="text/javascript"> (function(){ function loadFreshworksJS(event) { var script = document.createElement('script') script.type = 'text/javascript' script.src = "/static-assets/js/freshworks.js?a09f57659ee999c1c9a1bb597afd04a8" document.body.appendChild(script) } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", loadFreshworksJS) } else { // `DOMContentLoaded` already fired loadFreshworksJS() } })(); </script><!-- Data Layer Initialization --> <script type="text/javascript"> window.addEventListener('load', function () { window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'tvc_pageDomain', 'pageDomain': 'FWorks' }); }); </script> <!-- Render Google Tag Manager Scripts for pt-br locale --> <!-- To be added in laylout master globally after complete leadspace integration. Adding it here for testing purpose Needs to remove--> <!-- Snippet ends here --> <!-- Freshsales Snippet --> <script type="text/plain" class="optanon-category-C0004" defer> function createTempFunction(function_name) { (window.freshsales)[function_name]=function() { (window.freshsales).push([function_name].concat(Array.prototype.slice.call(arguments,0))) }; } (function(url, app_token) { window.assets_url='//web.archive.org/web/20211201053441/https://d952cmcgwqsjf.cloudfront.net'; window.freshsales = window.freshsales || []; functions_list='init identify trackPageView trackEvent set'.split(' '); for(var i=0; i < functions_list.length; i++) { var function_name = functions_list[i]; createTempFunction(function_name); } var script_tag = document.createElement('script'); script_tag.async=1; script_tag.src= window.assets_url +'/assets/analytics.js'; var first_script_tag = document.getElementsByTagName('script')[0]; first_script_tag.parentNode.insertBefore(script_tag,first_script_tag); freshsales.init(url, app_token); })('//web.archive.org/web/20211201053441/https://freshdesk.freshsales.io','f32623a7e00c7a247c86a174268542be'); </script> <!-- End Freshsales Snippet --> <!-- Google Tag Manager --> <script type="text/plain" class="optanon-category-C0001">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://web.archive.org/web/20211201053441/https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-WQKBJ88');</script> <!-- End Google Tag Manager --> <noscript><iframe src="https://web.archive.org/web/20211201053441if_/https://www.googletagmanager.com/ns.html?id=GTM-WQKBJ88" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> </body> </html> <!-- FILE ARCHIVED ON 05:34:41 Dec 01, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 03:53:18 Dec 01, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.556 exclusion.robots: 0.028 exclusion.robots.policy: 0.017 esindex: 0.011 cdx.remote: 76.618 LoadShardBlock: 56.631 (3) PetaboxLoader3.datanode: 88.53 (4) load_resource: 101.373 PetaboxLoader3.resolve: 40.375 -->