Signature Repository

Application Signatures uses a repository of signatures stored in a configuration file called applicationsSignature.xml. This XML file contains a number of Application-Component elements, each describing a signature for specific application or flavor of application. For example, the signature for Microsoft IIS Web server may look as follows:

Microsoft IIS Web server signature

<Application-Component name="Microsoft IIS WebServer" ci_type="iis" category="Web Server" 
     vendor="microsoft_corp" installedSoftwareName="\s*IIS\s+.*" supported_versions="5.1, 6.0, 7.0">
          <process name="inetinfo.exe" ports="all,None" cmdline="" 
          description="Microsoft Internet Information Service process." />     
          <process name="w3wp.exe" ports="None" cmdline="" 
          description="Microsoft Internet Information Service worker process." /> 
</Application-Component>

For more information, see Application Signatures Configuration File.