cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

Hi @JesseBaxter ,

The only confirmed case where XDR was causing high CPU for us, was due to the "Network Packet Inspection engine". We ended up disabling it for servers that require high amount of network traffic.

 

In addition below is a snipped from Palo TAC suggesting how to narrow down which module is causing the problem (for another case where we couldn't confirm XDR was the culprit)

5)Since XDR has multiple protection layers, we need to understand which module is causing delay issues. Once we understand the root cause we can collect the logs accordingly and provide the solution. 

 

>> Stop event collection by running this command and checking if there is a change in CPU usage? Take a screenshot of memory utilization. 

 

/opt/traps/bin/cytool event_collection disable 

*this will ask for the supervisor password which is also the agent uninstall password 

 

>> Disable Malware protection and verify if there is a change in CPU usage 

-create a new Malware Security Profile with all settings action mode set to disabled 

https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-prevent-admin/endpoint-security/endpoint-security-profiles/add-malware-security-profile.html 

-apply malware security profile to the target machine 

-do a check-in on the Cortex XDR agent 

-check if there is a change in CPU usage. Take a screenshot of Cortex XDR CPU utilization. 

-restart Cortex XDR agent 

/opt/traps/bin/cytool runtime stop 

/opt/traps/bin/cytool runtime start 

-check Cortex XDR CPU usage. Is it going high immediately after starting the service? 

 

>> Disable Exploit protection and verify if the issue will be reproduced 

-create a new Exploit Security Profile with all settings action mode set to disabled 

https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-prevent-admin/endpoint-security/endpoint-security-profiles/add-exploit-security-profile.html 

-apply to Exploit security profile to a target machine 

-do a check-in on the Cortex agent 

-check if there is a change in CPU usage. Take a screenshot of Cortex XDR CPU utilization. 
Who rated this post