Request a demo

A secure experience engineered for growth

Your data security and privacy are a top priority for BetterUp and we value the trust that you place in our platform offerings.

trust-and-security-enterprise-grade

Enterprise-Grade Security

Security and Privacy are at the center of how we continue to enhance customer trust, and BetterUp invests heavily to protect the confidentiality, integrity, availability, security, and privacy of customer data. BetterUp continuously assesses and implements additional measures to help improve our security program and address the ever-changing threat landscape.

Icon_01
Best in Class Tone at the Top BetterUp has an active Information Security Committee ISC in place. The Executive leadership and the BetterUp Board is provided with periodic updates on the overall security threats, hygiene, and maturity of the Information Security Program.
Icon_02
Best in Class Security Certification BetterUp holds an ISO 27001 certification and SOC 2 Type II report. We continue our pursuit to improve and achieve robust industry accreditations/ certifications.
Icon_03
Robust Shared Security Model BetterUp uses the AWS US regions with multiple availability zones (Multi-Az) model. The production environment is managed by Heroku, a Salesforce company. Heroku’s managed PaaS includes a Web Application Firewall (WAF) in a private space (aka micro-segment). AWS and Heroku's have several security and privacy certifications including SOC 2 Type II and ISO 27001.

Certifications, standards & regulations

Protecting your company and employee data is our top priority. We earn your trust every day by complying with international privacy, security, and confidentiality protocols, regulations, and requirements.

SOC 2 Type II
SOC 2 Type II
gdpr
GDPR
ccpa
CCPA
mark-of-trust-certified-ISOIEC-27001-information-security-management-black-logo-En-GB-1019-1
ISO 27001
specialist
Risk Intelligent Program
The risk-driven Information Security Program includes administrative, technical, and physical safeguards to align with applicable requirements, standards, and best practices.
ondemand-a_2321
Suite of Security Safeguards
BetterUp maintains a comprehensive suite of information security policies that is regularly reviewed, updated, and approved on a predefined schedule.
dedicated
Dedicated Team
BetterUp has a dedicated Information Security team to ensure BetterUp products and customer data are protected.

Risk management: the foundation of BetterUp's security

Risk management serves as the foundation of BetterUp’s Information Security Program. BetterUp conducts industry-standard security risk assessments periodically to identify, analyze, monitor, and respond to risk.

Our multi-faceted approach also includes using multiple sources of input such as vulnerability assessments, penetration testing, and other forms of security review to capture the holistic state of our security posture.

Risk treatments are strategically planned and prioritized with key stakeholders to ensure alignment with security and business objectives. Cross-functional collaboration with the ISC is integral in the review and management of information security risk.

trust-and-security-program-governance-1
trust-and-security-program-governance-2

Program governance

BetterUp’s Information Security Committee (ISC) is a governing body consisting of cross-functional management representatives at BetterUp. The ISC meets on a regular basis to advise, prioritize, and enable the Information Security Program.

People Security
Processes and policies are in place to ensure the security of our personnel throughout their BetterUp journey.
Data Security
Keeping your data secure and private is a top priority at BetterUp. We follow global security and privacy principles in the design of our products that safeguard your data.
Secure Development
BetterUp uses secure coding standards and practices that supports the principles of agile development.
Monitoring & Response
Monitoring mechanisms and response procedures are managed to enable awareness and resilience in the face of security threats.
Penetration Testing
Independent penetration testing and automated testing in our secure development practices are conducted to enable the identification and mitigation of vulnerabilities.
FAQs
Explore our Frequently Asked Questions section for answers and details to some of our customers' common inquiries.

People security

PERSONNEL SECURITY MANAGEMENT

BetterUp maintains established policies and procedures designed to standardize employee onboarding and offboarding using automated processes, enabled by using identity and access management (IAM) solutions. Background checks are performed on new employees, contingent workers, and coaches in accordance with BetterUp’s hiring procedures prior to onboarding. Confidentiality agreements and terms of acceptable use are in place for each party respective of their classification.

SECURITY AWARENESS TRAINING

In order to promote a culture that enables members of BetterUp’s workforce to safeguard data and information in a secure manner, BetterUp maintains a comprehensive Security Awareness Training program to address general and role-based security training.

POLICY COMMUNICATION & ENFORCEMENT

People security policies are communicated internally and available for reference in a centralized location. Known violations of policies follow an established disciplinary and enforcement process.

Data security

ENCRYPTION

BetterUp data is encrypted in transit and storage using industry-standard ciphers and methods. This includes the use of AES-256 and TLS encryption ciphers. Encryption keys are stored securely with limited access. Advanced encryption is applied to various application infrastructure layers, and can include disk, application, and database encryption. Sharing of encryption keys is prohibited and key management procedures are reviewed on a yearly basis.

PRODUCT ACCESS CONTROLS

BetterUp provides a number of mechanisms to help customers keep their data secure and control access. This includes a series of controls that are based on the principle of least privilege. Customers can configure two-factor authentication and we encourage all customers to enable integration into their Federated Identity Provider through SAML. BetterUp’s platform is fully responsive across desktop, laptop, and mobile devices. It supports industry-standard SAML 2.0 for Single Sign-on (SSO) and user authentication. Security event and audit logs are collected and continuously monitored to detect and respond to anomalous behavior.

Multi-factor authentication (MFA) is required for BetterUp Coaches and employees to access BetterUp information systems and resources. Access is controlled through a central directory system, with access limited and granted based on the principle of least privilege.

The BetterUp platform delivers a user-friendly experience for members, Coaches, and program leaders through the implementation of role-based access features.

NETWORK CONTROLS

The BetterUp platform is built on isolated, private networks using security groups and firewalls within virtual private clouds (VPC). All inbound and internal traffic is restricted to specific ports across a limited group of machines. All traffic rates, sources, and types are actively monitored at various points in the network beyond ingress and firewalls. BetterUp logically isolates customer data using application container technology and unique identifiers, which assures that access to customer data is limited to only that customer.

DATA RETENTION & DISPOSAL

Customer data will be deleted upon written request. Data is retained as needed to satisfy data classification and/or external requirements. Processes are in place for the secure disposal of tangible property containing Customer Data are in place and take into account available technology so that Customer Data cannot practicably be read or reconstructed

Secure development lifecycle (SDL)

AGILE DEVELOPMENT

BetterUp has a dedicated cross-functional team to drive the Secure Development Lifecycle (SDL) that supports the principles of agile development.

This group is responsible for the coordination, communication, refinement, development of and adherence to security controls in our processes. In order to ship secure, high-quality products at pace, BetterUp leverages automated Security Testing to identify any potential vulnerabilities within source code, dependencies, and underlying infrastructure before releasing to our customers.

STATIC APPLICATION SECURITY TESTING (SAST)

BetterUp analyzes the application source code to determine bugs, technical debt, and security vulnerabilities. A strict scoring criterion is adhered to by the Engineering teams to ensure not only the security of code in our products but quality as well. Any code not meeting these criteria is not shipped until resolved.

DEPENDENCY AND 3RD PARTY LIBRARY SCANNING

BetterUp analyzes project dependencies to determine vulnerabilities. Strict scoring criteria prevent the shipment of vulnerable dependencies in a product until it is resolved by Engineering teams.

DYNAMIC APPLICATION SECURITY TESTING (DAST)

BetterUp runs automated web application scans against the platform on a frequent basis. This allows for bugs, common exploits, security vulnerabilities, and issues to be discovered early on in the development process. By automating this approach, BetterUp is able to improve the quality and security of our platform for our customers.

CONTAINER SECURITY

BetterUp performs a vulnerability assessment on all container images to detect any vulnerable software running on a given container. Strict scoring criteria prevent the shipment of a vulnerable container until it is resolved by Engineering teams. A passing score is required for deployment.

CODE STANDARDS AND ROLE-BASED ACCESS CONTROL

In alignment with industry best practices, BetterUp has developed a baseline of source code control standards to provide proper hygiene around code repositories supporting our platform. These standards are developed across the company and automation has been deployed to enforce them. Standards automatically being enforced include but are not limited to: role-based access control, least privilege, code & repository ownership, segregation of duties, branch protections, and secrets management.

Security monitoring & response

LOGGING & MONITORING

BetterUp’s security logs are collected, aggregated, and correlated using a centralized security information and event management (SIEM) solution. Industry-standard log protection mechanisms are in place to ensure the integrity of the logs generated. BetterUp engages a managed security service provider (MSSP) for monitoring and response services.

INCIDENT RESPONSE

BetterUp has security incident response procedures in place to be followed in the event of any security breach. These procedures include areas that cover roles and responsibilities, investigation, communication, event logging, and remediative actions to be taken.

CONTINGENCY PLANNING

Availability of data is protected through the use of data replication and backup services provided by AWS and Heroku. Data backups are captured on a periodic basis according to a defined schedule. Backups are stored across multiple high availability zones. BetterUp leverages automated scaling to centrally deploy backup policies to configure, manage, and govern backup activity across BetterUp’s AWS resources.

Business continuity and disaster recovery plans and processes are maintained for responding to an emergency or adverse event that could damage Customer Data or production systems that contain Customer Data. Data restore testing exercises are completed semi-annually employing methodologies based on best practices and various scenarios. Test results enable BetterUp to verify the integrity of backup data and assurance in achieving recovery point and time objectives (RPO/RTO).

Penetration testing

PENETRATION TESTING

BetterUp leverages third parties for independent penetration tests of our applications, services and businesses as a whole. These have resulted in continuous updates to our products and processes for improving security and reliability. These assessments are part of ongoing compliance and security requirements to keep BetterUp as a trusted provider of services.

A customer-facing redacted executive summary is made available to customers under mutual non-disclosure agreement.

FAQS

Initial onboarding & data load

Q: HOW DO YOU PERFORM THE INITIAL ONBOARDING OF MEMBERS?

BetterUp is an invite-only platform and an invitation link is sent to specific individuals that are manually added. This member can access the BetterUp Platform and upload the CSV file to invite the remaining participant.

Q: WHAT DATA IS NEEDED?

BetterUp needs members to provide first name, last name, and email address for accessing the platform. The members who choose to use our Mobile app will be required to provide their mobile numbers. Many of our customers also provide us information such as title, department, and location. This is only a representative sample and not a comprehensive list.

Q: HOW IS DATA LOADED INTO BETTERUP?

BetterUp supports three options for data upload:
  1. An authorized individual could upload and attach the data required.
  2. An authorized individual could manually send/forward this file to the assigned Deployment Manager or open a Helpdesk ticket.
  3. BetterUp can help set up a secure file transfer such as S-FTP on a case-by-case basis.
  4. BetterUp supports custom integrations with HRIS systems such as Workday.

Data protection

Q: HOW IS CUSTOMER DATA-AT-REST AND DATA-IN-TRANSIT PROTECTED?

BetterUp data is encrypted in transit and storage using industry-standard ciphers and methods. This includes the use of AES-256 and TLS encryption ciphers. Encryption keys are stored securely with limited access using Key Management Services (KMS) that is fully managed by AWS.

BetterUp is a multi-tenant system and does not support Bring-Your-Own-Key (BYOK) for customers. Advanced encryption is applied to various application infrastructure layers, and can include disk, application, and database encryption.

Q: DO YOU SUPPORT SECURE DELETION (E.G., DEGAUSSING/CRYPTOGRAPHIC WIPING) OF ARCHIVED AND BACKED-UP DATA AS DETERMINED BY THE TENANT?

BetterUp has a Data Deletion and Media Sanitization Policy, Standards, and Guidelines in place. The existence of these policies and the related controls have been validated by an Independent Auditor as part of the SOC 2 Type II report. BetterUp, upon customer’s written request of data erasure, shall remove the customer’s data from all BetterUp storage media, including cloud provider’s storage services within thirty (30) days of the request. Unless otherwise instructed or pursuant to applicable law, BetterUp will retain the data for seven (7) years. Upon request, BetterUp will provide the customer with a log or copy of the data that was deleted.

Cloud-Based (AWS) Media: When AWS determines that media has reached the end of its useful life, or it experiences a hardware fault, AWS follows the techniques detailed in Department of Defense (DoD) 5220.22-M (“National Industrial Security Program Operating Manual”) or NIST SP 800-88 (“Guidelines for Media Sanitization”) to destroy data as part of the decommissioning process. Please refer to the AWS website for more information: https://aws.amazon.com/compliance/data-center/controls/

Q: WHAT ARE YOUR DATA SHARING AND RETENTION POLICIES AND PRACTICES?

The BetterUp platform uses third-party vendors and services such as AWS, Heroku, and TokBox. Please refer to the SOC 2 Type II report section III C and H for more information. Unless otherwise instructed or pursuant to applicable law, BetterUp will retain the data for seven (7) years.

Q: WHERE IS THE CUSTOMER DATA HOSTED?

Customer data is hosted in the United States.

Q: HOW IS THE CUSTOMER DATA SEPARATED/ SEGMENT?

BetterUp is a multi-tenant platform and the customer data is logically segregated using Application Code, Role Based Access Control and various other technologies. BetterUp's Production environment is hosted in Heroku's Private Space (aka micro-segment).

Access controls

Q: IS INTEGRATION WITH IDENTITY PROVIDERS (IDP) SUCH AS ACTIVE DIRECTORY, AZURE, OR OKTA SUPPORTED?

Yes. BetterUp has several customers that use ADFS, Azure, or Okta for Single Sign-On (SSO) integration.

Q: HOW ARE THE PASSWORDS ENCRYPTED AT REST?

BetterUp supports standard SAML 2.0 integration for authentication. For customers that do not use SAML, the passwords are encrypted using secure algorithms such as BCrypt.

Q: DO YOU PROVIDE USER ADMINISTRATION ROLES/ PERMISSIONS TO CUSTOMERS?

No. BetterUp supports the RBAC model and the fine-grained permissions are built within the application. Customers are required to submit a ticket to request any role changes.

Q: DESCRIBE YOUR TERMINATION AND ACCESS REMOVAL PROCESS?

Customers can submit an account termination request by e-mailing the BetterUp support team at support@betterup.co

BetterUp has automated off-boarding for our internal employees and contractors.

Q: WHICH OF YOUR EMPLOYEES HAVE ACCESS TO CUSTOMER DATA AND WHY?

BetterUp uses the principles of least privilege to limit the access on a need-to-know basis. The access to customer data is limited to a specific group of individuals based on job responsibilities such as the Customer Care Agents, Deployment Managers, and Production Support Engineers. The BetterUp platform leverages Role-Based Access Control (RBAC) model and the fine-grained permissions are built within the application to enable the RBAC model.

Q: DO YOU PERIODICALLY PERFORM MEMBER ACCESS REVIEWS?

BetterUp performs a quarterly review of access to the Betterup platforms and managed resources to help ensure that employee access is appropriate. Any issues identified as a result of the review are communicated and resolved.

Q: DO YOU USE MULTI-FACTOR AUTHENTICATION (MFA)?

Yes. Betterup leverages NIST 800-63b guidelines to authenticate employees and Coaches that have direct access to BetterUp owned and managed resources. Employees and Coaches are required to use Multi-Factor Authentication (MFA) for key application and privileged access.

Security logging & monitoring

Q: DO YOU HAVE A SECURITY INFORMATION AND EVENT MANAGEMENT (SIEM) SOLUTION?

Yes! BetterUp has a next generation SIEM solution in place.

Q: DO YOU HAVE A DATA LEAK PREVENTION (DLP) SOLUTION?

Yes. BetterUp has a next generation DLP solution.

Q: WHAT AUDITING PROCESS IS USED TO LOG AND REVIEW THE ACTIONS PERFORMED BY YOUR EMPLOYEES?

BetterUp collects access and audit logs of access to critical information systems. BetterUp reviews this access on a quarterly basis.

Q: DO YOU PROVIDE SECURITY LOGS TO CUSTOMERS?

No. BetterUp is a multi-tenant system and logs are not made available to any customer.

People security

Q: DO YOU PERFORM BACKGROUND CHECKS FOR ALL YOUR EMPLOYEES AND COACHES?

Yes. BetterUp has contracted an external agency to perform a background check for all its employees. These vendor and reports are managed by Human Resources function and includes the following:
  1. An identity check
  2. A criminal record check
  3. Verification of education qualifications or other skills claimed
  4. A debarment check, where required
  5. Verification of entitlement to employment through the use of work permits or similar documents
  6. Previous employment reference check
  7. Verification of dates of employment claimed for the previous five (5) years
Third parties are required to perform background checks for their employees as part of the service contracts.

Q: DO YOU REQUIRE EMPLOYEES AND COACHES TO SIGN-OFF/ACKNOWLEDGE ANY ACCEPTABLE USE POLICY?

Yes. BetterUp requires all employees, Coaches, and internal contractors to acknowledge an Acceptable Use Policy (AUP).

Q: HAVE DISCIPLINARY ACTIONS BEEN DEFINED AND COMMUNICATED FOR ORGANIZATION POLICIES?

Yes. The violations, enforcement and potential disciplinary actions are defined in all Information Security Policies, including the AUP. These policies are easily accessible to all employees on the internal Confluence page.

Q: HOW ARE INFORMATION SECURITY RESPONSIBILITIES COMMUNICATED TO EMPLOYEES WHO WORK WITH CUSTOMER DATA? HOW FREQUENTLY?

BetterUp Information Security policies, standards and guidelines are published on a confluence page, that is accessible to all employees. All employees, Coaches, and internal contractors with logical access to BetterUp systems are required to acknowledge an Acceptable Use Policy (AUP) when hired and annually thereafter.

BetterUp has a mandatory security awareness and training program for all members of BetterUp’s workforce (including management), which includes:
  1. Training on how to implement and comply with its Information Security Program;
  2. Promoting a culture of security awareness through periodic communications from senior management with employees.
Additionally, all BetterUp employees are required to annually complete Privacy, Sexual Harassment, and Ethics awareness trainings.

Vulnerability management

Q: DO YOU PERFORM EXTERNAL ASSESSMENTS, AND AT WHAT FREQUENCY?

Q: How do you know if there are new vulnerabilities in your network, servers, and applications?

Q: HOW DO YOU KNOW IF THERE ARE NEW VULNERABILITIES IN YOUR NETWORK, SERVERS, AND APPLICATIONS?

BetterUp is hosted in the AWS US East and West regions. The production environment is hosted in a private space (microsegment) managed by Heroku, a Salesforce company. Heroku is responsible for gateway (Firewall, VPC, etc.) and infrastructure (OS, AMI, DB instance, etc.). BetterUp leverages AWS & Heroku services for back-up. AWS and Heroku have SOC 2 and ISO 27001 certifications in place. BetterUp has contracted an Independent Third Party to annually perform application penetration tests and static code analysis using OWASP top ten. An executive summary report with a status of Medium and above rated vulnerabilities can be shared with Customers, on written request under an NDA.

Security incident response

Q: CAN YOU PROVIDE NOTIFICATION FOR ALL KNOWN AND/OR SUSPECTED SECURITY INCIDENTS?

No. BetterUp is a multi-tenant system and the impacted customers will be notified for confirmed security breaches.

Q: DO YOU PROVIDE 24X7X365 SUPPORT FOR SECURITY INCIDENT RESPONSE?

No. BetterUp does not provide a separate SLA for security incident response. Please refer to the customer support SLAs for more information.

Business continuity management

Q: HOW FREQUENTLY IS DATA BACKED UP?

BetterUp performs daily, weekly, and monthly backup as needed.

Q: DO YOU PROVIDE YOUR RECOVERY POINT/TIME OBJECTIVES (RPO/RTO)?

Customers can perform on-demand monitoring of our platform at https://status.betterup.co/. Customers can also look up our historical uptime using the same link. BetterUp contracted a reputed Independent Third Party to perform our Business Impact Analysis (BIA) and help us establish recovery point and recovery time objectives (RPO/RTO). The existing of this information has been attested by our Independent Third Party Auditors in the SOC 2 Type II report, as well.

Mobile app security

Q: ARE PASSWORDS/ CREDENTIALS STORED ON MOBILE DEVICES?

No. BetterUp does not store credentials. BetterUp uses a refresh token to keep the session active.

Q: IS THE ABILITY TO DOWNLOAD THE BETTERUP MOBILE APP RESTRICTED?

No. Any member with access to the Apple store and/or Google Play store will be able to download the BetterUp mobile app.

Endpoint security

Q: ARE THE USER LAPTOPS ENCRYPTED?

Yes. BetterUp owned and managed laptops are encrypted.

Q: DO USERS HAVE LOCAL ADMIN PRIVILEGES?

Yes. BetterUp employees, Coaches, and internal contractors are required to acknowledge an Acceptable Use Policy (AUP).

Q: WHAT MALWARE PROTECTION DO YOU USE?

BetterUp uses Falcon as its next-generation AV solution.

Q: ARE USB PORTS ENABLED?

Yes. The ability to perform bulk download of the customer data from the front-end is disabled.

Q: IS SECURE DELETION / DISPOSAL OF DATA PERFORMED?

Yes. Better owned and managed devices such as laptops are securely wiped seven (7) times or equivalent.

Encryption key management

Q: DO YOU SUPPORT “BRING YOUR OWN KEY” (BYOK)?

No. BetterUp is a multi-tenant system and BYOK is currently not supported.

Q: HOW FREQUENTLY ARE THE ENCRYPTION KEYS ROTATED?

BetterUp uses AWS’s Fully Managed KMS.

Third-party risk management

Q: DO YOU MONITOR YOUR SUPPLIER AND VENDOR SECURITY POSTURE AND BREACHES?

Yes. BetterUp Platform uses Third party vendors and services such as AWS, Heroku and TokBox. Please refer to the SOC 2 Type II report section III C and H for more information. BetterUp uses Third Party Services solutions to continuously monitor the security posture of our key vendors.

Service level agreements (SLAs)

Q: DO YOU PROVIDE SUPPORT SLAS?

Yes. We provide Service Level Agreements in our contracts/agreements.

Q: DO YOU PROVIDE 24/7/365 SUPPORT?

BetterUp’s Customer Care team is equipped to empathetically address most concerns and questions, and can triage or escalate issues as needed. This team is available 24x7x365.