QuestionQ22
IBM Security QRadar SIEM v7.5 AdministrationWhich advanced event-search query checks an IP address against the Spam X-Force category with a confidence value greater than 3?
- A select * from flows where XFORCE_IP_CONFIDENCE('Malware',sourceip)=3
- B select * from events where XFORCE_IP_CONFIDENCE('Malware',sourceip)>3
- C select * from flows where XFORCE_IP_CONFIDENCE('Spam',sourceip)<3
- D select * from events where XFORCE_IP_CONFIDENCE('Spam',sourceip)>3
Community Discussion