ReadProcessesFileXDR
Return a process list from the XDRIR integration.
python · Malware Investigation and Response
Details
| ID | ReadProcessesFileXDR |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | dynamic-section |
README
Return a process list from the XDRIR integration.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | dynamic-section |
Inputs
There are no inputs for this script.
Outputs
There are no outputs for this script.
Script Examples
Example command
### Context Example
```json
{}
Human Readable Output
| Name | CPU | Memory |
|---|---|---|
| System Idle Process | 50.0 | 8192 |
| System | 0.0 | 32768 |
| Registry | 0.0 | 21381120 |
| smss.exe | 0.0 | 409600 |
| svchost.exe | 0.0 | 612417536 |
| csrss.exe | 0.0 | 6385664 |
| sihost.exe | 0.0 | 13398016 |
| wininit.exe | 0.0 | 1675264 |
| winlogon.exe | 0.0 | 4898816 |
| services.exe | 0.0 | 7225344 |
| lsass.exe | 0.0 | 12431360 |
| fontdrvhost.exe | 0.0 | 2990080 |
commonfields: id: ReadProcessesFileXDR version: -1 name: ReadProcessesFileXDR script: '' type: python tags: - dynamic-section comment: Return a process list from the XDRIR integration. enabled: true scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole fromversion: 6.2.0 tests: - No tests (auto formatted)