正在寻找来自 Google API 的威胁 intelligence/mitigation 信息
Looking for threat intelligence/mitigation info from Google API
Rulerr.com 是一个权限管理和威胁情报系统,它将许多信息源聚合到一个企业应用程序中。
我看到我们可以从 API 中提取有关管理活动和用户登录信息的 activity 报告,但我们希望从 GSuite 中提取其他风险 profiling/threat 情报数据API 如:
- 每个用户的密码强度(不是密码本身)
- 上次更改密码的时间
- 系统中已被用户访问过的元素,以及相关数据(时间戳等)
有谁知道是否可以从管理 SDK API 中提取此数据?
password strength per user (not the password itself)
没有。参见 。
when the password was last changed
你必须自己跟踪这个。我猜每个 Users: update.
elements in the system that have been accessed by a user, and associated data (timestamps etc)
可以通过您可以检索的 Reports API. However, there are only specific parameters 检索用户拥有的使用详情。据我所知,其他不可用的详细信息(例如上次更改密码的时间)应由开发人员自己监控。
如果你觉得这真的很有用,我建议你File a Feature Request。
Rulerr.com 是一个权限管理和威胁情报系统,它将许多信息源聚合到一个企业应用程序中。
我看到我们可以从 API 中提取有关管理活动和用户登录信息的 activity 报告,但我们希望从 GSuite 中提取其他风险 profiling/threat 情报数据API 如:
- 每个用户的密码强度(不是密码本身)
- 上次更改密码的时间
- 系统中已被用户访问过的元素,以及相关数据(时间戳等)
有谁知道是否可以从管理 SDK API 中提取此数据?
password strength per user (not the password itself)
没有。参见
when the password was last changed
你必须自己跟踪这个。我猜每个 Users: update.
elements in the system that have been accessed by a user, and associated data (timestamps etc)
可以通过您可以检索的 Reports API. However, there are only specific parameters 检索用户拥有的使用详情。据我所知,其他不可用的详细信息(例如上次更改密码的时间)应由开发人员自己监控。
如果你觉得这真的很有用,我建议你File a Feature Request。