Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Gets organization assets by organization ID.
Parameters
| Parameter | Description |
|---|
| Organization ID | The 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