You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using cscli to list alerts I noticed something odd, the created_at column is different when inspected?
02:28:31 ~ cscli alerts list
╭────────┬────────────────────┬────────────────────────────────────────────┬─────────┬─────────────────────────────────────────────────┬───────────┬─────────────────────────────────────────╮
│ ID │ value │ reason │ country │ as │ decisions │ created_at │
├────────┼────────────────────┼────────────────────────────────────────────┼─────────┼─────────────────────────────────────────────────┼───────────┼─────────────────────────────────────────┤
│ 130042 │ Ip:XXXXXXXXXXXXXXX │ crowdsecurity/endlessh-bf │ NG │ 135377 UCLOUD INFORMATION TECHNOLOGY HK LIMITED │ ban:1 │ 2024-11-11 14:01:56.385924054 +0000 UTC │
╰────────┴────────────────────┴────────────────────────────────────────────┴─────────┴─────────────────────────────────────────────────┴───────────┴─────────────────────────────────────────╯
02:28:31 ~ → cscli alerts inspect 130042
################################################################################################
- ID : 130042
- Date : 2024-11-11T14:03:17Z
- Machine : a8a65f16861f4a7aa8a8fb021078b753410kSgPCYoo5sucD
- Simulation : false
- Remediation : true
- Reason : crowdsecurity/endlessh-bf
- Events Count : 6
- Scope:Value : Ip:XXXXX
- Country : NG
- AS : UCLOUD INFORMATION TECHNOLOGY HK LIMITED
- Begin : 2024-11-11 14:01:56.385924054 +0000 UTC
- End : 2024-11-11 14:03:17.279822222 +0000 UTC
- UUID : 6689b073-33ff-4d3b-8c52-bf21bf053b98
- Active Decisions :
╭───────────┬───────────────────┬────────┬────────────┬──────────────────────╮
│ ID │ scope:value │ action │ expiration │ created_at │
├───────────┼───────────────────┼────────┼────────────┼──────────────────────┤
│ 382257597 │ Ip:XXXXXXXXXXXXXX │ ban │ 9h34m26s │ 2024-11-11T14:03:17Z │
╰───────────┴───────────────────┴────────┴────────────┴──────────────────────╯
Edit:
Should the created_at field show the Begin or End as that is when the overflow actually occurred? as when looking at the console it seems the alert is "off"
The text was updated successfully, but these errors were encountered:
Check Releases to make sure your agent is on the latest version.
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.
@LaurenceJJones: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
/kind feature
/kind enhancement
/kind refactoring
/kind bug
/kind packaging
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.
When using
cscli
to list alerts I noticed something odd, thecreated_at
column is different when inspected?Edit:
Should the
created_at
field show theBegin
orEnd
as that is when the overflow actually occurred? as when looking at the console it seems the alert is "off"The text was updated successfully, but these errors were encountered: