diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
new file mode 100644
index 0000000..131c639
--- /dev/null
+++ b/.github/workflows/linting.yml
@@ -0,0 +1,11 @@
+name: Linting
+on: [push, pull_request]
+jobs:
+ lint:
+ # Run per push for internal contributers. This isn't possible for forked pull requests,
+ # so we'll need to run on PR events for external contributers.
+ # String comparison below is case insensitive.
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
+ runs-on: ubuntu-latest
+ steps:
+ - uses: 'phantomcyber/dev-cicd-tools/github-actions/lint@main'
diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml
new file mode 100644
index 0000000..712cc1b
--- /dev/null
+++ b/.github/workflows/semgrep.yml
@@ -0,0 +1,28 @@
+name: Semgrep
+on:
+ pull_request_target:
+ branches:
+ - next
+ - main
+ push:
+ branches:
+ - next
+ - main
+jobs:
+ semgrep:
+ runs-on: ubuntu-latest
+ steps:
+ - if: github.event_name == 'push'
+ run: |
+ echo "REPOSITORY=${{ github.repository }}" >> $GITHUB_ENV
+ echo "REF=${{ github.REF }}" >> $GITHUB_ENV
+ - if: github.event_name == 'pull_request_target'
+ run: |
+ echo "REPOSITORY=${{ github.event.pull_request.head.repo.full_name }}" >> $GITHUB_ENV
+ echo "REF=${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV
+ - uses: 'phantomcyber/dev-cicd-tools/github-actions/semgrep@main'
+ with:
+ SEMGREP_DEPLOYMENT_ID: ${{ secrets.SEMGREP_DEPLOYMENT_ID }}
+ SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
+ REPOSITORY: ${{ github.repository }}
+ REF: ${{ github.ref }}
diff --git a/.github/workflows/start-release.yml b/.github/workflows/start-release.yml
new file mode 100644
index 0000000..7bbce79
--- /dev/null
+++ b/.github/workflows/start-release.yml
@@ -0,0 +1,13 @@
+name: Start Release
+on:
+ workflow_dispatch:
+ push:
+ tags:
+ - '*-beta*'
+jobs:
+ start-release:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: 'phantomcyber/dev-cicd-tools/github-actions/start-release@main'
+ with:
+ GITHUB_TOKEN: ${{ secrets.SOAR_APPS_TOKEN }}
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 38e1594..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-include:
- - project: 'phantom/appscript'
- file: 'gitlab-ci/.gitlab-ci.yml'
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..47da14c
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,11 @@
+repos:
+- repo: https://github.com/phantomcyber/dev-cicd-tools
+ rev: v1.10
+ hooks:
+ - id: org-hook
+ - id: package-app-dependencies
+- repo: https://github.com/Yelp/detect-secrets
+ rev: v1.1.0
+ hooks:
+ - id: detect-secrets
+ args: ['--no-verify', '--exclude-files', '^misp.json$']
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..b3cc507
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,2 @@
+# Contributing
+For more information about contributing to Splunk SOAR Apps please take a look at our app [Contribution Guide](https://github.com/splunk-soar-connectors/.github/blob/main/.github/CONTRIBUTING.md)!
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..6af04d8
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright (c) 2017-2022 Splunk Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
\ No newline at end of file
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7af3212..0000000
--- a/Makefile
+++ /dev/null
@@ -1,81 +0,0 @@
-# Makefile for Phantom apps CI
-# created oct-2018 by michellel & jacobd at splunk
-#
-# Usage:
-# make local - to bring up docker for local dev
-# make
The other field expects a json string, which can have the key value pairs of any field which the search API supports\.
The MISP API doesn't support paging, but it is possible to work around this\. By giving max results as a negative number, n, it will take the last n results from the query\. From there, you can take the timestamp from the first object in the resulting list, then pass it in the other field like so\: \{"timestamp"\: <timestamp \+ 1>\}\. All the results will now be after that specified timestamp\.
Also note that when searching for events, events with no attributes will not be returned\.
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**controller** | required | Search for events or attributes | string |
+**max\_results** | optional | Max results to return | numeric |
+**event\_id** | optional | Comma seperated list of Event IDs | string | `misp event id`
+**tags** | optional | Comma seperated list of tags | string |
+**other** | optional | Other search parameters, as a JSON object | string |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS
+--------- | ---- | --------
+action\_result\.status | string |
+action\_result\.parameter\.controller | string |
+action\_result\.parameter\.event\_id | string | `misp event id`
+action\_result\.parameter\.max\_results | numeric |
+action\_result\.parameter\.other | string |
+action\_result\.parameter\.tags | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.distribution | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.id | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.info | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.org\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.orgc\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.uuid | string |
+action\_result\.data\.\*\.Attribute\.\*\.Object\.distribution | string |
+action\_result\.data\.\*\.Attribute\.\*\.Object\.id | string |
+action\_result\.data\.\*\.Attribute\.\*\.Object\.sharing\_group\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.category | string |
+action\_result\.data\.\*\.Attribute\.\*\.comment | string |
+action\_result\.data\.\*\.Attribute\.\*\.deleted | numeric |
+action\_result\.data\.\*\.Attribute\.\*\.disable\_correlation | numeric |
+action\_result\.data\.\*\.Attribute\.\*\.distribution | string |
+action\_result\.data\.\*\.Attribute\.\*\.event\_id | string | `misp event id`
+action\_result\.data\.\*\.Attribute\.\*\.first\_seen | string |
+action\_result\.data\.\*\.Attribute\.\*\.id | string | `misp attribute id`
+action\_result\.data\.\*\.Attribute\.\*\.last\_seen | string |
+action\_result\.data\.\*\.Attribute\.\*\.object\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.object\_relation | string |
+action\_result\.data\.\*\.Attribute\.\*\.sharing\_group\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.timestamp | string |
+action\_result\.data\.\*\.Attribute\.\*\.to\_ids | boolean |
+action\_result\.data\.\*\.Attribute\.\*\.type | string |
+action\_result\.data\.\*\.Attribute\.\*\.uuid | string |
+action\_result\.data\.\*\.Attribute\.\*\.value | string | `url` `domain` `ip` `email` `hash` `md5` `sha256` `md1`
+action\_result\.data\.\*\.\*\.Event\.id | string |
+action\_result\.data\.\*\.\*\.Event\.Org\.id | string |
+action\_result\.data\.\*\.\*\.Event\.Org\.name | string |
+action\_result\.data\.\*\.\*\.Event\.Org\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.Org\.local | numeric |
+action\_result\.data\.\*\.\*\.Event\.Orgc\.id | string |
+action\_result\.data\.\*\.\*\.Event\.Orgc\.name | string |
+action\_result\.data\.\*\.\*\.Event\.Orgc\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.Orgc\.local | numeric |
+action\_result\.data\.\*\.\*\.Event\.date | string |
+action\_result\.data\.\*\.\*\.Event\.info | string |
+action\_result\.data\.\*\.\*\.Event\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.locked | numeric |
+action\_result\.data\.\*\.\*\.Event\.org\_id | string |
+action\_result\.data\.\*\.\*\.Event\.orgc\_id | string |
+action\_result\.data\.\*\.\*\.Event\.analysis | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.id | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.type | string | `url`
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.value | string | `url` `domain` `ip` `email` `hash` `md5` `sha256` `md1`
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.to\_ids | numeric |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.comment | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.deleted | numeric |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.category | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.event\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.last\_seen | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.object\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.timestamp | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.first\_seen | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.distribution | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.object\_relation | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.sharing\_group\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Attribute\.\*\.disable\_correlation | numeric |
+action\_result\.data\.\*\.\*\.Event\.published | numeric |
+action\_result\.data\.\*\.\*\.Event\.timestamp | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.id | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.Org\.id | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.Org\.name | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.Org\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.Orgc\.id | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.Orgc\.name | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.Orgc\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.date | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.info | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.org\_id | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.orgc\_id | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.analysis | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.published | numeric |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.timestamp | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.distribution | string |
+action\_result\.data\.\*\.\*\.Event\.RelatedEvent\.\*\.Event\.threat\_level\_id | string |
+action\_result\.data\.\*\.\*\.Event\.distribution | string |
+action\_result\.data\.\*\.\*\.Event\.extends\_uuid | string |
+action\_result\.data\.\*\.\*\.Event\.attribute\_count | string |
+action\_result\.data\.\*\.\*\.Event\.threat\_level\_id | string |
+action\_result\.data\.\*\.\*\.Event\.sharing\_group\_id | string |
+action\_result\.data\.\*\.\*\.Event\.publish\_timestamp | string |
+action\_result\.data\.\*\.\*\.Event\.disable\_correlation | numeric |
+action\_result\.data\.\*\.\*\.Event\.event\_creator\_email | string | `email`
+action\_result\.data\.\*\.\*\.Event\.proposal\_email\_lock | numeric |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.id | string |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.name | string |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.local | numeric |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.colour | string |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.user\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.hide\_tag | numeric |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.is\_galaxy | numeric |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.exportable | numeric |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.numerical\_value | string |
+action\_result\.data\.\*\.\*\.Event\.Tag\.\*\.is\_custom\_galaxy | numeric |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.id | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.name | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.comment | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.deleted | numeric |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.event\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.id | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.type | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.uuid | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.value | string | `url` `domain` `ip` `email` `hash` `md5` `sha256` `md1`
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.to\_ids | numeric |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.comment | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.deleted | numeric |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.category | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.event\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.last\_seen | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.object\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.timestamp | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.first\_seen | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.distribution | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.object\_relation | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.sharing\_group\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.Attribute\.\*\.disable\_correlation | numeric |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.last\_seen | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.timestamp | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.first\_seen | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.description | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.distribution | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.meta\-category | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.template\_uuid | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.sharing\_group\_id | string |
+action\_result\.data\.\*\.\*\.Event\.Object\.\*\.template\_version | string |
+action\_result\.data\.\*\.attribute\_count | string |
+action\_result\.summary | string |
+action\_result\.message | string |
+summary\.total\_objects | numeric |
+summary\.total\_objects\_successful | numeric |
+
+## action: 'get attributes'
+Get attributes for a specific event
+
+Type: **investigate**
+Read only: **True**
+
+download\_samples will only download files which are marked as a 'malware\-sample'\.
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**event\_id** | required | An Event ID | numeric | `misp event id`
+**download\_samples** | optional | Download malware samples to vault | boolean |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS
+--------- | ---- | --------
+action\_result\.status | string |
+action\_result\.parameter\.download\_samples | boolean |
+action\_result\.parameter\.event\_id | numeric | `misp event id`
+action\_result\.data\.\*\.Attribute\.\*\.Event\.distribution | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.id | string | `misp event id`
+action\_result\.data\.\*\.Attribute\.\*\.Event\.info | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.org\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.orgc\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.Event\.uuid | string |
+action\_result\.data\.\*\.Attribute\.\*\.Object\.distribution | string |
+action\_result\.data\.\*\.Attribute\.\*\.Object\.id | string |
+action\_result\.data\.\*\.Attribute\.\*\.Object\.sharing\_group\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.category | string |
+action\_result\.data\.\*\.Attribute\.\*\.comment | string |
+action\_result\.data\.\*\.Attribute\.\*\.deleted | boolean |
+action\_result\.data\.\*\.Attribute\.\*\.disable\_correlation | boolean |
+action\_result\.data\.\*\.Attribute\.\*\.distribution | string |
+action\_result\.data\.\*\.Attribute\.\*\.event\_id | string | `misp event id`
+action\_result\.data\.\*\.Attribute\.\*\.first\_seen | string |
+action\_result\.data\.\*\.Attribute\.\*\.id | string | `misp attribute id`
+action\_result\.data\.\*\.Attribute\.\*\.last\_seen | string |
+action\_result\.data\.\*\.Attribute\.\*\.object\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.object\_relation | string |
+action\_result\.data\.\*\.Attribute\.\*\.sharing\_group\_id | string |
+action\_result\.data\.\*\.Attribute\.\*\.timestamp | string |
+action\_result\.data\.\*\.Attribute\.\*\.to\_ids | boolean |
+action\_result\.data\.\*\.Attribute\.\*\.type | string |
+action\_result\.data\.\*\.Attribute\.\*\.uuid | string |
+action\_result\.data\.\*\.Attribute\.\*\.value | string | `url` `domain` `ip` `email` `hash` `md5` `sha256` `md1`
+action\_result\.summary | string |
+action\_result\.message | string |
+summary\.total\_objects | numeric |
+summary\.total\_objects\_successful | numeric |
\ No newline at end of file
diff --git a/__init__.py b/__init__.py
index 8cd278d..7a7c38d 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,9 +1,14 @@
-# --
# File: __init__.py
#
-# Copyright (c) 2017-2021 Splunk Inc.
+# Copyright (c) 2017-2022 Splunk Inc.
#
-# SPLUNK CONFIDENTIAL - Use or disclosure of this material in whole or in part
-# without a valid written license from Splunk Inc. is PROHIBITED.
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
#
-# --
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software distributed under
+# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+# either express or implied. See the License for the specific language governing permissions
+# and limitations under the License.
diff --git a/docker-compose.yml b/docker-compose.yml
deleted file mode 100644
index 6150455..0000000
--- a/docker-compose.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-version: "3.2"
-
-services:
- app_tester:
- image: repo.splunk.com/splunk/infra/phantom_apps_tester:${IMAGE_TAG:-latest}
- environment:
- BUILD_USER_ID: ${USER:-localbuild}
- TEST_BRANCH: ${TEST_BRANCH:-master}
- WORKSPACE: /builds/phantom-apps
- volumes:
- - .:/builds/phantom-apps/${APP_REPO_NAME}
- command: sleep 28800
- secrets:
- - app_artf_token
- - app_deploy_key
- - gitlab_api_token
-
-secrets:
- app_artf_token:
- file: ~/.docker/secrets/app_artf_token
- app_deploy_key:
- file: ~/.docker/secrets/app_deploy_key
- gitlab_api_token:
- file: ~/.docker/secrets/gitlab_api_token
diff --git a/exclude_files.txt b/exclude_files.txt
index 4c81ebc..e9cafef 100644
--- a/exclude_files.txt
+++ b/exclude_files.txt
@@ -2,4 +2,4 @@ docker-compose.yml
Makefile
.git*
.gitlab-ci.yml
-whitesource-results
\ No newline at end of file
+whitesource-results
diff --git a/misp.json b/misp.json
index 97b03f7..eadd1dd 100644
--- a/misp.json
+++ b/misp.json
@@ -5,14 +5,15 @@
"publisher": "Splunk",
"package_name": "phantom_misp",
"type": "threat intel",
- "license": "Copyright (c) 2017-2021 Splunk Inc.",
+ "license": "Copyright (c) 2017-2022 Splunk Inc.",
"main_module": "misp_connector.py",
- "app_version": "2.1.5",
- "utctime_updated": "2021-07-12T05:53:08.000000Z",
+ "app_version": "2.1.7",
+ "utctime_updated": "2022-02-03T21:33:46.000000Z",
"product_vendor": "MISP",
"product_name": "MISP",
"product_version_regex": ".*",
- "min_phantom_version": "4.9.39220",
+ "min_phantom_version": "5.1.0",
+ "fips_compliant": true,
"python_version": "3",
"latest_tested_versions": [
"On-prem, Version 2.4.140"
@@ -22,20 +23,84 @@
"pip_dependencies": {
"wheel": [
{
- "module": "pymisp",
- "input_file": "wheels/pymisp-2.4.138-py3-none-any.whl"
+ "module": "Deprecated",
+ "input_file": "wheels/shared/Deprecated-1.2.12-py2.py3-none-any.whl"
},
{
- "module": "jsonschema",
- "input_file": "wheels/jsonschema-3.2.0-py2.py3-none-any.whl"
+ "module": "attrs",
+ "input_file": "wheels/shared/attrs-21.4.0-py2.py3-none-any.whl"
},
{
- "module": "deprecated",
- "input_file": "wheels/Deprecated-1.2.12-py2.py3-none-any.whl"
+ "module": "beautifulsoup4",
+ "input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "cachetools",
- "input_file": "wheels/cachetools-4.2.2-py3-none-any.whl"
+ "input_file": "wheels/py3/cachetools-4.2.2-py3-none-any.whl"
+ },
+ {
+ "module": "certifi",
+ "input_file": "wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl"
+ },
+ {
+ "module": "chardet",
+ "input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
+ },
+ {
+ "module": "idna",
+ "input_file": "wheels/shared/idna-2.10-py2.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": "requests",
+ "input_file": "wheels/shared/requests-2.25.0-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.1-py3-none-any.whl"
+ },
+ {
+ "module": "typing_extensions",
+ "input_file": "wheels/py3/typing_extensions-4.0.1-py3-none-any.whl"
+ },
+ {
+ "module": "urllib3",
+ "input_file": "wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl"
+ },
+ {
+ "module": "wrapt",
+ "input_file": "wheels/py36/wrapt-1.13.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_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"
}
]
},
@@ -2317,5 +2382,77 @@
],
"versions": "EQ(*)"
}
- ]
+ ],
+ "pip39_dependencies": {
+ "wheel": [
+ {
+ "module": "Deprecated",
+ "input_file": "wheels/shared/Deprecated-1.2.12-py2.py3-none-any.whl"
+ },
+ {
+ "module": "attrs",
+ "input_file": "wheels/shared/attrs-21.4.0-py2.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": "certifi",
+ "input_file": "wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl"
+ },
+ {
+ "module": "chardet",
+ "input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
+ },
+ {
+ "module": "idna",
+ "input_file": "wheels/shared/idna-2.10-py2.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/py39/pyrsistent-0.18.1-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": "requests",
+ "input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
+ },
+ {
+ "module": "setuptools",
+ "input_file": "wheels/py3/setuptools-60.7.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.1-py3-none-any.whl"
+ },
+ {
+ "module": "urllib3",
+ "input_file": "wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl"
+ },
+ {
+ "module": "wrapt",
+ "input_file": "wheels/py39/wrapt-1.13.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
+ }
+ ]
+ }
}
\ No newline at end of file
diff --git a/misp_connector.py b/misp_connector.py
index 346ee98..068724a 100644
--- a/misp_connector.py
+++ b/misp_connector.py
@@ -1,28 +1,35 @@
-# --
# File: misp_connector.py
#
-# Copyright (c) 2017-2021 Splunk Inc.
+# Copyright (c) 2017-2022 Splunk Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software distributed under
+# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+# either express or implied. See the License for the specific language governing permissions
+# and limitations under the License.
#
-# SPLUNK CONFIDENTIAL - Use or disclosure of this material in whole or in part
-# without a valid written license from Splunk Inc. is PROHIBITED.
#
-# --
-
# Phantom App imports
+import ipaddress
+import json
+
import phantom.app as phantom
-from phantom.base_connector import BaseConnector
+import phantom.rules as ph_rules
+import phantom.utils as ph_utils
+import requests
+from bs4 import BeautifulSoup
from phantom.action_result import ActionResult
+from phantom.base_connector import BaseConnector
from phantom.vault import Vault
-import phantom.utils as ph_utils
-import phantom.rules as ph_rules
+from pymisp import MISPEvent, PyMISP
# Imports local to this App
from misp_consts import *
-import json
-import requests
-from bs4 import BeautifulSoup
-from pymisp import PyMISP, MISPEvent
-import ipaddress
# This patching is required because the PyMISP API sets the verify flag as a
@@ -735,6 +742,7 @@ def handle_action(self, param):
if __name__ == '__main__':
import sys
+
import pudb
# Breakpoint at runtime
@@ -742,7 +750,7 @@ def handle_action(self, param):
if len(sys.argv) < 2:
print("No test json specified as input")
- exit(0)
+ sys.exit(0)
with open(sys.argv[1]) as f:
in_json = f.read()
@@ -753,4 +761,4 @@ def handle_action(self, param):
ret_val = connector._handle_action(json.dumps(in_json), None)
print(json.dumps(json.loads(ret_val), indent=4))
- exit(0)
+ sys.exit(0)
diff --git a/misp_consts.py b/misp_consts.py
index 5789c7f..f21388a 100644
--- a/misp_consts.py
+++ b/misp_consts.py
@@ -1,10 +1,17 @@
# File: misp_consts.py
-# Copyright (c) 2017-2021 Splunk Inc.
#
-# SPLUNK CONFIDENTIAL - Use or disclosure of this material in whole or in part
-# without a valid written license from Splunk Inc. is PROHIBITED.
+# Copyright (c) 2017-2022 Splunk Inc.
#
-
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software distributed under
+# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+# either express or implied. See the License for the specific language governing permissions
+# and limitations under the License.
MISP_INVALID_INT_ERR = "Please provide a valid {msg} integer value in the {param}"
MISP_INVALID_EVENT_ID = "'event_id' action parameter"
MISP_INVALID_MAX_RESULT = "'max_result' action parameter"
diff --git a/readme.html b/readme.html
index b192626..d046b22 100644
--- a/readme.html
+++ b/readme.html
@@ -1,11 +1,16 @@
-
@@ -86,4 +91,4 @@ cachetools-4.2.2
"tag1, tag11" will be considered a single tag.