External DocumentationTo learn more, visit the Cybersixgill documentation.
Actions
Get Organization Assets By Organization ID
Gets organization assets by organization ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Organization ID | The ID of the organization that the assets belongs to. Can be obtained using the List Organizations action. |
{
"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
}
Was this page helpful?