You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add 404, 403 error handling and warning to CTR_ENTITIES_LIMIT variable
* Add Jenkinsfile
* Fix autotest
* Updated test data into test_judgement.py and test_verdict.py files.
* Alpine & Python version update
* Update tips
Copy file name to clipboardexpand all lines: module_type.json.sample
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"default_name": "Pulsedive",
4
4
"short_description": "Pulsedive threat intelligence enriches any domain, URL, or IP. Scan new indicators, pivot to search on any data point, and investigate threats.",
5
5
"description": "Pulsedive threat intelligence offers a community platform that scans, enriches, and scores millions of indicators of compromise, setting the foundation for powerful threat investigation and research capabilities. Register for a free account and API key to access the intelligence sourced and contextualized from dozens of feeds and submitted by users all over the world.\n\nAdditionally, leverage Pulsedive to run passive or active scans on any indicator, investigate shared threat properties and attributes, and pull related threat news/summaries from the web.\n## Snapshot of Pulsedive's API\n\n### Retrieve Indicator Data\n- Risk scores and risk factors\n- Registration timeline\n- Source feeds and comments\n- Associated threats\n- Ports and protocols\n- Web technologies\n- WHOIS registration\n- Location data\n- DNS records\n- Query strings\n- HTTP headers\n- SSL certificate metadata\n- Cookies\n- Meta tags\n- Mail servers\n- Redirects\n- Related domains and urls\n\n### Retrieve Threat Data\n- Related news\n- Comments\n- Risky properties\n- Source feeds\n- Indicators\n\n### Retrieve Feed Data\n- Name and organization\n- Threats\n- Indicators\n\n### Explore (Search) Our Database\n- Create queries using almost any data point(s) to pivot across indicators, threats, or feeds.\n\n### Scan Indicators\n- Perform passive or active scans of hosts to retrieve live data on-demand.",
6
-
"tips": "When configuring this integration, you must first gather some information from your Pulsedive account.\n\n1. Log into Pulsedive, click **ACCOUNT**\n2. Copy the **API KEY** into a file, or leave the tab open\n\n3. Complete the **Add New Pulsedive Integration Module** form:\n - **Module Name** - Leave the default name or enter a name that is meaningful to you\n - **API Key** - Enter the Pulsedive API Key\n - **Entities Limit** - Enter the limit that restricts the maximum number of CTIM entities of each type returned in a single response per each requested observable. Must be a positive integer. Defaults to 100 (if unset or incorrect)\n4. Click **Save** to complete the Pulsedive module configuration.",
6
+
"tips": "When configuring Pulsedive integration, you must obtain the API key from your Pulsedive account and then add the Pulsedive integration module in SecureX.\n\n1. Log in to Pulsedive and click **ACCOUNT**.\n2. Copy the **API KEY** into a file or leave the tab open.\n3. In SecureX, complete the **Add New Pulsedive Integration Module** form:\n - **Integration Module Name** - Leave the default name or enter a name that is meaningful to you.\n - **API Key** - Paste the copied API key from Pulsedive into this field.\n - **Entities Limit** - Specify the maximum number of indicators and sightings in a single response, per requested observable (must be a positive value). We recommend that you enter a limit in the range of 50 to 1000. The default is 100 entities.\n\n4. Click **Save** to complete the Pulsedive integration module configuration.",
7
7
"external_references": [
8
8
{
9
9
"label": "About",
@@ -26,7 +26,7 @@
26
26
"key": "custom_CTR_ENTITIES_LIMIT",
27
27
"type": "integer",
28
28
"label": "Entities Limit",
29
-
"tooltip": "Restricts the maximum number of `Indicators` and `Sightings`",
29
+
"tooltip": "Restricts the maximum number of `Indicators` and `Sightings`. Please note that the number over 100 might lead to data inconsistency.",
0 commit comments