RSA_GetRawLog

Use this script to get RAW log.

python · NetWitness

Details

IDRSA_GetRawLog
Languagepython
From Version6.9.0
Docker Imagedemisto/python3:3.12.13.10116658
Tagsfield-change-triggered

README

Use this script to get RAW log.
Each RSA NetWitness log contains the eventsource meta that contains an IP address that can be requested using RSA NetWitness Packets and Logs.
This log is after set in the field rsarawlogslist.

Script Data


Name Description
Script Type python3
Tags field-change-triggered

Dependencies


This script uses the following commands and scripts.

  • netwitness-query
  • RSA NetWitness Packets and Logs
  • netwitness-packets

Used In


This script is used in the following playbooks and scripts.

  • rsaalerts

Inputs


There are no inputs for this script.

Outputs


There are no outputs for this script.

Script Examples

Example command


### Context Example

```json
 {
    "RSA Alerts": [
        {
            "created": "2023-07-03T11:04:16.408Z",
            "detail": null,
            "events": [
                {
                    "destination": {},
                    "eventSource": "1.1.1.1:56005",
                    "eventSourceId": "12123434",
                    "source": {}
                }
            ],
            "id": "123456789",
            "riskScore": "50",
            "source": "NetWitness Investigate",
            "title": "Incident name",
            "type": "Log",
        },
    ]
}
commonfields:
  id: RSA_GetRawLog
  version: -1
dockerimage: demisto/python3:3.12.13.10116658
enabled: true
name: RSA_GetRawLog
comment: Use this script to get RAW log.
runas: DBotWeakRole
runonce: false
script: ''
scripttarget: 0
subtype: python3
tags:
- field-change-triggered
type: python
fromversion: 6.9.0
tests:
- No tests (auto formatted)