Retrieve a summary of a URL analysis, the summary provides high-level analysis results.

External Documentation

To learn more, visit the Intezer documentation.

Parameters

ParameterDescription
URL Analysis IDThe URL analysis ID.

Example Output

{
	"result": {
		"analysis_id": "0833e33b-2dcd-4d48-a853-8b4822675911",
		"analysis_time": "Wed, 17 Oct 2018 15:16:45 GMT",
		"analysis_url": "https://analyze.intezer.com/url/0833e33b-2dcd-4d48-a853-8b4822675911",
		"api_void_risk_score": 0,
		"domain_info": {
			"creation_date": "1997-08-13 04:00:00.000000",
			"domain_name": "string",
			"registrar": "TUCOWS, INC."
		},
		"downloaded_file": {
			"analysis_id": "string",
			"analysis_summary": {
				"verdict_description": "string",
				"verdict_name": "malicious",
				"verdict_type": "malicious"
			},
			"sha256": "string"
		},
		"indicators": [
			{
				"classification": "string",
				"text": "string"
			}
		],
		"ip": "string",
		"redirect_chain": [
			{
				"response_status": 0,
				"url": "string"
			}
		],
		"scanned_url": "https://www.intezer.com",
		"submitted_url": "www.intezer.com",
		"summary": {
			"main_connection_gene_count": 0,
			"main_connection_gene_percentage": 0,
			"title": "string",
			"verdict_name": "phishing",
			"verdict_type": "malicious"
		}
	},
	"result_url": "/analyses/0833e33b-2dcd-4d48-a853-8b4822675911",
	"status": "succeeded"
}

Workflow Library Example

Get Url Analysis Result with Intezer and Send Results Via Email

Preview this Workflow on desktop