Created on 07-29-2024 06:16 AM Edited on 07-29-2024 06:20 AM By Anthony_E
Description | This article describes how to troubleshoot when a communicating application is missing from the Communication Control tab. |
Scope | FortiEDR. |
Solution |
FortiEDR Applications Communication Control feature maps all applications in the FortiEDR protected devices that communicate externally. After that, decide which of these applications to allow or deny.
For further information about the Communication Control feature, refer to the Admin Guide
The APPLICATIONS page lists all communicating applications detected in the organization that have ever attempted to communicate. In case specific application(s) is not present, perform the following troubleshooting steps:
1. Make sure to search for the application in the list filtered by All.
Windows:
C:\Program Files\Fortinet\FortiEDR\FortiEDRCollectorServices.exe --status
Linux:
sudo /opt/FortiEDRCollector/control.sh --status
macOS:
sudo /Applications/FortiEDR.app/fortiedr_collector.sh status
Windows:
netstat -an | findstr 8081
Linux/macOS:
netstat -an | grep 8081
Windows:
netstat -an | findstr 555
Linux/macOS:
netstat -an | grep 555
Windows:
netstat -an | findstr 8081 netstat -an | findstr 555
Linux/macOS:
netstat -an | grep 8081 netstat -an | grep 555
In the case of An on-premise environment, obtain both System logs and Core logs How To Export System logs |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.