Skip to content

Commit

Permalink
Release notes for version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 26, 2022
1 parent 151ebc5 commit de91840
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
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.
limitations under the License.
42 changes: 21 additions & 21 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\.7\.1
Connector Version: 2\.8\.0
Product Vendor: Splunk
Product Name: Parser
Product Version Supported (regex): "\.\*"
Minimum Product Version: 5\.1\.0
Minimum Product Version: 5\.3\.3

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

Expand Down Expand Up @@ -39,7 +39,7 @@ This app uses the defusedxml module, which is licensed under the Python Software
Create IOC artifacts from a file in the vault or raw text

Type: **generic**
Read only: **True**
Read only: **False**

Specify either text or vault\_id\. If text is used only file\_types of csv, html, and txt can be selected\. <br/><br/>If vault\_id is used and the \[file\_type\] is left blank, the app will try to determine what type of file it is on its own\. <br/><br/> When parsing an email file \(\.eml\), the <b>file\_type</b> parameter must be set to <b>email</b>\. <br/> <br/> <b>Label</b> or <b>Container ID</b> is mandatory to run an action\. It will display an error message if both of them are not mentioned\. <br/> <br/> <b> Caveats\:</b> <ul><li>If the \[file\_type\] you chose related to \[vault\_id\] is incorrect, you will have an unexpected output scenario\.</li></ul>

Expand All @@ -51,7 +51,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
**text** | optional | Raw text from which to extract IOCs | string |
**is\_structured** | optional | Use first row of CSV file as field names | boolean |
**label** | optional | Add container to this label | string |
**max\_artifacts** | optional | Maximum number of artifacts \(not applicable to \.eml filetype\) | numeric |
**max\_artifacts** | optional | Maximum number of artifacts | numeric |
**container\_id** | optional | Add created artifacts to this container | numeric |
**remap\_cef\_fields** | optional | Remap the CEF fields with new field names; Optionally, also apply an internal CEF \-> CIM field name mapping\. Note\: \(source\|destination\)Address will be mapped to \(src\|dest\)\_ip respectively instead of src\|dest \(not applicable to \.eml filetype\) | string |
**custom\_remap\_json** | optional | Custom set of CEF field name mappings\. This is a serialized json dictionary \(json\.dumps\) of Key/Value pairs where Key is an existing field name and Value is the resultant name \(not applicable to \.eml filetype\) | string |
Expand All @@ -65,40 +65,40 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
DATA PATH | TYPE | CONTAINS
--------- | ---- | --------
action\_result\.status | string |
action\_result\.parameter\.artifact\_tags | string |
action\_result\.parameter\.container\_id | numeric |
action\_result\.parameter\.custom\_remap\_json | string |
action\_result\.parameter\.file\_type | string |
action\_result\.parameter\.is\_structured | boolean |
action\_result\.parameter\.keep\_raw | boolean |
action\_result\.parameter\.label | string |
action\_result\.parameter\.max\_artifacts | numeric |
action\_result\.parameter\.parse\_domains | boolean |
action\_result\.parameter\.keep\_raw | boolean |
action\_result\.parameter\.artifact\_tags | string |
action\_result\.parameter\.remap\_cef\_fields | string |
action\_result\.parameter\.run\_automation | boolean |
action\_result\.parameter\.severity | string |
action\_result\.parameter\.text | string |
action\_result\.parameter\.vault\_id | string | `vault id`
action\_result\.data | string |
action\_result\.summary\.artifacts\_ingested | numeric |
action\_result\.summary\.artifacts\_found | numeric |
action\_result\.summary\.container\_id | numeric |
action\_result\.message | string |
summary\.total\_objects | numeric |
summary\.total\_objects\_successful | numeric |
action\_result\.data\.\*\.To | string |
action\_result\.data\.\*\.Content\-Language | string |
action\_result\.data\.\*\.Content\-Type | string |
action\_result\.data\.\*\.Date | string |
action\_result\.data\.\*\.From | string |
action\_result\.data\.\*\.Subject | string |
action\_result\.data\.\*\.Content\-Type | string |
action\_result\.data\.\*\.X\-MS\-Has\-Attach | string |
action\_result\.data\.\*\.Content\-Language | string |
action\_result\.data\.\*\.Message\-ID | string |
action\_result\.data\.\*\.In\-Reply\-To | string |
action\_result\.data\.\*\.MIME\-Version | string |
action\_result\.data\.\*\.Message\-ID | string |
action\_result\.data\.\*\.References | string |
action\_result\.data\.\*\.In\-Reply\-To | string |
action\_result\.data\.\*\.Subject | string |
action\_result\.data\.\*\.Thread\-Index | string |
action\_result\.data\.\*\.Thread\-Topic | string |
action\_result\.data\.\*\.X\-MS\-TNEF\-Correlator | string |
action\_result\.data\.\*\.To | string |
action\_result\.data\.\*\.X\-MS\-Exchange\-Organization\-RecordReviewCfmType | string |
action\_result\.data\.\*\.X\-MS\-Exchange\-Organization\-SCL | string |
action\_result\.data\.\*\.X\-MS\-Exchange\-Organization\-RecordReviewCfmType | string |
action\_result\.data\.\*\.X\-MS\-Has\-Attach | string |
action\_result\.data\.\*\.X\-MS\-TNEF\-Correlator | string |
action\_result\.summary\.artifacts\_found | numeric |
action\_result\.summary\.artifacts\_ingested | numeric |
action\_result\.summary\.container\_id | numeric |
action\_result\.message | string |
summary\.total\_objects | numeric |
summary\.total\_objects\_successful | numeric |
1 change: 1 addition & 0 deletions release_notes/2.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Added 'max artifacts' parameter support for eml file type [PAPP-26710]
1 change: 0 additions & 1 deletion release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
**Unreleased**
* Added 'max artifacts' parameter support for eml file type [PAPP-26710]

0 comments on commit de91840

Please sign in to comment.