Skip to content
Open
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
2 changes: 1 addition & 1 deletion .sdk-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.93.0
v3.93.2
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Class | Method | HTTP request | Description
- [AppApiRestV2FunctionsTypesFunction](docs/AppApiRestV2FunctionsTypesFunction.md)
- [AppApiRestV2InfoTypesCapability](docs/AppApiRestV2InfoTypesCapability.md)
- [Argument](docs/Argument.md)
- [Artifact](docs/Artifact.md)
- [AttemptFailedEvent](docs/AttemptFailedEvent.md)
- [AttemptStartedEvent](docs/AttemptStartedEvent.md)
- [AutoRunAgents](docs/AutoRunAgents.md)
Expand Down Expand Up @@ -352,6 +353,7 @@ Class | Method | HTTP request | Description
- [ConfigResponse](docs/ConfigResponse.md)
- [ConfirmToolInputBody](docs/ConfirmToolInputBody.md)
- [Connection](docs/Connection.md)
- [ConsoleOutputEntry](docs/ConsoleOutputEntry.md)
- [Context](docs/Context.md)
- [Conversation](docs/Conversation.md)
- [ConversationContext](docs/ConversationContext.md)
Expand Down Expand Up @@ -412,7 +414,6 @@ Class | Method | HTTP request | Description
- [EventWarning](docs/EventWarning.md)
- [ExportModel](docs/ExportModel.md)
- [ExternalResponse](docs/ExternalResponse.md)
- [ExtractedFileEntry](docs/ExtractedFileEntry.md)
- [ExtractedURL](docs/ExtractedURL.md)
- [FileActivityEntry](docs/FileActivityEntry.md)
- [FileFormat](docs/FileFormat.md)
Expand Down Expand Up @@ -499,7 +500,6 @@ Class | Method | HTTP request | Description
- [NameConfidence](docs/NameConfidence.md)
- [NameSourceType](docs/NameSourceType.md)
- [NetworkActivity](docs/NetworkActivity.md)
- [NumericAddr](docs/NumericAddr.md)
- [Order](docs/Order.md)
- [PDBDebugModel](docs/PDBDebugModel.md)
- [PEModel](docs/PEModel.md)
Expand All @@ -512,11 +512,11 @@ Class | Method | HTTP request | Description
- [PatchCollectionTagsInputBody](docs/PatchCollectionTagsInputBody.md)
- [PatchCollectionTagsOutputBody](docs/PatchCollectionTagsOutputBody.md)
- [PatchCommentBody](docs/PatchCommentBody.md)
- [PcapBodyInfo](docs/PcapBodyInfo.md)
- [Platform](docs/Platform.md)
- [PriceOutput](docs/PriceOutput.md)
- [PriceSummary](docs/PriceSummary.md)
- [ProcessActivityEntry](docs/ProcessActivityEntry.md)
- [ProcessExtractedFiles](docs/ProcessExtractedFiles.md)
- [ProcessMemdumps](docs/ProcessMemdumps.md)
- [ProcessNode](docs/ProcessNode.md)
- [ProcessTree](docs/ProcessTree.md)
Expand Down Expand Up @@ -597,6 +597,7 @@ Class | Method | HTTP request | Description
- [TaskResponse](docs/TaskResponse.md)
- [TaskStatus](docs/TaskStatus.md)
- [TaskStatusResponse](docs/TaskStatusResponse.md)
- [TcpCarvedFile](docs/TcpCarvedFile.md)
- [TimestampModel](docs/TimestampModel.md)
- [TokenisedData](docs/TokenisedData.md)
- [TriageFunctionResponse](docs/TriageFunctionResponse.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/AIDecompInverseFunctionMapItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addr** | [**NumericAddr**](NumericAddr.md) | |
**addr** | **int** | |
**is_external** | **bool** | |
**name** | **str** | |

Expand Down
2 changes: 1 addition & 1 deletion docs/AIDecompInverseStringMapItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addr** | [**NumericAddr**](NumericAddr.md) | |
**addr** | **int** | |
**string** | **str** | |

## Example
Expand Down
4 changes: 2 additions & 2 deletions docs/AnalysisReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**extracted_files** | [**List[ProcessExtractedFiles]**](ProcessExtractedFiles.md) | | [optional]
**artifacts** | [**List[Artifact]**](Artifact.md) | | [optional]
**console_output** | [**List[ConsoleOutputEntry]**](ConsoleOutputEntry.md) | | [optional]
**file_activity** | [**List[FileActivityEntry]**](FileActivityEntry.md) | | [optional]
**info** | [**ReportInfo**](ReportInfo.md) | |
**memdumps** | [**List[ProcessMemdumps]**](ProcessMemdumps.md) | | [optional]
Expand All @@ -18,7 +19,6 @@ Name | Type | Description | Notes
**scheduled_tasks** | [**List[ScheduledTaskEntry]**](ScheduledTaskEntry.md) | | [optional]
**services** | [**List[ServiceEntry]**](ServiceEntry.md) | | [optional]
**startup** | [**StartupInfo**](StartupInfo.md) | | [optional]
**threat_score** | **int** | |
**ttps** | [**List[Ttp]**](Ttp.md) | | [optional]

## Example
Expand Down
48 changes: 48 additions & 0 deletions docs/Artifact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Artifact


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**direction** | **str** | | [optional]
**dump_addr** | **str** | | [optional]
**dump_pid** | **int** | | [optional]
**file_type** | **str** | | [optional]
**host** | **str** | | [optional]
**is_pe** | **bool** | |
**mime_type** | **str** | | [optional]
**name** | **str** | |
**network_source** | **str** | | [optional]
**original_filename** | **str** | | [optional]
**path** | **str** | |
**process_seqid** | **int** | | [optional]
**reason** | **str** | |
**response_status** | **int** | | [optional]
**sha256** | **str** | | [optional]
**size** | **int** | |
**source** | **str** | |
**uri** | **str** | | [optional]
**was_mapped** | **bool** | | [optional]
**yara_hits** | **List[str]** | | [optional]

## Example

```python
from revengai.models.artifact import Artifact

# TODO update the JSON string below
json = "{}"
# create an instance of Artifact from a JSON string
artifact_instance = Artifact.from_json(json)
# print the JSON string representation of the object
print(Artifact.to_json())

# convert the object into a dict
artifact_dict = artifact_instance.to_dict()
# create an instance of Artifact from a dict
artifact_from_dict = Artifact.from_dict(artifact_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


5 changes: 5 additions & 0 deletions docs/Connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bytes_received** | **int** | | [optional]
**bytes_sent** | **int** | | [optional]
**events** | [**List[ReportEvent]**](ReportEvent.md) | | [optional]
**ja3** | **str** | | [optional]
**ja3s** | **str** | | [optional]
**local_ip** | **str** | |
**local_port** | **object** | |
**protocol** | **str** | |
**remote_ip** | **str** | |
**remote_port** | **object** | |
**tcp_carved_files** | [**List[TcpCarvedFile]**](TcpCarvedFile.md) | | [optional]

## Example

Expand Down
30 changes: 30 additions & 0 deletions docs/ConsoleOutputEntry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ConsoleOutputEntry


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**output** | **str** | |
**process_seqid** | **int** | |

## Example

```python
from revengai.models.console_output_entry import ConsoleOutputEntry

# TODO update the JSON string below
json = "{}"
# create an instance of ConsoleOutputEntry from a JSON string
console_output_entry_instance = ConsoleOutputEntry.from_json(json)
# print the JSON string representation of the object
print(ConsoleOutputEntry.to_json())

# convert the object into a dict
console_output_entry_dict = console_output_entry_instance.to_dict()
# create an instance of ConsoleOutputEntry from a dict
console_output_entry_from_dict = ConsoleOutputEntry.from_dict(console_output_entry_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


3 changes: 3 additions & 0 deletions docs/DnsQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cname_chain** | **List[str]** | | [optional]
**domain** | **str** | |
**events** | [**List[ReportEvent]**](ReportEvent.md) | | [optional]
**min_ttl** | **int** | | [optional]
**resolved_ips** | **List[str]** | | [optional]

## Example

Expand Down
38 changes: 0 additions & 38 deletions docs/ExtractedFileEntry.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/HttpRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bytes_received** | **int** | | [optional]
**bytes_sent** | **int** | | [optional]
**events** | [**List[ReportEvent]**](ReportEvent.md) | | [optional]
**extra_headers** | **List[str]** | | [optional]
**flags** | **int** | | [optional]
**password** | **str** | | [optional]
**path** | **str** | | [optional]
**pcap_stream_id** | **int** | | [optional]
**post_data** | **str** | | [optional]
**proxy** | **str** | | [optional]
**proxy_bypass** | **str** | | [optional]
**referer** | **str** | | [optional]
**request_body** | [**PcapBodyInfo**](PcapBodyInfo.md) | | [optional]
**response_body** | [**PcapBodyInfo**](PcapBodyInfo.md) | | [optional]
**response_status** | **int** | | [optional]
**server_ip** | **str** | | [optional]
**server_name** | **str** | | [optional]
**server_port** | **int** | | [optional]
**service** | **int** | | [optional]
Expand Down
29 changes: 0 additions & 29 deletions docs/NumericAddr.md

This file was deleted.

35 changes: 35 additions & 0 deletions docs/PcapBodyInfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# PcapBodyInfo


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**filename** | **str** | | [optional]
**is_pe** | **bool** | |
**mime_type** | **str** | | [optional]
**preview** | **str** | | [optional]
**sha256** | **str** | | [optional]
**size** | **int** | |
**yara_hits** | **List[str]** | | [optional]

## Example

```python
from revengai.models.pcap_body_info import PcapBodyInfo

# TODO update the JSON string below
json = "{}"
# create an instance of PcapBodyInfo from a JSON string
pcap_body_info_instance = PcapBodyInfo.from_json(json)
# print the JSON string representation of the object
print(PcapBodyInfo.to_json())

# convert the object into a dict
pcap_body_info_dict = pcap_body_info_instance.to_dict()
# create an instance of PcapBodyInfo from a dict
pcap_body_info_from_dict = PcapBodyInfo.from_dict(pcap_body_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 0 additions & 30 deletions docs/ProcessExtractedFiles.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/RenameInputBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**new_mangled_name** | **str** | New mangled function name | [optional]
**new_name** | **str** | New function name |
**preserve_ai_decompilation** | **bool** | Keep the cached AI decompilation, summary and inline comments. Set when the new name comes from the model's own prediction (e.g. Transfer Name) so existing AI output is not discarded and regenerated. | [optional]

## Example

Expand Down
5 changes: 3 additions & 2 deletions docs/ReportEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_calls** | [**List[ApiCall]**](ApiCall.md) | | [optional]
**count** | **int** | | [optional]
**desired_access** | **List[str]** | | [optional]
**process_seqid** | **int** | | [optional]
**total_bytes_requested** | **int** | | [optional]
**total_bytes** | **int** | | [optional]
**type** | **str** | |
**value** | **str** | | [optional]
**value_name** | **str** | | [optional]
**write_count** | **int** | | [optional]

## Example

Expand Down
Loading