July 2022 Summaries
3 posts from Ory
Filter
Month:
Year:
Post Summaries
Back to Blog
Cybercrime has surged significantly, with data breaches and cyberattacks escalating during the COVID-19 pandemic and costing an estimated $10.5 trillion annually by 2025. Despite this, many development teams often bypass security measures due to time constraints and prioritize productivity over security, leading to vulnerabilities in their code. The disconnect between security teams and developers exacerbates this issue, as developers are typically left out of the security planning process, which results in a strained relationship. Emphasizing a "Shift Left Security" approach, which integrates security earlier in the development process, is seen as crucial for improving cybersecurity practices. Providing developers with appropriate security tools is essential, and while developer-first security tools are emerging, the ecosystem is still developing, with open-source communities playing a pivotal role in creating reliable solutions. Recent trends indicate a growing number of organizations are allowing development teams to manage the budget for application security tools, suggesting a shift towards empowering developers in the cybersecurity landscape.
Jul 26, 2022
555 words in the original blog post.
Securing user accounts against hacking remains challenging due to prevalent attacks like password guessing, data interception, spyware, and social engineering. Password guessing, often facilitated by users relying on common or weak passwords, can be mitigated by enforcing strong, unique passwords and using password managers. Implementing exponential backoff for failed login attempts and checking passwords against databases of leaked credentials can further bolster security. Data interception threats, which occur when passwords are entered over unencrypted connections, can be countered by using encrypted protocols like SSL and ensuring their configurations are up-to-date. Spyware that captures keystrokes or cookies can be addressed by keeping software updated, using antivirus programs, and employing two-factor authentication (2FA) to add an additional security layer. Social engineering exploits human vulnerabilities, often through phishing attacks, and can be thwarted by educating users about such tactics and encouraging vigilant online behavior. Tools like Ory Kratos provide comprehensive solutions by integrating these security practices, ensuring robust protection against account compromises.
Jul 21, 2022
1,081 words in the original blog post.
Building enterprise-ready features involves either expanding from smaller customers to enterprises or targeting enterprises from the start, with the understanding that enterprise sales cycles can be lengthy and competitive. To succeed, companies should focus on demonstrating a track record with other enterprise customers and meeting compliance requirements. Enterprise readiness is not about developing all features in-house but integrating off-the-shelf solutions for essential functionalities like Single Sign-On, Directory Sync, and Audit Logs, which can save time and resources. Emphasizing customer development over product development is crucial, as is navigating infosec barriers while integrating seamlessly with existing enterprise software. Utilizing open-source solutions can reduce engineering costs and offer control needed for certifications like SOC2 and ISO 27001. Ultimately, working with design partners can refine product strategy and increase the likelihood of closing deals with large enterprises.
Jul 20, 2022
645 words in the original blog post.