Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable16 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Apr 17, 2024
1 parent 4a360b3 commit d438c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/odm/models/ontology/ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| odm_type | Text | Type of ODM Model | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `Assemblyline Result Ontology` |
| odm_version | Text | Version of ODM Model | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `1.7` |
| odm_version | Text | Version of ODM Model | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `1.8` |
| classification | ClassificationString | Classification of Ontological Record | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| file | [File](/assemblyline4_docs/odm/models/ontology/ontology/#file) | Descriptors about file being analyzed | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| service | [Service](/assemblyline4_docs/odm/models/ontology/ontology/#service) | Information about Service | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
Expand Down
2 changes: 1 addition & 1 deletion docs/odm/models/ontology/results/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| source_port | Integer | The source port of the connection | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| http_details | [NetworkHTTP](/assemblyline4_docs/odm/models/ontology/results/network/#networkhttp) | HTTP-specific details of request | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| dns_details | [NetworkDNS](/assemblyline4_docs/odm/models/ontology/results/network/#networkdns) | DNS-specific details of request | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| connection_type | Enum | None<br>Values:<br>`"dns", "http"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| connection_type | Enum | None<br>Values:<br>`"dns", "http", "tls"` | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |


[comment]: # (AUTOGENERATED MARKDOWN CONTENT. UPDATES TO ODM DOCUMENTATION SHOULD BE DONE THROUGH ASSEMBLYLINE-BASE REPO!)
Expand Down
1 change: 1 addition & 0 deletions docs/odm/models/ontology/results/signature.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| objectid | [ObjectID](/assemblyline4_docs/odm/models/ontology/results/process/#objectid) | The object ID of the signature object | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| name | Keyword | The name of the signature | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| type | Enum | Type of signature<br>Values:<br>`"CUCKOO", "SIGMA", "SURICATA", "YARA"` | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| classification | ClassificationString | Classification of signature | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `None` |
| attributes | List [[Attribute](/assemblyline4_docs/odm/models/ontology/results/signature/#attribute)] | Attributes about the signature | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| attacks | List [[Attack](/assemblyline4_docs/odm/models/result/#attack)] | A list of ATT&CK patterns and categories of the signature | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
| actors | List [Text] | List of actors of the signature | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
Expand Down

0 comments on commit d438c83

Please sign in to comment.