As of December 31st, 2023 ThreadFix 2.X has reached End of Life and is no longer supported. For any further information please contact the Success and Implementation team.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This is a walkthrough on configuring application in ThreadFix to take advantage of ThreadFix's Hybrid Analysis Mapping (HAM) capabilities

Introduction

This walkthrough on configuring application in ThreadFix to take advantage of ThreadFix's Hybrid Analysis Mapping (HAM) capabilities allows for interactions such as:

  • Better static-dynamic vulnerability merging
  • Allowing scanners (OWASP ZAP and BurpSuite) to import application attack surface from ThreadFix prior to starting a spider/scan for increased coverage
  • Allowing IDEs to import dynamic scan results as well as likely code locations into Integrated Development Environments (IDEs) (Eclipse and IntelliJ)

Supported Languages and Frameworks for ThreadFix Hybrid Analysis Mapping (HAM)

Hybrid Analysis Mapping current works for:

  • Java/JSP
  • Java/Spring
  • Java/Struts
  • C#/ASP.NET WebForms
  • C#/ASP.NET MVC
  • Ruby/Ruby on Rails (2.3 development branch)

Support for additional languages and frameworks is planned. Source code can be imported from git repositories, subversion repositories or from local or network folder locations with additional source code access methods planned.



Setting up an application to take advantage of HAM involves pointing ThreadFix toward the source code and (optionally) telling ThreadFix what language and framework the application uses:

The fields are as follows:

  • Application Type - What type (language and framework) is this? The "Detect" option is preferable because ThreadFix will look at the project folder and attempt to detect the language and framework. If there are detection issues, the specific language and framework can be selected. Please note that currently only Java/JSP and Java/Spring applications are supported by ThreadFix's HAM engine.
  • Source Code URL: This is the git URL where the application's source code can be found. Currently only anonymous git access is supported and this is a known issue.
  • Source Code Folder: This is the folder (from the perspective of the ThreadFix server) where the application source code can be found if the application is not available via git/SVN.

Providing ThreadFix with access to the application source code will allow the server to perform a lightweight static analysis of the source code and build an internal database of the application's attack surface and the source code elements responsible for each piece of attack surface. This attack surface database allows for the advanced interactions both inside of ThreadFix and with external tools that was mentioned above.

  • No labels