{"id":43232,"date":"2021-10-05T16:00:40","date_gmt":"2021-10-05T16:00:40","guid":{"rendered":"https:\/\/www.microsoft.com\/security\/blog\/?p=98274"},"modified":"2021-10-05T16:00:40","modified_gmt":"2021-10-05T16:00:40","slug":"practical-tips-on-how-to-use-application-security-testing-and-testing-standards","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/","title":{"rendered":"Practical tips on how to use application security testing and testing standards"},"content":{"rendered":"<div><img decoding=\"async\" src=\"https:\/\/www.microsoft.com\/security\/blog\/uploads\/securityprod\/2021\/10\/SEC20_Security_029-1.jpg\" class=\"ff-og-image-inserted\"><\/div>\n<p><em class=\"x-hidden-focus\">The security community is continuously changing, growing, and learning from each other to better position the world against cyber threats. In the latest Voice of the Community blog series post, Microsoft Product Marketing Manager&nbsp;<a href=\"https:\/\/www.linkedin.com\/in\/nataliagodyla\/\" target=\"_blank\" rel=\"noopener\">Natalia Godyla<\/a> talks with <a href=\"https:\/\/www.linkedin.com\/in\/daniel-cuthbert0x\/\" target=\"_blank\" rel=\"noopener\"><em>Daniel Cuthbert<\/em><\/a><em>, Global Head of Security Research at Banco Santander. Daniel discusses how to use application security testing and testing standards to improve security.<\/em><\/em><\/p>\n<p><strong>Natalia: What is an application security test and what does it entail?<\/strong><\/p>\n<p><strong>Daniel<\/strong>: Let\u2019s say I have a traditional legacy banking application. Users can sign in using their web browser to gain access to financial details or funds, move money around, and receive money. Normally, when you want an application assessment done for that type of application, you\u2019re looking at the authentication and authorization processes, how the application architecture works, how it handles data, and how the user interacts with it. As applications have grown from a single application that interacts with a back-end database to microservices, all the ways that data is moved around and installed\u2014and the processes\u2014become more important.<\/p>\n<p>Generally, an application test makes sure that at no point can somebody gain unauthorized access to data or somebody else\u2019s money. And we want to make sure that an authorized user can\u2019t impersonate another user, gain access to somebody else\u2019s funds, or cause a system in the architecture to do something that the developers or engineers never expected to happen.<\/p>\n<p><strong>Natalia: What is the Open Web Application Security Project (OWASP) Application Security Verification Standard (ASVS), and how should organizations be using the standard?<\/strong><\/p>\n<p><strong>Daniel<\/strong>: ASVS stands for Application Security Verification Standard<sup>1<\/sup>. The idea was to normalize how people conduct and receive <a href=\"https:\/\/docs.microsoft.com\/en-us\/security\/compass\/applications-services\" target=\"_blank\" rel=\"noopener\">application security<\/a> tests. Prior to it, there was no methodology. There was a lot of ambiguity in the industry. You\u2019d say, \u201cI need an app test done,\u201d and you\u2019d hope that the company you chose had a methodology in place and the people doing the assessment were capable of following a methodology.<\/p>\n<p>In reality, that wasn\u2019t the case. It varied across various penetration test houses. Those receiving consultancy for penetration tests and application tests didn\u2019t have a structured idea of what should be tested or what constituted a secure robust application. That\u2019s where the ASVS comes in. Now you can say, \u201cI need an application test done. I want a Level 2 assessment of this application.\u201d The person receiving the test knows exactly what they\u2019re expecting, and the person doing the test knows exactly what the client is expecting. It gets everybody on the same page, and that\u2019s what we were missing before.<\/p>\n<p><strong>Natalia<\/strong>: <strong>How should companies prioritize and navigate the ASVS levels and controls?<\/strong><\/p>\n<p><strong>Daniel<\/strong>: When they first look at the ASVS, many people get intimidated and overwhelmed. First, stay calm. The three levels are there as a guideline. Level 1 should be the absolute bare minimum. That\u2019s the entrance to play if you\u2019re putting an application on the Internet, and we try to design Level 1 to be capable of being automated. As far as tools to automate Level 1, OWASP Zed Attack Proxy (ZAP) is getting there. In 2021, an application should be at Level 2, especially if we take into consideration privacy. Level 3 is unique. Most people never need Level 3, which was designed for applications that are critical and have a strong need for security\u2014where if it goes down, there\u2019s a loss of life or massive impact. Level 3 is expensive and time-consuming, but you expect that if it\u2019s, say, a power plant. You don\u2019t want it to be quickly thrown together in a couple of hours.<\/p>\n<p>With all the levels, you don\u2019t have to go through every single control; this is where <a href=\"https:\/\/www.microsoft.com\/en-us\/securityengineering\/sdl\/threatmodeling\" target=\"_blank\" rel=\"noopener\">threat modeling<\/a> comes in. If your application makes use of a back-end database, and you have microservices, you take the parts that you need from Level 2 and build your testing program. Many people think that you have to test every single control, but you don\u2019t. You should customize it as much as you need.<\/p>\n<p><strong>Natalia<\/strong>: <strong>What\u2019s the right cadence for conducting application security tests?<\/strong><\/p>\n<p><strong>Daniel<\/strong>: The way we build applications has changed drastically. Ten years ago, a lot of people were doing the waterfall approach using functional specifications like, \u201cI want to build a widget to sells shoes.\u201d Great. Somebody gives them money and time. Developers go develop, and toward the end, they start going through functional user acceptance testing (UAT) and get somebody to do a penetration test. Worst mistake ever. In my experience, we\u2019d go live on Monday, and the penetration test would happen the week before.<\/p>\n<p>What we\u2019ve seen with the adoption of agile is the shifting left of the <a href=\"https:\/\/www.microsoft.com\/en-us\/securityengineering\/sdl\" target=\"_blank\" rel=\"noopener\">software development lifecycle<\/a> (SDLC). We\u2019re starting to see people think about security not only as an add-on at the end but as part of the function. We expect the app to be secure, usable, and robust. We\u2019re adopting security standards. We\u2019re adopting the guardrails for our continuous integration and continuous delivery pipeline. That means developers write a function, check the code into Git, or whatever repository, and the code is checked that it\u2019s robust, formatted correctly, and secure. In the industry, we\u2019re moving away from relying on that final application test to constantly looking during the entire lifecycle for bugs, misconfigurations, or incorrectly used encryption or encoding.<\/p>\n<p><strong>Natalia<\/strong>: <strong>What common mistakes do companies make that impact the results of an application security assessment?<\/strong><\/p>\n<p><strong>Daniel<\/strong>: The first one is companies not embracing the lovely world of threat modeling. A threat model can save you time and give you direction. When people bypass the fundamental stage of threat modeling, they\u2019re burning cycles. If you adopt the threat model and say, \u201cThis is every single way some bad person is going to break our favorite widget tool,\u201d then you can build upon that.<\/p>\n<p>The second mistake is not understanding what all the components do. We no longer build applications that are a single web server, Internet Information Services (IIS), or NGINX that is stored in the database. It\u2019s rare to see that today. Today\u2019s applications are complex. Because multiple teams are responsible for individual parts of that process, they don\u2019t all work together to understand simple things like the data flow. Where\u2019s the data held? How does this application process that data? Often, everyone assumes the other team is doing it. This is a problem. Either the scrum master or product owner should own full visibility of the application, especially if it\u2019s a large project. But it varies depending on the organization. We\u2019re not in a mature enough stage yet for it to be a defined role.<\/p>\n<p>Also, the gap between security and development is still too wide. Security didn\u2019t make many friends. We were constantly belittling developers. I was part of that, and we were wrong. At the moment, we\u2019re trying to bridge the two teams. We want developers to see that security is trying to help them.<\/p>\n<p>We should be building a way for developers to be as creative and cool as we expect them to be while setting guardrails to stop common mistakes from appearing in the code pipeline. It\u2019s very hard to write <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/security\/develop\/security-code-analysis-overview\" target=\"_blank\" rel=\"noopener\">secure code<\/a>, but we can embrace the fourth generation of continuous integration and continuous delivery (CI\/CD). Check your code in; then do a series of tests. Make sure that at that point and at that commit, the code is as robust, secure, and proper as it should be.<\/p>\n<p><strong>Natalia<\/strong>:<strong> How should the security team work with developers to protect against vulnerabilities?<\/strong><\/p>\n<p><strong>Daniel<\/strong>: I don\u2019t expect developers to understand all the latest vulnerabilities. That\u2019s the role of the security or security engineering team. As teams mature, the security engineering or security team acts as the go-to bridge; they understand the vulnerabilities and how they\u2019re exploited, and they translate that into how people are building code for their organization. They\u2019re also looking at the various tools or processes that could be leveraged to stop those vulnerabilities from becoming an issue.<\/p>\n<p>One of the really cool things that I\u2019m starting to see with GitHub is <a href=\"https:\/\/docs.github.com\/en\/enterprise-server@2.21\/insights\/installing-and-configuring-github-insights\/installing-and-updating-github-insights\/about-github-insights\" target=\"_blank\" rel=\"noopener\">GitHub insights<\/a>. Let\u2019s say there\u2019s a large organization that has thousands of repositories. You\u2019ll probably see a common pattern of vulnerabilities if you looked at all those repositories. We\u2019re getting to the stage where we\u2019re going to have a \u201cMinority Report\u201d style function for security.<\/p>\n<p>On a monthly basis, I can say, \u201cShow me the teams that are checking in bugs\u2014let\u2019s say deserialization.\u201d I want to understand a problem before it becomes a major one and work with those teams to say, \u201cOf the last 10 arguments, 4 of them have been flagged as being vulnerable for deserialization bugs. Let\u2019s sit down and understand how you\u2019re building, what you\u2019re building toward, and what frameworks you\u2019re trying to adopt. Can we make better tools for you to protect against the vulnerability? Do you need to understand the vulnerability itself?\u201d The tools, pipelines, and education are out there. We can start being that bridge.<\/p>\n<h2>Learn more<\/h2>\n<p class>To learn more about Microsoft Security solutions,&nbsp;<a href=\"https:\/\/www.microsoft.com\/en-us\/security\/business\/solutions\" target=\"_blank\" rel=\"noopener\">visit our&nbsp;website<\/a>.&nbsp;Bookmark the&nbsp;<a href=\"https:\/\/www.microsoft.com\/security\/blog\/\" target=\"_blank\" rel=\"noopener\">Security blog<\/a>&nbsp;to keep up with our expert coverage on security matters. Also, follow us at&nbsp;<a href=\"https:\/\/twitter.com\/@MSFTSecurity\" target=\"_blank\" rel=\"noopener\">@MSFTSecurity<\/a>&nbsp;for the latest news and updates on cybersecurity.<\/p>\n<hr>\n<p><sup>1<\/sup><a href=\"https:\/\/owasp.org\/www-project-application-security-verification-standard\/\" target=\"_blank\" rel=\"noopener\">OWASP Application Security Verification Standard<\/a>, OWSAP.<\/p>\n<p> READ MORE <a href=\"https:\/\/www.microsoft.com\/security\/blog\/2021\/10\/05\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Banco Santander Global Head of Security Research Daniel Cuthbert talks with Microsoft about how to use application security testing and testing standards to increase application security.<br \/>\nThe post Practical tips on how to use application security testing and testing standards appeared first on Microsoft Security Blog. READ MORE HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":43233,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[276],"tags":[347,9127],"class_list":["post-43232","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-secure","tag-cybersecurity","tag-voice-of-the-community"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Practical tips on how to use application security testing and testing standards 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Practical tips on how to use application security testing and testing standards 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-05T16:00:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2021\/10\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"828\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"Practical tips on how to use application security testing and testing standards\",\"datePublished\":\"2021-10-05T16:00:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/\"},\"wordCount\":1608,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg\",\"keywords\":[\"Cybersecurity\",\"Voice of the Community\"],\"articleSection\":[\"Microsoft Secure\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/\",\"name\":\"Practical tips on how to use application security testing and testing standards 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg\",\"datePublished\":\"2021-10-05T16:00:40+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg\",\"width\":1200,\"height\":828},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cybersecurity\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/tag\\\/cybersecurity\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Practical tips on how to use application security testing and testing standards\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Practical tips on how to use application security testing and testing standards 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/","og_locale":"en_US","og_type":"article","og_title":"Practical tips on how to use application security testing and testing standards 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2021-10-05T16:00:40+00:00","og_image":[{"width":1200,"height":828,"url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2021\/10\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg","type":"image\/jpeg"}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"Practical tips on how to use application security testing and testing standards","datePublished":"2021-10-05T16:00:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/"},"wordCount":1608,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2021\/10\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg","keywords":["Cybersecurity","Voice of the Community"],"articleSection":["Microsoft Secure"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/","url":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/","name":"Practical tips on how to use application security testing and testing standards 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2021\/10\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg","datePublished":"2021-10-05T16:00:40+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/#primaryimage","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2021\/10\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2021\/10\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards.jpg","width":1200,"height":828},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/practical-tips-on-how-to-use-application-security-testing-and-testing-standards\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"Cybersecurity","item":"https:\/\/www.threatshub.org\/blog\/tag\/cybersecurity\/"},{"@type":"ListItem","position":3,"name":"Practical tips on how to use application security testing and testing standards"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/43232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=43232"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/43232\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media\/43233"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=43232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=43232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=43232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}