Get a summary of a specific behaviour report for a URL
This endpoint returns a summary with behavioral information about the URL for a specific point in time.
This API call returns all fields contained in the URL behaviour object
{
"data": {
"id": "0f115db062b7c0dd030b16878c99dea5c354b49dc37b38eb8846179c7783e9d7-1707486650",
"type": "url_behaviour",
"links": {
"self": "https://www.virustotal.com/api/v3/url_behaviours/0f115db062b7c0dd030b16878c99dea5c354b49dc37b38eb8846179c7783e9d7-1707486650"
},
"attributes": {
"resources": [
{
"sha256": "ea8fac7c65fb589b0d53560f5251f74f9e9b243478dcb6b3ea79b5e36449c8d9",
"type": "HTML",
"source_url": "https://example.com/",
"load_time": 130,
"remote_ip": "93.184.216.34",
"method": "REQUEST_METHOD_GET",
"url_redirects": [],
"url": "https://example.com/",
"size": 1256,
"browser_type": "BROWSER_RESOURCE_TYPE_DOCUMENT",
"net_error": null,
"status_code": 200,
"headers": [
{
"name": "accept-ranges",
"value": "bytes"
},
{
"name": "cache-control",
"value": "max-age=604800"
},
{
"name": "content-encoding",
"value": "gzip"
},
{
"name": "content-length",
"value": "648"
},
{
"name": "content-type",
"value": "text/html; charset=UTF-8"
},
{
"name": "last-modified",
"value": "Thu, 17 Oct 2019 07:18:26 GMT"
},
{
"name": "server",
"value": "ECS (dna/63B5)"
},
{
"name": "vary",
"value": "Accept-Encoding"
},
{
"name": "x-cache",
"value": "HIT"
},
{
"name": "age",
"value": "504468"
},
{
"name": "date",
"value": "Fri, 09 Feb 2024 13:50:53 GMT"
},
{
"name": "etag",
"value": "\"3147526947\""
},
{
"name": "expires",
"value": "Fri, 16 Feb 2024 13:50:53 GMT"
}
]
}
],
"metrics": {
"event_listeners": 1,
"frames": 1,
"nodes": 43,
"script_duration": 0.0032289999071508646,
"array_buffer_contents": 0,
"process_time": 0.05999999865889549,
"task_duration": 0.023817000910639763
},
"url": "https://example.com/",
"screenshot_link": "https://www.virustotal.com/api/v3/url_behaviours/0f115db062b7c0dd030b16878c99dea5c354b49dc37b38eb8846179c7783e9d7-1707486650/screenshot",
"proxy_country": "",
"tags": [],
"dom_sha256": "202f5e47301b2f89285bcc5d2d852b38990dcc860c571cbe22e96cbabe3bc125",
"stats": {
"https_requests": 1,
"http_requests": 0,
"ipv4_adresses": 1,
"requests_distinct_subdomains": 1,
"requests_distinct_countries": 1,
"num_cookies": 0,
"ipv6_adresses": 0,
"num_requests": 1,
"requests_distinct_domains": 1,
"requests_total_size": 1256
},
"dom_link": "https://www.virustotal.com/api/v3/url_behaviours/0f115db062b7c0dd030b16878c99dea5c354b49dc37b38eb8846179c7783e9d7-1707486650/dom",
"analysis_date": 1707486650,
"main_resource": {
"sha256": "ea8fac7c65fb589b0d53560f5251f74f9e9b243478dcb6b3ea79b5e36449c8d9",
"type": "HTML",
"source_url": "https://example.com/",
"load_time": 130,
"remote_ip": "93.184.216.34",
"method": "REQUEST_METHOD_GET",
"url_redirects": [],
"url": "https://example.com/",
"size": 1256,
"browser_type": "BROWSER_RESOURCE_TYPE_DOCUMENT",
"net_error": null,
"status_code": 200,
"headers": [
{
"name": "accept-ranges",
"value": "bytes"
},
{
"name": "cache-control",
"value": "max-age=604800"
},
{
"name": "content-encoding",
"value": "gzip"
},
{
"name": "content-length",
"value": "648"
},
{
"name": "content-type",
"value": "text/html; charset=UTF-8"
},
{
"name": "last-modified",
"value": "Thu, 17 Oct 2019 07:18:26 GMT"
},
{
"name": "server",
"value": "ECS (dna/63B5)"
},
{
"name": "vary",
"value": "Accept-Encoding"
},
{
"name": "x-cache",
"value": "HIT"
},
{
"name": "age",
"value": "504468"
},
{
"name": "date",
"value": "Fri, 09 Feb 2024 13:50:53 GMT"
},
{
"name": "etag",
"value": "\"3147526947\""
},
{
"name": "expires",
"value": "Fri, 16 Feb 2024 13:50:53 GMT"
}
]
},
"device": "DEVICE_TYPE_DESKTOP",
"user_agent": "Mozilla/5.0 (Windows Mobile 10; Android 10.0; Microsoft; Lumia 950XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36 Edge/40.15254.603",
"analysis_status": "ANALYSIS_STATUS_OK",
"dom_info": {
"meta": [
{
"name": "viewport",
"value": "width=device-width, initial-scale=1"
}
],
"trackers": [],
"title": "Example Domain",
"links": [
"https://www.iana.org/domains/example"
]
}
}
}
}
Updated 6 months ago