Addigy
Visualize Addigy users and policies in the JupiterOne graph, map Addigy users to employees, and monitor changes through queries and alerts.
- Installation guide
- Addigy data model
- Addigy types
Installation
You will need to create an API client_id
and client_secret
key on Addigy. See
their documentation for more information.
To install the Addigy integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Addigy. Click New Instance to begin configuring the integration.
Creating an Addigy instance requires the following:
The Account Name used to identify the Addigy account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Your Addigy Username, Password,
client_id
, andclient_secret
.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Addigy Device | addigy_hostagent | HostAgent |
Addigy Policy | addigy_policy | Policy |
Addigy User | addigy_user | User |
Host | addigy_host | Host |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
addigy_host | HAS | addigy_hostagent |
addigy_hostagent | HAS | addigy_policy |
addigy_policy | CONTAINS | addigy_policy |
addigy_user | HAS | addigy_policy |
Mapped Relationships
The following mapped relationships are created:
Source Entity _type | Relationship _class | Target Entity _type | Direction |
---|---|---|---|
addigy_hostagent | PROTECTS | *user_endpoint* | FORWARD |
Addigy Policy
addigy_policy
inherits from Policy
Property | Type | Description | Specifications |
---|---|---|---|
id * | string | ||
parent | string | ||
downloadPath | string | ||
orgid | string |
Addigy Hostagent
addigy_hostagent
inherits from HostAgent
Property | Type | Description | Specifications |
---|---|---|---|
user * | string | null | ||
category | string | ||
make | string | ||
model | string | ||
serial | string | ||
serialNumber | string | ||
ethernetMacAddress * | string | null | ||
wifiMacAddress | string | ||
macAddress | array of string s | ||
policyId | string | ||
isAppleSilicon | boolean | ||
systemVersion | string | ||
firewallEnabled | boolean | ||
fileVaultEnabled | boolean | ||
encrypted | boolean | ||
platform | string | ||
totalMemory | number | ||
totalDiskSpace | number | ||
lastOnline | number |
Addigy Host
addigy_host
inherits from Host
Property | Type | Description | Specifications |
---|---|---|---|
user | string | ||
policyId | string | ||
isAppleSilicon | boolean | ||
systemVersion | string | ||
firewallEnabled | boolean | ||
fileVaultEnabled | boolean | ||
encrypted | boolean | ||
platform | string | ||
totalMemory | number | ||
totalDiskSpace | number | ||
lastOnline | number |
Addigy User
addigy_user
inherits from User
Property | Type | Description | Specifications |
---|---|---|---|
id * | string | ||
email | string | ||
username | string |