How do I find aws instances with vulns where CVSS >=5?
jdowdy
✭✭✭✭✭
We would like to find aws instances with vulns where CVSS >=5 and include Qualys host findings with it. How would we do that?
0
Answers
-
Try this query:
FIND aws_instance as i THAT HAS qualys_host_finding AS qf THAT IS qualys_vuln AS qv WHERE qv.[cvssScoreV3] >= 5 RETURN i.instanceId, qf.qid, qf.protocol, qf.port, qv.name, qv.[cvssScoreV3],qv.solution
0
This Month's Leaders
Categories
- 336 All Categories
- Featured Categories
- 7 About the AskJ1 Community
- 11 Product Announcements
- From Mission Control
- 1 Rapid Response
- 3 How J1 Uses J1
- Topics
- 131 Asset Management
- 56 Compliance & Reporting
- 65 Security Operations
- 40 Security Engineering
- 5 Open Source
- 18 News, Careers and More