Setup 
JupiterOne provides a managed integration for Feroot. The integration connects directly to Feroot APIs to obtain projects, alerts, users and other information. To conigure this integration you should have an account in Feroot and create an API key for accessing to API.
To create an account in Feroot just sign up on
feroot.com. To get access to the API Key management
functionality the PRO
plan subscription is required. You can start a free
trial of PRO
plan by clicking on Start PRO trial
link in your account.
To create an API key go to Settings
-> Account
-> Developer
and click
Create new API key
. Select Admin Read-only
role for the new key. The new
item will be added to List of API keys
table. Click on Reveal API key
and
copy the key to use in the integration.
Data Model 
Entities
The following entity resources are ingested when the integration runs:
Resources | _type of the Entity | _class of the Entity |
---|---|---|
User | feroot_user |
User |
User Group | feroot_user_group |
UserGroup |
Project Folder | feroot_project_folder |
Group |
Inspector Project | feroot_project |
Project |
PageGuard Project | feroot_pageguard_project |
Project |
Alert | feroot_alert |
Finding |
Target Domain | web_app_domain |
Application |
Relationships
The following relationships are created/mapped:
From | Edge | To |
---|---|---|
feroot_user_group |
HAS | feroot_user |
feroot_user_group |
HAS | feroot_project_folder |
feroot_project |
MONITORS | web_app_domain |
feroot_project_folder |
HAS | feroot_project |
feroot_project |
CONTAINS | feroot_pageguard_project |
feroot_project |
GENERATED | feroot_alert |
Comments
0 comments
Please sign in to leave a comment.