Skip to content

Commit 41d4a47

Browse files
authored
Private upload mode - docs #7 (demisto#28802)
* Updated Docs * added RNs
1 parent 2ffae43 commit 41d4a47

File tree

18 files changed

+390
-332
lines changed

18 files changed

+390
-332
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Notice: Submitting indicators using the following commands of this integration might make the indicator data publicly available.
2+
- ***url***
3+
- ***domain***
4+
See the vendor’s documentation for more details.

Packs/EclecticIQ/Integrations/EclecticIQ/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
<div class="cl-preview-section"><hr></div>
240240
<div class="cl-preview-section">
241241
<p>Gets the reputation of a URL observable.</p>
242+
<p>Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.</p>
242243
</div>
243244
<div class="cl-preview-section">
244245
<h5 id="base-command-1">Base Command</h5>
@@ -1050,6 +1051,7 @@
10501051
<div class="cl-preview-section"><hr></div>
10511052
<div class="cl-preview-section">
10521053
<p>Gets the reputation of a domain observable.</p>
1054+
<p>Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.</p>
10531055
</div>
10541056
<div class="cl-preview-section">
10551057
<h5 id="base-command-5">Base Command</h5>
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### EclecticIQ Platform (Deprecated)
5+
6+
Documentation and metadata improvements.

Packs/EclecticIQ/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "EclecticIQ Platform",
33
"description": "Threat Intelligence Platform that connects and interprets intelligence data from open sources, commercial suppliers and industry partnerships.",
44
"support": "partner",
5-
"currentVersion": "2.0.12",
5+
"currentVersion": "2.0.13",
66
"author": "EclecticIQ",
77
"url": "https://support.eclecticiq.com",
88
"email": "[email protected]",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
## Overview
2-
FireEye offers a best-in-class virtual execution engine in many of its core products, including our Network Security, Email Security, and File Analysis solutions. With the release of Detection on Demand, our customers can now harness the same execution engine used in our leading products to build new applications, integrations, and workflows. This pack brings the core functionality of Detection on Demand to the Cortex XSOAR platform, allowing you and your team to detonate and analyze malicious files and URLs. Check out https://fireeye.dev for more information.
1+
## Overview
2+
FireEye offers a best-in-class virtual execution engine in many of its core products, including our Network Security, Email Security, and File Analysis solutions. With the release of Detection on Demand, our customers can now harness the same execution engine used in our leading products to build new applications, integrations, and workflows. This pack brings the core functionality of Detection on Demand to the Cortex XSOAR platform, allowing you and your team to detonate and analyze malicious files and URLs. Check out https://fireeye.dev for more information.
3+
4+
5+
Notice: Submitting indicators using the **fireeye-dod-submit-urls** command of this integration might make the indicator data publicly available. See the vendor’s documentation for more details.

Packs/FireEye-Detection-on-Demand/Integrations/FireEye-Detection-on-Demand/README.md

+324-322
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### FireEye Detection on Demand
5+
6+
Documentation and metadata improvements.

Packs/FireEye-Detection-on-Demand/pack_metadata.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "FireEye Detection on Demand",
33
"description": "Detonate files, hashes, and URLs using FireEye Detection on Demand",
44
"support": "partner",
5-
"currentVersion": "1.0.3",
5+
"currentVersion": "1.0.4",
66
"author": "FireEye Inc.",
77
"githubUser": [
88
"mckibbenc",
@@ -14,8 +14,7 @@
1414
"categories": [
1515
"Data Enrichment & Threat Intelligence"
1616
],
17-
"tags": [
18-
],
17+
"tags": [],
1918
"useCases": [],
2019
"keywords": [
2120
"fireeye",

Packs/FullHunt/Integrations/FullHunt/FullHunt_description.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This section explains how to configure the instance of FullHuntIO in Cortex XSOA
44
2. Copy and paste the key in the integration credentials field.
55
3. Click the test button to test integration's configuration.
66

7+
Notice: Submitting indicators using the following commands of this integration might make the indicator data publicly available.
8+
- ***domain***
9+
- ***fullhunt-get-host***
10+
- ***fullhunt-get-subdomain***
11+
See the vendor’s documentation for more details.
12+
713
[View API Documentation](https://api-docs.fullhunt.io/#introduction)
814

915
---

Packs/FullHunt/Integrations/FullHunt/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ None
5252
***
5353
Get host details
5454

55+
Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.
56+
5557
#### Base Command
5658

5759
`fullhunt-get-host`
@@ -106,6 +108,8 @@ Get host details
106108
***
107109
Get details about one specified domain
108110

111+
Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.
112+
109113
#### Base Command
110114

111115
`fullhunt-domain`
@@ -137,6 +141,8 @@ Get details about one specified domain
137141
***
138142
Get all subdomains from a given domain
139143

144+
Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.
145+
140146
#### Base Command
141147

142148
`fullhunt-get-subdomain`

Packs/FullHunt/ReleaseNotes/1_0_3.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### FullHunt
5+
6+
Documentation and metadata improvements.

Packs/FullHunt/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "FullHunt",
33
"description": "Integration with FullHunt, the attack surface database of the internet.\nFullHunt enables companies to discover all of their attack surfaces, monitor them for exposure, and continuously scan them for the latest security vulnerabilities.",
44
"support": "community",
5-
"currentVersion": "1.0.2",
5+
"currentVersion": "1.0.3",
66
"author": "@sam0x90",
77
"url": "https://fullhunt.io/",
88
"email": "",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
The Safe Browsing APIs (v4) let your client applications check URLs against Google's constantly updated lists of unsafe web resources. Examples of unsafe web resources are social engineering sites (phishing and deceptive sites) and sites that host malware or unwanted software. Any URL found on a Safe Browsing list is considered unsafe.
2-
Set up instructions are available at Google API Console Help Center: https://developers.google.com/safe-browsing/v4/get-started.
2+
Set up instructions are available at Google API Console Help Center: https://developers.google.com/safe-browsing/v4/get-started.
3+
4+
Notice: Submitting indicators using the **url** command of this integration might make the indicator data publicly available. See the vendor’s documentation for more details.

Packs/GoogleSafeBrowsing/Integrations/GoogleSafeBrowsing/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ After you successfully execute a command, a DBot message appears in the War Room
2424
***
2525
Check URL Reputation
2626

27+
Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.
28+
2729

2830
#### Base Command
2931

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
The Safe Browsing APIs (v4) let your client applications check URLs against Google's constantly updated lists of unsafe web resources.
22
Examples of unsafe web resources are social engineering sites (phishing and deceptive sites) and sites that host malware or unwanted software.
33
Any URL found on a Safe Browsing list is considered unsafe.
4-
Set up instructions are available at Google API Console [Help Center](https://developers.google.com/safe-browsing/v4/get-started)
4+
Set up instructions are available at Google API Console [Help Center](https://developers.google.com/safe-browsing/v4/get-started)
5+
6+
Notice: Submitting indicators using the **url** command of this integration might make the indicator data publicly available. See the vendor’s documentation for more details.

Packs/GoogleSafeBrowsing/Integrations/GoogleSafeBrowsingV2/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ After you successfully execute a command, a DBot message appears in the War Room
2828
***
2929
Check URL Reputation
3030

31+
Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.
32+
3133

3234
#### Base Command
3335

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
#### Integrations
3+
4+
##### Google Safe Browsing v2
5+
6+
Documentation and metadata improvements.
7+
8+
##### Google Safe Browsing (Deprecated)
9+
10+
Documentation and metadata improvements.

Packs/GoogleSafeBrowsing/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Google Safe Browsing",
33
"description": "Search Safe Browsing",
44
"support": "xsoar",
5-
"currentVersion": "2.0.19",
5+
"currentVersion": "2.0.20",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)