Şirketinizi HackTricks'te reklamını görmek istiyorsanız veya HackTricks'i PDF olarak indirmek istiyorsanız [ABONELİK PLANLARI]'na(https://github.com/sponsors/carlospolop) göz atın!
[The PEASS Family]'yi(https://opensea.io/collection/the-peass-family) keşfedin, özel [NFT'lerimiz]'i(https://opensea.io/collection/the-peass-family) içeren koleksiyonumuz
Bir muteconfig oluşturarak saldırganı tespit edebilecek sonuçların oluşturulmasını engelleyin:
# Create Muteconfiggcloud scc muteconfigs create my-mute-config --organization=123 --description="This is a test mute config" --filter="category=\"XSS_SCRIPTING\""
securitycenter.muteconfigs.update
Bir muteconfig güncelleyerek saldırganı tespit edebilecek sonuçların oluşturulmasını engelleyin:
# Update Muteconfiggcloud scc muteconfigs update my-test-mute-config --organization=123 --description="This is a test mute config" --filter="category=\"XSS_SCRIPTING\""
Bir sessiz bulgu, SCC gösterge tablosunda ve raporlarda görünmeyecektir.
securitycenter.findings.setMute
Kaynağa, bulgulara göre sessiz bulguları ayarlayın...