Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for nessus:pro data. #567

Merged
merged 9 commits into from
Jun 20, 2024
Merged

Added support for nessus:pro data. #567

merged 9 commits into from
Jun 20, 2024

Conversation

VatsalJagani
Copy link
Collaborator

No description provided.

"macro_name": "cs_nessus",
"label": "Nessus Data",
"search_by": "sourcetype",
"search_values": "nessus:pro:vuln,nessus:pro:plugin,nessus_json",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this source=nessus:pro:plugin required? seems we are not using in cyences

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right, removed

| append [| inputlookup cs_nessus_inventory] \
| stats latest(time) as time, latest(*) as * by nessus_uuid \
| eval _key=nessus_uuid | outputlookup cs_nessus_inventory
action.cyences_notable_event_action.products = nessus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nessus

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

| append [| inputlookup cs_nessus_vuln] \
| dedup nessus_uuid, vul_id sortby -_time \
| outputlookup cs_nessus_vuln
action.cyences_notable_event_action.products = nessus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nessus

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@VatsalJagani VatsalJagani merged commit 5722fa5 into master Jun 20, 2024
1 check failed
@VatsalJagani VatsalJagani deleted the nessus_pro_support branch June 20, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants