Description

This article provides the steps to enable Micro Applications in UTM (Unified Threat Management) on Juniper SRX devices

Solution

Micro-applications are included in the application signature package and represent sub-functions within a larger application.

They allow for granular control at the feature level, making it possible to permit or block specific functionalities such as file transfers or chat instead of the entire application.


By default, detection of micro-applications is disabled.

To leverage this functionality, you must first enable micro-application detection within Application Identification, after which they can be used as match criteria in security policies.


To enable Micro Applications, follow these steps:


[edit]

JTAC@SRX2# set services application-identification mi?          

Possible completions:

 micro-apps          Enable Micro Apps identifcation

[edit]


JTAC@SRX2# set services application-identification micro-apps 

[edit]

JTAC@SRX2# commit


This command output displays the list of micro-applications.


JTAC@SRX2> show services application-identification application micro-applications   

 Micro Applications             

 junos:SLACK-DOWNLOAD              

 junos:SLACK-UPLOAD               

 junos:SLACK-VIDEO               

 junos:SLACK-AUDIO               

 junos:SLACK-CHAT                

 junos:GOOGLE-DOCS-DOWNLOAD           

 junos:GOOGLE-DOCS-UPLOAD            

 junos:GOOGLE-DOCS-LOGIN            

 junos:SALESFORCE-DOWNLOAD           

 junos:SALESFORCE-UPLOAD            

 junos:SALESFORCE-LOGIN             

 junos:DROPBOX-DOWNLOAD             

 junos:DROPBOX-UPLOAD              

 junos:DROPBOX-SHARE              

 junos:DROPBOX-LOGIN              

 junos:BOXDOTNET-DOWNLOAD            

 junos:BOXDOTNET-UPLOAD             

 junos:BOXDOTNET-SHARE             

 junos:BOXDOTNET-LOGIN             

 junos:MS-TEAMS-FILE-TRANSFER          

 junos:MS-TEAMS-VIDEO              

 junos:MS-TEAMS-AUDIO              

---(more)---[abort]


JTAC@SRX2> 

Modification History

2025-08-31 : Article Created