Search for recent user logins.
External Documentation
To learn more, visit the Lacework documentation.
Parameter | Description |
---|---|
End Time | Query for changed files until given timestamp. |
Start Time | Query for changed files since given timestamp. |
{
"paging": {
"rows": 5000,
"totalRows": 5050,
"urls": {
"nextPage": "https://YourLacework.lacework.net/api/v2/Activities/UserLogins/AbcdEfgh123..."
}
},
"data": [
{
"createdTime": "2021-09-10T05:35:45.382Z",
"mid": 12345,
"activityTime": "2021-08-06T06:05:05.260Z",
"activityType": "LOGIN",
"username": "ec2-user",
"uid": 1000,
"sourceIpAddr": "2.141.452.76"
},
{
"createdTime": "2021-09-10T05:35:45.382Z",
"mid": 12345,
"activityTime": "2021-08-06T06:05:05.260Z",
"activityType": "LOGOFF",
"username": "ec2-user",
"uid": 1000,
"sourceIpAddr": "2.141.452.76"
}
]
}
Search User Logins with Lacework and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?
Search for recent user logins.
External Documentation
To learn more, visit the Lacework documentation.
Parameter | Description |
---|---|
End Time | Query for changed files until given timestamp. |
Start Time | Query for changed files since given timestamp. |
{
"paging": {
"rows": 5000,
"totalRows": 5050,
"urls": {
"nextPage": "https://YourLacework.lacework.net/api/v2/Activities/UserLogins/AbcdEfgh123..."
}
},
"data": [
{
"createdTime": "2021-09-10T05:35:45.382Z",
"mid": 12345,
"activityTime": "2021-08-06T06:05:05.260Z",
"activityType": "LOGIN",
"username": "ec2-user",
"uid": 1000,
"sourceIpAddr": "2.141.452.76"
},
{
"createdTime": "2021-09-10T05:35:45.382Z",
"mid": 12345,
"activityTime": "2021-08-06T06:05:05.260Z",
"activityType": "LOGOFF",
"username": "ec2-user",
"uid": 1000,
"sourceIpAddr": "2.141.452.76"
}
]
}
Search User Logins with Lacework and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?