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 4 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 better static-dynamic vulnerability merging.

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

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) does the application use? 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. 
  • Source Code URL: This is the git or Subversion URL where the application's source code can be found.
  • Source Code Branch: The branch of the source code repository to use for analysis (optional)
  • Source Code Revision A specific source code revision to use for analysis (optional)
  • Source Code User Name: The user name to use for source code repository access. If none is provided, anonymous access to the source code repository will be used.
  • Source Code Password: The password to use for source code repository access
  • 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 or Subversion.

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