Gets organization assets by organization ID.
External DocumentationTo learn more, visit the Cybersixgill documentation.

Parameters

ParameterDescription
Organization IDThe ID of the organization that the assets belongs to. Can be obtained using the List Organizations action.

Example Output

{
	"organization_aliases": {
		"automatic": [
			"evil",
			"ev1l"
		],
		"explicit": [
			"ivl"
		]
	},
	"domain_names": {
		"automatic": [
			"google.com",
			"microsoft.com"
		],
		"explicit": [
			"fb.com"
		]
	},
	"ip_addresses": {
		"automatic": [
			"8.8.8.8",
			"6.6.6.6"
		],
		"explicit": [
			"1.2.3.4"
		]
	},
	"products": {
		"automatic": [
			"Vodka",
			"Skype"
		],
		"explicit": [
			"Pineapples"
		]
	},
	"executives": {
		"automatic": [
			"John Doe",
			"Vasya Pupkin"
		],
		"explicit": [
			"Alice"
		]
	},
	"third_parties": {
		"automatic": [
			"goverment",
			"people"
		],
		"explicit": [
			"kittens"
		]
	},
	"cves": {
		"automatic": [
			"CVE-2000-0001"
		],
		"explicit": [
			"CVE-2019-6666"
		]
	},
	"bins": {
		"automatic": [
			"123456"
		],
		"explicit": [
			"444444"
		]
	},
	"read_only": true
}

Workflow Library Example

Get Organization Assets by Organization Id with Cybersixgill and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop