HTTP Request
http_request
The HTTP Request object represents the attributes of a request made to a web server. It encapsulates the details and metadata associated with an HTTP request, including the request method, headers, URL, query parameters, body content, and other relevant information.
Attributes
| Caption | Name | Type | Description |
|---|---|---|---|
| HTTP Arguments | args | String | The arguments sent along with the HTTP request. |
| Request Body Length | body_length | Integer | The actual length of the HTTP request body, in number of bytes, independent of a potentially existing Content-Length header. |
| HTTP Headers | http_headers | HTTP Header[] | Additional HTTP headers of an HTTP request or response. |
| HTTP Method | http_method | String | The HTTP request method indicates the desired action to be performed for a given resource.
|
| Request Length | length | Integer | The length of the entire HTTP request, in number of bytes. |
| Raw Data | raw_data | JSON | Group: |
| Record ID | record_id | String | Group: |
| HTTP Referrer | referrer | String | The request header that identifies the address of the previous web page, which is linked to the current web page or resource being requested. |
| Unique ID | uid | String | The unique identifier of the http request. |
| Unmapped | unmapped | Unmapped[] | Data from the source that was not mapped into the schema. |
| URL | url | Uniform Resource Locator[] | Entity: |
| HTTP User-Agent | user_agent | String | Entity: |
| HTTP Version | version | String | The Hypertext Transfer Protocol (HTTP) version. |
| X-Forwarded-For | x_forwarded_for | IP Address[] | Entity: |
Relationships
Inbound Relationships
These objects and events reference HTTP Request in their attributes:
- FTP Activity
- Network File Activity
- File Hosting Activity
- Web Resource Access Activity
- Authorize Session
- DNS Activity
- Network Activity
- Account Change
- User Access Management
- Entity Management
- DHCP Activity
- RDP Activity
- API Activity
- HTTP Activity
- SSH Activity
- Group Management
- Authentication
- Web Resources Activity
- Datastore Activity
- Tunnel Activity
- NTP Activity
- Windows Evidence Artifacts
- SMB Activity
Outbound Relationships
HTTP Request references the following objects and events in its attributes:
This page describes qdm-1.5.1+ocsf-1.6.0
Updated 13 days ago