Liongard
Create
Log in
Sign up
Home
Feedback
Metrics Library
1003
Boards
Feature Requests
Metrics Library
Powered by Canny
Metrics Library
This is a community-led space where Liongard users can come to teach and learn from one another. Share custom Metrics, get inspired and see what’s trending in the Pride.
Details
Category
Select a category
Showing
Trending
Sort
Trending
Top
New
Filter
Under Review
Planned
In Progress
Blocked
Submitted
Reviewed
Complete
posts in
All Categories
All Categories
Veeam Service Provider Console (3)
Windows Server (83)
Microsoft 365 (135)
Cisco Meraki (18)
Amazon Web Services (7)
SonicWall (33)
Internet Domain/DNS (26)
Dark Web Monitoring (1)
Google Workspace (9)
N-able RMM (5)
Hyper-V (8)
Sophos XG (4)
VMware ESXi (3)
Azure Active Directory (29)
SentinelOne (10)
Huntress (12)
Fortinet FortiGate (21)
Azure (12)
Duo Security (23)
Roar (185)
Windows Workstation (54)
Active Directory (107)
N-able Backup (9)
Auvik (10)
Datto RMM (11)
WatchGuard (3)
Ubiquiti UniFi (10)
macOS (2)
ConnectWise Manage (3)
Continuum RMM (10)
TLS/SSL Certificates (8)
ESET Licensing (3)
JumpCloud (2)
Sophos Central (9)
GoDaddy (3)
IT Glue (10)
KnowBe4 (6)
ConnectWise Automate (5)
Cisco Small Business Solution (SBS) (4)
Network Discovery (9)
OneLogin (3)
SQL Server (4)
Kaseya BMS (1)
NinjaRMM (1)
Cisco Umbrella (8)
Acronis Cyber Cloud (2)
Cisco ASA (8)
Palo Alto (1)
N-able N-central (7)
Autotask (2)
Bitdefender (1)
Managed Printer (6)
Microsoft OneDrive (2)
Microsoft Teams (3)
VMware vCenter (2)
Linux (2)
Webroot Secure Anywhere GSM (11)
Syncro (1)
3CX (1)
StorageCraft SPX (1)
Cisco IOS (7)
BCDR data (15)
Cloudflare (1)
Veeam Availability Console (2)
Kaseya VSA (3)
Domotz (1)
Adigy (1)
Datto Networking (2)
Azure Active Directory: Days Since Last AADC Sync
Counts the number of days since the last Azure Active Directory Connect (AADC) sync. Useful for determining if there is an issue as it should always be <1. SystemInfo.DirectorySync[?DaysSinceLastSync_r > 0 ] | length(@)
6
·
Azure Active Directory
·
submitted
22
M365: AAD App Secrets Expiring within 30 days
Looks for applications with expiring/expired secrets (within 30 days), then outputs the Application name, and the secrets associated that are expiring/expired. Applications[?passwordCredentials[?time_until(endDateTime, days ) < 30 ].endDateTime].['Application Name: 'displayName, 'Secret Name: 'passwordCredentials[?time_until(endDateTime, days ) < 30 ].displayName]
2
·
Microsoft 365
·
submitted
16
Microsoft 365 : Malicious Application Consent - PerfectData
This application has actively been used during account compromises to create a backup of the accounts mailbox.Create an actionable alert for this and audit all environments. ServicePrincipals[?appId== ff8d92dc-3d82-41d6-bcbd-b9174d163620 ].join( , [join( , [ , to_string(appDisplayName)]), join( , [ : , to_string(createdDateTime)])])
1
·
Microsoft 365
·
submitted
13
Microsoft 365: Users w/ Associated Licenses
This Metric is great for Reports (QBRs and Licensing Audits) and gaining and sharing granular visibility into user's licensing status. Users[? accountEnabled == true && Assigned_Products != ` ].join( , [join( , [ , to_string(displayName)]), join( , [ : `, to_string(Assigned_Products)])]) | sort(@)
0
·
Microsoft 365
·
submitted
11
AAD:Active Users Without MFA (Not Disabled)
Allow you to easily identify users with MFA enabled that are not disabled accounts. Users[?accountEnabled == true && isMfaRegistered_r== Disabled ].userPrincipalName
1
·
Azure Active Directory
·
submitted
11
Active Directory: Last Login with Timestamp
This will return us the last logon for the AD user. Users[].join( , [join( , [ AD LOGIN: , to_string(UserName)]), join( , [ . Name of User: , to_string(Name)]),join( , [ : , to_string(LastLogonDate)])])
1
·
Active Directory
·
submitted
11
Microsoft 365: Privileged User w/ License
Best Practices are for admin accounts to not contain a license unless required. This metric outputs Privileged users and what products they are assigned Users[?Privileged== Yes && Assigned_Products != ` ].join( , [join( , [ , to_string(displayName)]), join( , [ : `, to_string(Assigned_Products)])]) | sort(@)
1
·
Microsoft 365
·
submitted
9
Active Directory: DHCP Percent In Use over 80
Name of DHCP in over 80% to be used for alerting DHCP.Serverv4Scopes[?Statistics.PercentageInUse >= to_number('80')].Name
1
·
Active Directory
·
submitted
9
Fortigate: Show DeviceVersion, Current Firmware and Available Firmware
Patching devices is a critical component to CyberSecurity. Ensuring products are patched and updated, this metric shows you the current version and the available update with Fortigate version 7.x [DeviceVersion 'Current Version |' Firmware.current.version 'Available | 'Firmware.available[0].version]
0
·
Fortinet FortiGate
·
submitted
8
[Microsoft 365: Non-Admin, Non-Guest, License Assigned, MFA disabled]
This query looks for non-admin users who have an active license within your organization that do not have MFA enabled (ignoring guest users). Users[? Privileged == No && userType != Guest && Assigned_Products!= "" && isMfaRegistered_r == Disabled ].displayName
5
·
Microsoft 365
·
submitted
7
Load More
→
Powered by Canny