Crxcavtor Schema¶
GSuiteUser¶
Placeholder representation of a single G Suite user object. This node is the minimal data necessary to map who has extensions installed until full G Suite data is imported.
Field |
Description |
---|---|
firstseen |
Timestamp of when a sync job first discovered this node |
lastupdated |
Timestamp of the last time the node was updated |
id |
The user’s email address, will change to actual G Suite id in future |
The user’s email address |
Relationships¶
GSuiteUsers install ChromeExtensions.
(GSuiteUser)-[INSTALLS]->(ChromeExtension)
ChromeExtension¶
Representation of a CRXcavator Chrome Extension Report.
Field |
Description |
---|---|
firstseen |
Timestamp of when a sync job first discovered this node |
lastupdated |
Timestamp of the last time the node was updated |
id |
The combined extension name and version e.g. |
extension_id |
CRXcavator id for extension. |
version |
The versions of the extension in this report |
risk_total |
CRXcavator risk score for the extension |
risk_metadata |
Additional data provided by CRXcavator on the risk score |
risk_permissions_score |
Sum of the permissions component of the risk score |
risk_webstore_score |
Sum of the webstore component of the risk score |
risk_csp_score |
Sum of the CSP component of the risk score |
risk_optional_permissions_score |
Sum of the optional permissions component of the risk score |
risk_extcalls_score |
Sum of the external calls component of the risk score |
risk_vuln_score |
Sum of the RetireJS vulnerability component of the risk score |
address |
Physical address of extension developer |
Email address of extension developer |
|
icon |
URL of the extension icon |
crxcavator_last_updated |
Date the extension was last updated in the webstore |
name |
Full name of the extension |
offered_by |
Name of the extension developer |
permissions_warnings |
Concatenated list of permissions warnings for the extension |
privacy_policy |
URL of privacy policy for extension |
rating |
Current webstore rating for extension |
rating_users |
How many users have provided a rating for the extension |
short_description |
Summary of what extension does |
size |
Size of extension download |
support_site |
URL of developer support site |
users |
Webstore count of extension users |
website |
Developer URL for extension |
type |
Extension categorization |
price |
Extension price in webstore if applicable |
report_link |
URL of full extension report on crxcavator.io |
Relationships¶
GSuiteUsers install ChromeExtensions.
(GSuiteUser)-[INSTALLS]->(ChromeExtension)