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

Updated ONYPHE documentation. Fixed potential naming conflict with legacy analyzer. #1244

Merged
merged 2 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions analyzers/Onyphe/ONYPHE_ASM.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"screenshots": [
{
"path": "assets/Onyphe_Summary_long.png",
"caption": "Onyphe_Summary long report sample"
"path": "assets/ONYPHE_ASM_long.png",
"caption": "ONYPHE ASM report sample (IPs obscured) with click to expand accordion."
},
{
"path": "assets/Onyphe_Summary_short.png",
"caption": "Onyphe_Summary mini report sample"
"path": "assets/ONYPHE_ASM_short.png",
"caption": "ONYPHE ASM mini report showing no. of risks"
}
]
}
8 changes: 4 additions & 4 deletions analyzers/Onyphe/ONYPHE_Search.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"screenshots": [
{
"path": "assets/Onyphe_Summary_long.png",
"caption": "Onyphe_Summary long report sample"
"path": "assets/ONYPHE_Search_long.png",
"caption": "ONYPHE Search report sample (IPs obscured)"
},
{
"path": "assets/Onyphe_Summary_short.png",
"caption": "Onyphe_Summary mini report sample"
"path": "assets/ONYPHE_Search_short.png",
"caption": "ONYPHE Search mini report showing no. of open ports"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ONYPHE_Summary",
"name": "ONYPHE_Summary_API",
"version": "1.1",
"author": "Pierre Baudry, Adrien Barchapt, Andrea Garavaglia, Davide Arcuri, James Atack",
"license": "AGPL-V3",
Expand Down
8 changes: 4 additions & 4 deletions analyzers/Onyphe/ONYPHE_Vulnscan.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"screenshots": [
{
"path": "assets/Onyphe_Summary_long.png",
"caption": "Onyphe_Summary long report sample"
"path": "assets/ONYPHE_Vulnscan_long.png",
"caption": "ONYPHE Vulnscan report sample (IPs obscured)"
},
{
"path": "assets/Onyphe_Summary_short.png",
"caption": "Onyphe_Summary mini report sample"
"path": "assets/ONYPHE_Vulnscan_short.png",
"caption": "ONYPHE Vulnscan mini report showing no. of CVEs"
}
]
}
Binary file added analyzers/Onyphe/assets/ONYPHE_ASM_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added analyzers/Onyphe/assets/ONYPHE_ASM_short.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added analyzers/Onyphe/assets/ONYPHE_Search_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added analyzers/Onyphe/assets/ONYPHE_Search_short.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added analyzers/Onyphe/assets/ONYPHE_Vulnscan_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added analyzers/Onyphe/assets/ONYPHE_Vulnscan_short.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified analyzers/Onyphe/assets/onyphe_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions thehive-templates/ONYPHE_ASM_1_0/short.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<span class="label" ng-repeat="t in content.taxonomies" ng-class="{'info': 'label-info', 'safe': 'label-success', 'suspicious': 'label-warning', 'malicious':'label-danger'}[t.level]">
{{t.namespace}}:{{t.predicate}}="{{t.value}}"
</span>
3 changes: 3 additions & 0 deletions thehive-templates/ONYPHE_Search_1_0/short.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<span class="label" ng-repeat="t in content.taxonomies" ng-class="{'info': 'label-info', 'safe': 'label-success', 'suspicious': 'label-warning', 'malicious':'label-danger'}[t.level]">
{{t.namespace}}:{{t.predicate}}="{{t.value}}"
</span>
3 changes: 3 additions & 0 deletions thehive-templates/ONYPHE_Vulnscan_1_0/short.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<span class="label" ng-repeat="t in content.taxonomies" ng-class="{'info': 'label-info', 'safe': 'label-success', 'suspicious': 'label-warning', 'malicious':'label-danger'}[t.level]">
{{t.namespace}}:{{t.predicate}}="{{t.value}}"
</span>