Skip to content

Commit

Permalink
Merge pull request #41 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.10.3
  • Loading branch information
ishans-crest authored Dec 11, 2024
2 parents 40e9832 + 673107a commit 649a589
Show file tree
Hide file tree
Showing 10 changed files with 502 additions and 535 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.18
rev: v1.24
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', '^parser.json$']
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Parser

Publisher: Splunk
Connector Version: 2.10.2
Connector Version: 2.10.3
Product Vendor: Splunk
Product Name: Parser
Product Version Supported (regex): ".\*"
Minimum Product Version: 5.5.0
Minimum Product Version: 6.3.0

This app extracts IOCs from various files such as PDFs, emails, or raw text

Expand Down
6 changes: 3 additions & 3 deletions parser.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"product_name": "Parser",
"product_version_regex": ".*",
"publisher": "Splunk",
"app_version": "2.10.2",
"app_version": "2.10.3",
"fips_compliant": true,
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"utctime_updated": "2022-03-15T18:28:49.000000Z",
"package_name": "phantom_parser",
"main_module": "parser_connector.py",
"min_phantom_version": "5.5.0",
"min_phantom_version": "6.3.0",
"python_version": "3",
"latest_tested_versions": [
"Module pdfminer.six-20211012, March 14 2023"
"Module pdfminer.six-20211012, Nov 21 2024"
],
"app_wizard_version": "1.0.0",
"pip_dependencies": {
Expand Down
193 changes: 96 additions & 97 deletions parser_connector.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions parser_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"suid": "src_user_id",
"sourceUserId": "src_user_id",
"suser": "src_user",
"sourceUserName": "src_user"
"sourceUserName": "src_user",
}

_splunk_app_cef = {
Expand Down Expand Up @@ -156,7 +156,7 @@
"slat": "src_lat",
"sourceGeoLatitude": "src_lat",
"slong": "src_long",
"sourceGeoLongitude": "src_long"
"sourceGeoLongitude": "src_long",
}

CEF2CIM_MAPPING = dict()
Expand Down
Loading

0 comments on commit 649a589

Please sign in to comment.