Shreya Malviya
|
9b4de6bab8
|
UT: Use SocketAddress.from_string() in test_handle_agent_registration.py
|
2022-09-27 13:11:13 +05:30 |
Shreya Malviya
|
d1199fdab2
|
Agent: Simplify relay disconnect logic in network/relay/utils.py
|
2022-09-27 13:06:29 +05:30 |
Shreya Malviya
|
441c14f15d
|
Use SocketAddress.from_string() in network/relay/utils.py
|
2022-09-27 12:56:10 +05:30 |
Shreya Malviya
|
1f80eac4b6
|
island: Remove unused import in cc/island_event_handlers/handle_agent_registration.py
|
2022-09-27 12:51:49 +05:30 |
Shreya Malviya
|
8b0ebfc3a7
|
UT: Add/modify tests as per SocketAddress related changes
|
2022-09-27 12:51:49 +05:30 |
Shreya Malviya
|
3b192a869e
|
UT: Replace test data with SocketAddress wherever required
|
2022-09-27 12:51:49 +05:30 |
Shreya Malviya
|
0ae653fb72
|
Agent: Let InfectionMonkey._cmd_island_port stay a str
No part of the code in InfectionMonkey requires _cmd_island_port to be an int now
|
2022-09-27 12:51:49 +05:30 |
Shreya Malviya
|
8a609e0871
|
Agent: Simplify logic in SocketAddress object creation in monkey.py and network/relay/utils.py
|
2022-09-27 12:51:49 +05:30 |
Shreya Malviya
|
6a29702846
|
Island: Modify cc_server type in Agent pydantic model
|
2022-09-27 12:51:49 +05:30 |
Shreya Malviya
|
284ec3d119
|
Agent: Use SocketAddress type in handle_agent_registration._get_or_create_cc_machine()
|
2022-09-27 12:51:49 +05:30 |
Shreya Malviya
|
ac633a6e75
|
Agent: Change argument in InfectionMonkey._register_agent() to type SocketAddress
|
2022-09-27 12:51:49 +05:30 |
Shreya Malviya
|
6df2c29e30
|
Common: Update cc_server's type in AgentRegistrationData to SocketAddress
|
2022-09-27 12:51:49 +05:30 |
Kekoa Kaaikala
|
6f095eb0c1
|
Merge pull request #2350 from guardicore/2323-parse-servers-as-socketaddress
2323 parse servers as socketaddress
|
2022-09-26 10:44:18 -04:00 |
Kekoa Kaaikala
|
8b8ef79e0a
|
Common: Move SocketAddress function into the class
Moved socketaddress_from_string into SocketAddress.from_string
|
2022-09-26 12:32:00 +00:00 |
Shreya Malviya
|
aec9cbb4b1
|
Merge pull request #2352 from guardicore/2323-SocketAddress-in-TCPRelay
SocketAddress in TCPRelay
|
2022-09-26 17:10:30 +05:30 |
Shreya Malviya
|
3de18d5f1c
|
Project: Remove stale Vulture allowlist entry
|
2022-09-26 16:50:01 +05:30 |
Shreya Malviya
|
a093a3e527
|
Agent: Use default str representation of SocketAddress in log message in notify_disconnect()
|
2022-09-26 16:49:42 +05:30 |
Shreya Malviya
|
4c76543a28
|
Agent: Use SocketAddress in notify_disconnect() in network relay utils
|
2022-09-26 13:44:40 +05:30 |
Shreya Malviya
|
105a2b39cf
|
Agent: Add SocketAddress type variable in _send_remove_from_waitlist_control_message_to_relay()
|
2022-09-26 13:38:13 +05:30 |
Shreya Malviya
|
0db0347008
|
Agent: Use SocketAddress in TCPPipeSpawner
|
2022-09-26 13:30:30 +05:30 |
Shreya Malviya
|
426647c5b9
|
Agent: Use SocketAddress in TCPRelay
|
2022-09-26 13:07:47 +05:30 |
Kekoa Kaaikala
|
53a9c62245
|
Agent: Parse --servers to SocketAddress
|
2022-09-23 17:57:53 +00:00 |
Kekoa Kaaikala
|
4982999b99
|
Common: Add function to parse SocketAddress
|
2022-09-23 17:54:49 +00:00 |
Mike Salvatore
|
dbaa56c39d
|
Merge pull request #2349 from guardicore/2261-refactor-manual-agent-logic
2261 refactor manual agent logic
|
2022-09-23 13:45:55 -04:00 |
Mike Salvatore
|
73841fb04e
|
Project: Update vulture_allowlist.py
|
2022-09-23 13:04:21 -04:00 |
Mike Salvatore
|
6c63d4edbd
|
Agent: Remove unused "Option" from i_island_api_client.py
|
2022-09-23 12:57:09 -04:00 |
Mike Salvatore
|
3fbbc01861
|
Changelog: Add entries for #2261
|
2022-09-23 12:56:13 -04:00 |
vakarisz
|
b11cd9c5f1
|
Island: Remove agent controls
Agent controls are being replaced by agent signal events
|
2022-09-23 12:56:13 -04:00 |
Mike Salvatore
|
a49ddf7a4a
|
Merge pull request #2347 from guardicore/2261-move-agent-signals-to-common
2261 move agent signals to common
|
2022-09-23 12:56:13 -04:00 |
Mike Salvatore
|
feb8288c98
|
Agent: Pass the correct agent ID to ControlChannel
|
2022-09-23 12:56:13 -04:00 |
Mike Salvatore
|
f7198ea98a
|
UT: Add proper test for ControlChannel.should_agent_stop()
|
2022-09-23 12:56:13 -04:00 |
ilija-lazoroski
|
5ec0f2dbd2
|
Merge pull request #2343 from guardicore/2261-modify-agent-to-use-signals
2261 modify agent to use signals
|
2022-09-23 12:56:13 -04:00 |
Mike Salvatore
|
a5f1117ce3
|
Island: Fix grammar in docstring
Co-authored-by: Kekoa Kaaikala <kekoa.kaaikala@gmail.com>
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
a314efb8d9
|
Agent: Reword get_agent_signals docstring
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
e5c5cce94e
|
Agent: Modify should_agent_stop to use AgentSignals model
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
d1fc4fa7f4
|
UT: Parametrize HTTPIslandAPIClient get_agent_signals test
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
6299529f4a
|
Island: Modify HTTPIslandAPIClient.get_agent_signals to return
AgentSignals
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
edf0593d4a
|
Agent: Remove should_agent_stop from HTTPIslandAPIClient
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
a2be330d16
|
Island: IIslandAPIClient.get_agent_signals to return AgentSignals
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
67956358bd
|
Agent: Remove shoudl_agent_stop from IIslandAPIClient
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
7a9ac1a6ba
|
UT: Fix AgentSignals endpoint tests to use common.agent_signals
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
3da90223fc
|
Agent: Use IIslandAPIClient.get_agent_signals in ControlChannel
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
ffa5f90cbd
|
Island: Use common.agent_signals in AgentSignalsService
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
88c011e883
|
Agent: Implement IIslandAPIClient.get_agent_signals in
HTTPIslandAPIClient
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
296f4e55df
|
Common, Island: Move AgentSignals model to Common
|
2022-09-23 12:56:13 -04:00 |
Ilija Lazoroski
|
a3d94d7a49
|
Agent: Add get_agent_signals to IIslandAPIClient
|
2022-09-23 12:56:11 -04:00 |
Mike Salvatore
|
6ae0e6f715
|
Merge pull request #2336 from guardicore/2261-add-agent-signals-resource
2261 add agent signals resource
|
2022-09-23 12:54:49 -04:00 |
ilija-lazoroski
|
dd88745536
|
Merge pull request #2337 from guardicore/2261-on-terminate-agents-signal
2261 on terminate agents signal
|
2022-09-23 12:54:49 -04:00 |
Shreya Malviya
|
dee2884144
|
UT: Move test_agent_signals.py and test_terminate_all_agents.py under cc/resources/agent_signals/
|
2022-09-23 12:54:49 -04:00 |
Mike Salvatore
|
a04a6a3cea
|
Island: Implement AgentSignalsService.get_signals()
|
2022-09-23 12:54:49 -04:00 |