Skip to content

Commit

Permalink
Merge pull request #17 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.2.3
  • Loading branch information
mnordby-splunk authored Dec 12, 2024
2 parents 4f7b5cd + 6ad0a34 commit 3deff67
Show file tree
Hide file tree
Showing 22 changed files with 152 additions and 215 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
rev: v1.23
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^misp.json$']
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# MISP

Publisher: Splunk
Connector Version: 2.2.2
Connector Version: 2.2.3
Product Vendor: MISP
Product Name: MISP
Product Version Supported (regex): ".\*"
Minimum Product Version: 6.2.1
Minimum Product Version: 6.3.0

Take action with Malware Information Sharing Platform

Expand Down Expand Up @@ -105,8 +105,8 @@ used by Splunk SOAR.
| https | tcp | 443 |


### Configuration Variables
The below configuration variables are required for this Connector to operate. These variables are specified when configuring a MISP asset in SOAR.
### Configuration variables
This table lists the configuration variables required to operate MISP. These variables are specified when configuring a MISP asset in Splunk SOAR.

VARIABLE | REQUIRED | TYPE | DESCRIPTION
-------- | -------- | ---- | -----------
Expand Down
136 changes: 46 additions & 90 deletions misp.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,87 +7,19 @@
"type": "threat intel",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"main_module": "misp_connector.py",
"app_version": "2.2.2",
"utctime_updated": "2024-08-19T20:43:28.000000Z",
"app_version": "2.2.3",
"utctime_updated": "2024-12-11T19:02:38.000000Z",
"product_vendor": "MISP",
"product_name": "MISP",
"product_version_regex": ".*",
"min_phantom_version": "6.2.1",
"min_phantom_version": "6.3.0",
"fips_compliant": true,
"python_version": "3",
"latest_tested_versions": [
"On-prem, Version 2.4.140"
],
"logo": "logo_misp.svg",
"logo_dark": "logo_misp_dark.svg",
"pip_dependencies": {
"wheel": [
{
"module": "Deprecated",
"input_file": "wheels/shared/Deprecated-1.2.12-py2.py3-none-any.whl"
},
{
"module": "attrs",
"input_file": "wheels/py3/attrs-22.2.0-py3-none-any.whl"
},
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py3/charset_normalizer-2.0.12-py3-none-any.whl"
},
{
"module": "importlib_metadata",
"input_file": "wheels/py3/importlib_metadata-4.8.3-py3-none-any.whl"
},
{
"module": "jsonschema",
"input_file": "wheels/shared/jsonschema-3.2.0-py2.py3-none-any.whl"
},
{
"module": "pymisp",
"input_file": "wheels/py3/pymisp-2.4.138-py3-none-any.whl"
},
{
"module": "pyrsistent",
"input_file": "wheels/py36/pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.manylinux_2_5_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl"
},
{
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.1.1-py3-none-any.whl"
},
{
"module": "wrapt",
"input_file": "wheels/py36/wrapt-1.16.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "zipp",
"input_file": "wheels/py3/zipp-3.6.0-py3-none-any.whl"
}
]
},
"configuration": {
"base_url": {
"description": "MISP instance URL (http://misp_instance.company.com/)",
Expand Down Expand Up @@ -2412,20 +2344,12 @@
},
{
"module": "attrs",
"input_file": "wheels/py3/attrs-23.1.0-py3-none-any.whl"
},
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
"input_file": "wheels/py3/attrs-24.2.0-py3-none-any.whl"
},
{
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "jsonschema",
"input_file": "wheels/shared/jsonschema-3.2.0-py2.py3-none-any.whl"
Expand All @@ -2439,25 +2363,57 @@
"input_file": "wheels/py39/pyrsistent-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl"
"module": "setuptools",
"input_file": "wheels/py3/setuptools-75.2.0-py3-none-any.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-69.0.2-py3-none-any.whl"
"module": "wrapt",
"input_file": "wheels/py39/wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "zipp",
"input_file": "wheels/py3/zipp-3.19.1-py3-none-any.whl"
}
]
},
"pip_dependencies": {
"wheel": [
{
"module": "Deprecated",
"input_file": "wheels/shared/Deprecated-1.2.12-py2.py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
"module": "attrs",
"input_file": "wheels/py3/attrs-22.2.0-py3-none-any.whl"
},
{
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
},
{
"module": "importlib_metadata",
"input_file": "wheels/py3/importlib_metadata-4.8.3-py3-none-any.whl"
},
{
"module": "jsonschema",
"input_file": "wheels/shared/jsonschema-3.2.0-py2.py3-none-any.whl"
},
{
"module": "pymisp",
"input_file": "wheels/py3/pymisp-2.4.138-py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl"
"module": "pyrsistent",
"input_file": "wheels/py36/pyrsistent-0.18.0-cp36-cp36m-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "typing_extensions",
"input_file": "wheels/py3/typing_extensions-4.1.1-py3-none-any.whl"
},
{
"module": "wrapt",
"input_file": "wheels/py39/wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py36/wrapt-1.16.0-cp36-cp36m-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux_2_28_x86_64.whl"
}
]
}
}
}
Loading

0 comments on commit 3deff67

Please sign in to comment.