URL resource, generally represented as:
[scheme:][//[user[:password]@]host[:port]][/]path[?query][#fragment]
Network
URL resource, generally represented as:
[scheme:][//[user[:password]@]host[:port]][/]path[?query][#fragment]
Use MQL in cnspec shell or policy:
urlMin version: 9.0.0Defaults:
stringRelationships
1 resources · 0 relationships·Click to select, expand fields to see properties.
Fields (10)
| Field | Type | Description |
|---|---|---|
hostrequired | string | Host, either registered name or IP (e.g., mondoo.com) |
passwordrequired | string | Password, an additional optional component of the user info |
pathrequired | string | Path, consisting of segments separated by '/' |
portrequired | int | Port, optional decimal number (e.g., 80) |
queryrequired | map[string]string | Query, optional, attached to path via '?', parsed via '&' and ';' delimiters |
rawFragmentrequired | string | Fragment, optional raw string attached to path after '#' |
rawQueryrequired | string | Raw query, optional raw string attached to path after '?' |
schemerequired | string | Scheme (e.g., http, https, ssh) |
string | string | The full URL as a string |
userrequired | string | User component (can contain username or token but no password) |