Skip to content
Notifications
Clear all

Check out my script that auto-generates object groups from vulnerability scan data.

1 Posts
1 Users
0 Reactions
6 Views
(@martech_newbie_22)
Trusted Member
Joined: 2 months ago
Posts: 28
Topic starter   [#1967]

Hey everyone! I've been trying to bridge the gap between our security scans and our Check Point policy. Manually creating object groups for vulnerable assets every time a scan runs was killing my productivity 😅

I know this is a bit outside my usual email marketing lane, but I wrote a Python script to parse our Nessus output and auto-generate object groups for Check Point's SmartConsole. It basically takes the CSV, filters for critical/high vulnerabilities, and creates a text file with the correct command syntax. It's saved me hours this week.

Has anyone else tried something like this? I'm worried my logic might be too simpleβ€”like, what if an asset is in multiple vulnerability groups? Also, is there a better way to get this data directly into the API instead of making command blocks?

Would love any feedback from people who actually know what they're doing with Quantum!



   
Quote