Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Packs/ReversingLabs_A1000/.secrets-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,7 @@ http://nsis.sf.net
32::C
123.140.161.243
https://worldofcreatures.at
5.0.0.24
5.0.0.24
http://crl3.digicert.com
http://ocsp.digicert.com
2.23.140.1
Original file line number Diff line number Diff line change
Expand Up @@ -6212,7 +6212,7 @@ Get a report for the submitted domain.
{
"detection": "undetected",
"source": "botvrij",
"update_time": "2023-06-06T01:26:07"
"update_time": "2023-06reversinglabs-a1000-static-analysis-report-06T01:26:07"
},
{
"detection": "undetected",
Expand Down Expand Up @@ -6847,6 +6847,14 @@ Retrieve the static analysis report for a local sample.

| **Path** | **Type** | **Description** |
| --- | --- | --- |
| File.SHA256 | String | The SHA256 hash of the file. |
| File.SHA1 | String | The SHA1 hash of the file. |
| File.MD5 | String | MD5 hash of the file. |
| DBotScore.Score | Number | The actual score. |
| DBotScore.Type | String | The indicator type. |
| DBotScore.Indicator | String | The indicator that was tested. |
| DBotScore.Vendor | String | The vendor used to calculate the score. |
| DBotScore.Reliability | String | Reliability of the source providing the intelligence data. |
| ReversingLabs.a1000_static_analysis_report | Unknown | The static analysis report. |

#### Command example
Expand Down Expand Up @@ -10597,6 +10605,14 @@ Perform sample classification actions - get sample classification, set sample cl

| **Path** | **Type** | **Description** |
| --- | --- | --- |
| File.SHA256 | String | The SHA256 hash of the file. |
| File.SHA1 | String | The SHA1 hash of the file. |
| File.MD5 | String | MD5 hash of the file. |
| DBotScore.Score | Number | The actual score. |
| DBotScore.Type | String | The indicator type. |
| DBotScore.Indicator | String | The indicator that was tested. |
| DBotScore.Vendor | String | The vendor used to calculate the score. |
| DBotScore.Reliability | String | Reliability of the source providing the intelligence data. |
| ReversingLabs.a1000_sample_classification | Unknown | Sample classification actions. |

#### Command example
Expand Down Expand Up @@ -10916,6 +10932,14 @@ Actions for uploading a sample from a URL and fetching the analysis results.

| **Path** | **Type** | **Description** |
| --- | --- | --- |
| File.SHA256 | String | The SHA256 hash of the file. |
| File.SHA1 | String | The SHA1 hash of the file. |
| File.MD5 | String | MD5 hash of the file. |
| DBotScore.Score | Number | The actual score. |
| DBotScore.Type | String | The indicator type. |
| DBotScore.Indicator | String | The indicator that was tested. |
| DBotScore.Vendor | String | The vendor used to calculate the score. |
| DBotScore.Reliability | String | Reliability of the source providing the intelligence data. |
| ReversingLabs.a1000_upload_from_url_actions | Unknown | Actions for uploading a sample from a URL and fetching the analysis results. |

#### Command example
Expand Down