{
	"info": {
		"_postman_id": "0ae16985-8b26-4c6c-9e9b-4ab8dd533747",
		"name": "ESET Threat Intelligence TAXII2",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "36838232"
	},
	"item": [
		{
			"name": "Public Index",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/taxii+json;version=2.1",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://taxii.eset.com/taxii2",
					"protocol": "https",
					"host": [
						"taxii",
						"eset",
						"com"
					],
					"path": [
						"taxii2"
					]
				}
			},
			"response": []
		},
		{
			"name": "Collections - List of Feeds",
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "username",
							"value": "{{username}}",
							"type": "string"
						},
						{
							"key": "password",
							"value": "{{password}}",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/taxii+json;version=2.1",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://taxii.eset.com/taxii2/643f4eb5-f8b7-46a3-a606-6d61d5ce223a/collections",
					"protocol": "https",
					"host": [
						"taxii",
						"eset",
						"com"
					],
					"path": [
						"taxii2",
						"643f4eb5-f8b7-46a3-a606-6d61d5ce223a",
						"collections"
					]
				}
			},
			"response": []
		},
		{
			"name": "Collection - Malicious File Feed",
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "{{password}}",
							"type": "string"
						},
						{
							"key": "username",
							"value": "{{username}}",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/taxii+json;version=2.1",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://taxii.eset.com/taxii2/643f4eb5-f8b7-46a3-a606-6d61d5ce223a/collections/ee6a153ed77e4ec3ab21e76cc2074b9f/",
					"protocol": "https",
					"host": [
						"taxii",
						"eset",
						"com"
					],
					"path": [
						"taxii2",
						"643f4eb5-f8b7-46a3-a606-6d61d5ce223a",
						"collections",
						"ee6a153ed77e4ec3ab21e76cc2074b9f",
						""
					]
				}
			},
			"response": []
		},
		{
			"name": "Manifest - Malicious File Feed",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							"const oneHourAgo = new Date(Date.now() - 60 * 60 * 1000);",
							"pm.environment.set(\"added_after_TS\", oneHourAgo.toISOString());"
						],
						"type": "text/javascript",
						"packages": {},
						"requests": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "{{password}}",
							"type": "string"
						},
						{
							"key": "username",
							"value": "{{username}}",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/taxii+json;version=2.1,application/stix+json;version=2.1",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://taxii.eset.com/taxii2/643f4eb5-f8b7-46a3-a606-6d61d5ce223a/collections/ee6a153ed77e4ec3ab21e76cc2074b9f/manifest/?added_after={{added_after_TS}}",
					"protocol": "https",
					"host": [
						"taxii",
						"eset",
						"com"
					],
					"path": [
						"taxii2",
						"643f4eb5-f8b7-46a3-a606-6d61d5ce223a",
						"collections",
						"ee6a153ed77e4ec3ab21e76cc2074b9f",
						"manifest",
						""
					],
					"query": [
						{
							"key": "added_after",
							"value": "{{added_after_TS}}"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Objects - Malicious File Feed",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							"const oneHourAgo = new Date(Date.now() - 60 * 60 * 1000);",
							"pm.environment.set(\"added_after_TS\", oneHourAgo.toISOString());"
						],
						"type": "text/javascript",
						"packages": {},
						"requests": {}
					}
				}
			],
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "{{password}}",
							"type": "string"
						},
						{
							"key": "username",
							"value": "{{username}}",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/taxii+json;version=2.1",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://taxii.eset.com/taxii2/643f4eb5-f8b7-46a3-a606-6d61d5ce223a/collections/ee6a153ed77e4ec3ab21e76cc2074b9f/objects/?added_after={{added_after_TS}}",
					"protocol": "https",
					"host": [
						"taxii",
						"eset",
						"com"
					],
					"path": [
						"taxii2",
						"643f4eb5-f8b7-46a3-a606-6d61d5ce223a",
						"collections",
						"ee6a153ed77e4ec3ab21e76cc2074b9f",
						"objects",
						""
					],
					"query": [
						{
							"key": "added_after",
							"value": "{{added_after_TS}}"
						}
					]
				}
			},
			"response": []
		}
	],
	"variable": [
		{
			"key": "username",
			"value": "generate-username-in-eti-portal-profile-access-tokens-and-credentials"
		},
		{
			"key": "password",
			"value": "generated-password-in-eti-portal-profile-access-tokens-and-credentials"
		}
	]
}