Skip to content

Commit

Permalink
Merge pull request #1244 from jimbobnet/develop
Browse files Browse the repository at this point in the history
Updated ONYPHE documentation. Fixed potential naming conflict with legacy analyzer.
  • Loading branch information
jeromeleonard authored Feb 1, 2024
2 parents f3cf0eb + 2de8882 commit 15b5a7a
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 13 deletions.
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>

0 comments on commit 15b5a7a

Please sign in to comment.