Hi Ayu Lestari •
Those unauthenticated SendTargets requests can hammer the CPU hard. The clean way to stop them is to combine IPSec policies with initiator ACLs. IPSec lets you block or allow traffic only from trusted IP ranges, so random scanners won’t even reach the iSCSI service. Then ACLs make sure only initiators with the right IQNs can log in or discover targets. If you want extra safety, enable CHAP authentication for discovery so anything unauthenticated gets dropped immediately.
In short: lock down the portal with IPSec, whitelist initiators with ACLs, and enforce authentication. That combo usually takes care of the CPU spike issue. If this explanation helps stabilize your environment,
If everything is okay, don't forget to share your experience with the issue by "Accept answer". If you need more information, feel free to leave a message. We are happy to help!