Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Can you search for user agent strings? #284

Open
PhranqueG opened this issue Mar 14, 2025 · 2 comments
Open

Question: Can you search for user agent strings? #284

PhranqueG opened this issue Mar 14, 2025 · 2 comments
Labels
status/backlog In backlog / validated type/question Further information is requested

Comments

@PhranqueG
Copy link

Your Question

Is there a function for searching for specific user agent strings across the tenant?

@PhranqueG PhranqueG added status/backlog In backlog / validated type/question Further information is requested labels Mar 14, 2025
@jonnybottles
Copy link
Collaborator

@PhranqueG , there is not a specific function that searches for specific user agent strings across the tenant. However, there are functions that do pull back User Agent strings as part of a larger data set. Some of those being

  • Get-HawkUserMailItemsAccessed (ClientInfoString column)
  • Get-HawkUserMailSendActivity (ClientInfoString column)
  • Get-HawkTenantRiskDetections (AdditionalInfo_userAgent column)

There should be some other functions that pull back UserAgent Strings as well. May I ask what your particular use case is for the User Agent Strings across the entire tenant?

@PhranqueG
Copy link
Author

@jonnybottles, there is a distinct user agent associated with suspicious login activities. I would like to search the entire tenant to flag activity associated with the user agent to quickly detect the user accounts involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/backlog In backlog / validated type/question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants