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

Implement Requirement for Anomalous Behavior Detection #1979

Closed
ImanSharaf opened this issue Jun 17, 2024 · 4 comments
Closed

Implement Requirement for Anomalous Behavior Detection #1979

ImanSharaf opened this issue Jun 17, 2024 · 4 comments
Labels
2) Awaiting response Awaiting a response from the original poster _5.0 - prep This needs to be addressed to prepare 5.0

Comments

@ImanSharaf
Copy link
Collaborator

During the course of application operations, it is crucial to identify and respond to anomalous behavior that could indicate security threats or system malfunctions. Currently, the ASVS does not explicitly cover the need for implementing codes designed to detect such behaviors.

Requirement: The application must incorporate a system to detect and alert on anomalous behaviors. This system should monitor user activities and system operations, utilizing models or rules to differentiate between normal and abnormal behaviors, and promptly notify designated persons through real-time alerts.

@tghosth
Copy link
Collaborator

tghosth commented Jun 20, 2024

We have something like this in business logic I think, can you take a look?

@tghosth tghosth added 2) Awaiting response Awaiting a response from the original poster _5.0 - prep This needs to be addressed to prepare 5.0 labels Jun 20, 2024
@jmanico
Copy link
Member

jmanico commented Jun 21, 2024

Yea see https://github.com/OWASP/ASVS/blob/master/5.0/en/0x19-V11-BusLogic.md

We already have 11.6.1. Is this good enough for you, @ImanSharaf ?

11.6.1 Verify the application has a capability to detect and respond to anomalous activity within its business logic, including the ability to alert administrators when such activity occurs.

@jmanico
Copy link
Member

jmanico commented Jun 21, 2024

Are we ok to close this issue?

@ImanSharaf
Copy link
Collaborator Author

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2) Awaiting response Awaiting a response from the original poster _5.0 - prep This needs to be addressed to prepare 5.0
Projects
None yet
Development

No branches or pull requests

3 participants