-
Notifications
You must be signed in to change notification settings - Fork 795
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
Reduce Agent/Island network chatter #1538
Comments
mssalvatore
added a commit
that referenced
this issue
Dec 3, 2021
The credentials for credential reuse attacks will now be retrieved by the agent via a new endpoint that returns only credentials in order to reduce unnecessary network traffic (issue #1538).
mssalvatore
added a commit
that referenced
this issue
Dec 3, 2021
The credentials for credential reuse attacks will now be retrieved by the agent via a new endpoint that returns only credentials in order to reduce unnecessary network traffic (issue #1538).
mssalvatore
added a commit
that referenced
this issue
Dec 3, 2021
The credentials for credential reuse attacks will now be retrieved by the agent via a new endpoint that returns only credentials in order to reduce unnecessary network traffic (issue #1538).
mssalvatore
added a commit
that referenced
this issue
Dec 3, 2021
The credentials for credential reuse attacks will now be retrieved by the agent via a new endpoint that returns only credentials in order to reduce unnecessary network traffic (issue #1538).
7 tasks
mssalvatore
added a commit
that referenced
this issue
Dec 3, 2021
The credentials for credential reuse attacks will now be retrieved by the agent via a new endpoint that returns only credentials in order to reduce unnecessary network traffic (issue #1538).
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Monkey agents repeatedly query the Monkey Island for the current configuration. This behavior
The agents need to query the Island for the config repeatedly because the config contains a field named
alive
. Setting this field to true or false is how the Island signals to the agents that they should stop. Additionally, querying for the config has the added benefit of updating the agent with any credentials that have been stolen by other agents. To preserve functionality but reduce traffic and clutter, dynamic fields should be removed from the configuration and separate API endpoints should be added so that agents can get exactly the data they need when they need it.Tasks
alive
from the agent and island config. Find a new way to store that all monkeys should die. (0d) - @VakarisZThe text was updated successfully, but these errors were encountered: