-
Notifications
You must be signed in to change notification settings - Fork 6
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
publish docs for New Asset Sim filter api for spot security #712
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
description: "The number of neighboring assets affected by the finding.\n <br>\n | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The number of related assets affected by the finding. |
||
\ Enter either a number or prefix it with one of the following operators.\n | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as we discussed the last time, all the following operators. >> these operators:. this needs to be done for all instances of this text in all files. |
||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for all instances of optionally in all files, change it to: |
||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater than</td>\n | ||
\ <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n | ||
\ <td>\\~lt\\~10</td>\n </tr>\n <tr>\n <td>Less than | ||
equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. in all instances in all files, change: Between two ranges >> Between two numbers |
||
\ </tr>\n </table>\n " | ||
in: query | ||
name: affectedAssetsCount | ||
required: false | ||
schema: | ||
description: "The number of neighboring assets affected by the finding.\n <br>\n | ||
\ Enter either a number or prefix it with one of the following operators.\n | ||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater | ||
than</td>\n <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n | ||
\ <td>\\~gte\\~10</td>\n </tr>\n <tr>\n <td>Less than</td>\n | ||
\ <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Less than equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n | ||
\ <td>\\~bt\\~10,20</td>\n </tr>\n </table>\n " | ||
title: Affectedassetscount | ||
type: string |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
description: "The total number of anomalies found for the asset.\n <br>\n Enter | ||
either a number or prefix it with one of the following operators.\n <table>\n | ||
\ <tr>\n <th>Operator</th>\n <th>Notation</th>\n <th>Example</th>\n | ||
\ </tr>\n <tr>\n <td>Equals</td>\n <td>No prefix or optionally | ||
\\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Not equals</td>\n <td>\\~neq\\~</td>\n <td>\\~neq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Greater than</td>\n <td>\\~gt\\~</td>\n | ||
\ <td>\\~gt\\~10</td>\n </tr>\n <tr>\n <td>Greater than | ||
equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than equals</td>\n <td>\\~lte\\~</td>\n | ||
\ <td>\\~lte\\~10</td>\n </tr>\n <tr>\n <td>Between two | ||
ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n </tr>\n | ||
\ </table>\n " | ||
in: query | ||
name: allAnomaliesCount | ||
required: false | ||
schema: | ||
description: "The total number of anomalies found for the asset.\n <br>\n | ||
\ Enter either a number or prefix it with one of the following operators.\n | ||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater | ||
than</td>\n <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n | ||
\ <td>\\~gte\\~10</td>\n </tr>\n <tr>\n <td>Less than</td>\n | ||
\ <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Less than equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n | ||
\ <td>\\~bt\\~10,20</td>\n </tr>\n </table>\n " | ||
title: Allanomaliescount | ||
type: string |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
description: "The total number of events found for the asset.\n <br>\n Enter | ||
either a number or prefix it with one of the following operators.\n <table>\n | ||
\ <tr>\n <th>Operator</th>\n <th>Notation</th>\n <th>Example</th>\n | ||
\ </tr>\n <tr>\n <td>Equals</td>\n <td>No prefix or optionally | ||
\\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Not equals</td>\n <td>\\~neq\\~</td>\n <td>\\~neq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Greater than</td>\n <td>\\~gt\\~</td>\n | ||
\ <td>\\~gt\\~10</td>\n </tr>\n <tr>\n <td>Greater than | ||
equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than equals</td>\n <td>\\~lte\\~</td>\n | ||
\ <td>\\~lte\\~10</td>\n </tr>\n <tr>\n <td>Between two | ||
ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n </tr>\n | ||
\ </table>\n " | ||
in: query | ||
name: allEventsCount | ||
required: false | ||
schema: | ||
description: "The total number of events found for the asset.\n <br>\n Enter | ||
either a number or prefix it with one of the following operators.\n <table>\n | ||
\ <tr>\n <th>Operator</th>\n <th>Notation</th>\n <th>Example</th>\n | ||
\ </tr>\n <tr>\n <td>Equals</td>\n <td>No prefix or | ||
optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Not equals</td>\n <td>\\~neq\\~</td>\n <td>\\~neq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Greater than</td>\n <td>\\~gt\\~</td>\n | ||
\ <td>\\~gt\\~10</td>\n </tr>\n <tr>\n <td>Greater | ||
than equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than equals</td>\n <td>\\~lte\\~</td>\n | ||
\ <td>\\~lte\\~10</td>\n </tr>\n <tr>\n <td>Between | ||
two ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n </tr>\n | ||
\ </table>\n " | ||
title: Alleventscount | ||
type: string |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
description: "Sum of vulnerabilities, misconfigurations, threats and anomalies\n <br>\n | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sum of all vulnerabilities, misconfigurations, threats, and anomalies. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sum of all vulnerabilities, misconfigurations, threats, and anomalies for today's date. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sum of all vulnerabilities, misconfigurations, threats, and anomalies for today's date. |
||
\ Enter either a number or prefix it with one of the following operators.\n | ||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater than</td>\n | ||
\ <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n | ||
\ <td>\\~lt\\~10</td>\n </tr>\n <tr>\n <td>Less than | ||
equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n | ||
\ </tr>\n </table>\n " | ||
in: query | ||
name: allFindingsCount | ||
required: false | ||
schema: | ||
description: "Sum of vulnerabilities, misconfigurations, threats and anomalies\n | ||
\ <br>\n Enter either a number or prefix it with one of the following | ||
operators.\n <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater | ||
than</td>\n <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n | ||
\ <td>\\~gte\\~10</td>\n </tr>\n <tr>\n <td>Less than</td>\n | ||
\ <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Less than equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n | ||
\ <td>\\~bt\\~10,20</td>\n </tr>\n </table>\n " | ||
title: Allfindingscount | ||
type: string |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
description: "The total number of misconfigurations found for the asset.\n <br>\n | ||
\ Enter either a number or prefix it with one of the following operators.\n | ||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater than</td>\n | ||
\ <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n | ||
\ <td>\\~lt\\~10</td>\n </tr>\n <tr>\n <td>Less than | ||
equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n | ||
\ </tr>\n </table>\n " | ||
in: query | ||
name: allMisconfigCount | ||
required: false | ||
schema: | ||
description: "The total number of misconfigurations found for the asset.\n <br>\n | ||
\ Enter either a number or prefix it with one of the following operators.\n | ||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater | ||
than</td>\n <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n | ||
\ <td>\\~gte\\~10</td>\n </tr>\n <tr>\n <td>Less than</td>\n | ||
\ <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Less than equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n | ||
\ <td>\\~bt\\~10,20</td>\n </tr>\n </table>\n " | ||
title: Allmisconfigcount | ||
type: string |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
description: "The total number of threats found for the asset.\n <br>\n Enter | ||
either a number or prefix it with one of the following operators.\n <table>\n | ||
\ <tr>\n <th>Operator</th>\n <th>Notation</th>\n <th>Example</th>\n | ||
\ </tr>\n <tr>\n <td>Equals</td>\n <td>No prefix or optionally | ||
\\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Not equals</td>\n <td>\\~neq\\~</td>\n <td>\\~neq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Greater than</td>\n <td>\\~gt\\~</td>\n | ||
\ <td>\\~gt\\~10</td>\n </tr>\n <tr>\n <td>Greater than | ||
equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than equals</td>\n <td>\\~lte\\~</td>\n | ||
\ <td>\\~lte\\~10</td>\n </tr>\n <tr>\n <td>Between two | ||
ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n </tr>\n | ||
\ </table>\n " | ||
in: query | ||
name: allThreatsCount | ||
required: false | ||
schema: | ||
description: "The total number of threats found for the asset.\n <br>\n Enter | ||
either a number or prefix it with one of the following operators.\n <table>\n | ||
\ <tr>\n <th>Operator</th>\n <th>Notation</th>\n <th>Example</th>\n | ||
\ </tr>\n <tr>\n <td>Equals</td>\n <td>No prefix or | ||
optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Not equals</td>\n <td>\\~neq\\~</td>\n <td>\\~neq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Greater than</td>\n <td>\\~gt\\~</td>\n | ||
\ <td>\\~gt\\~10</td>\n </tr>\n <tr>\n <td>Greater | ||
than equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than equals</td>\n <td>\\~lte\\~</td>\n | ||
\ <td>\\~lte\\~10</td>\n </tr>\n <tr>\n <td>Between | ||
two ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n </tr>\n | ||
\ </table>\n " | ||
title: Allthreatscount | ||
type: string |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
description: "The total number of vulnerabilities found for the asset.\n <br>\n | ||
\ Enter either a number or prefix it with one of the following operators.\n | ||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater than</td>\n | ||
\ <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n <td>\\~gte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n | ||
\ <td>\\~lt\\~10</td>\n </tr>\n <tr>\n <td>Less than | ||
equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n | ||
\ </tr>\n </table>\n " | ||
in: query | ||
name: allVulnCount | ||
required: false | ||
schema: | ||
description: "The total number of vulnerabilities found for the asset.\n <br>\n | ||
\ Enter either a number or prefix it with one of the following operators.\n | ||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Not equals</td>\n <td>\\~neq\\~</td>\n | ||
\ <td>\\~neq\\~10</td>\n </tr>\n <tr>\n <td>Greater | ||
than</td>\n <td>\\~gt\\~</td>\n <td>\\~gt\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Greater than equals</td>\n <td>\\~gte\\~</td>\n | ||
\ <td>\\~gte\\~10</td>\n </tr>\n <tr>\n <td>Less than</td>\n | ||
\ <td>\\~lt\\~</td>\n <td>\\~lt\\~10</td>\n </tr>\n <tr>\n | ||
\ <td>Less than equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n | ||
\ </tr>\n <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n | ||
\ <td>\\~bt\\~10,20</td>\n </tr>\n </table>\n " | ||
title: Allvulncount | ||
type: string |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
description: The name of the asset ID. | ||
in: query | ||
name: assetName | ||
required: false | ||
schema: | ||
description: The name of the asset ID. | ||
title: Assetname | ||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's neighboring?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this to related assets