Mike Salvatore
07815eed93
Island: Wrap drop() Exceptions with RemovalError
2022-09-15 11:56:58 -04:00
Mike Salvatore
84c8de6a7c
UT: Test error conditions in MongoCredentialsRepository
...
Increases test coverage to 100% for MongoCredentialsRepository
2022-09-15 11:55:48 -04:00
Mike Salvatore
5aff1c62c3
Island: Use drop() to clear mongo credentials collections
2022-09-15 11:54:06 -04:00
Mike Salvatore
6e47d3272d
Island: Use monkey_island database in MongoCredentialsRepository
2022-09-15 11:48:12 -04:00
Mike Salvatore
ef821f75e2
Agent: Add agent source to CredentialsStolenEvent in ZerologonExploiter
2022-09-15 08:01:58 -04:00
Mike Salvatore
4884313cba
Merge pull request #2297 from guardicore/2182-remove-credentialstelem
...
Remove CredentialsTelem
2022-09-15 07:42:37 -04:00
Shreya Malviya
75dddb0861
BB: Remove usage of CredentialComponentType in Zerologon analyzer
2022-09-15 14:07:18 +05:30
Shreya Malviya
cf48189a07
BB: Use keyword parameters when creating Username/Password/NTHash objects
2022-09-15 14:00:14 +05:30
Shreya Malviya
f57dad05c1
BB: Use keyword parameters when creating Credentials objects
2022-09-15 13:55:49 +05:30
Shreya Malviya
0b2039fb76
UT: Remove test_credentials_telem.py
2022-09-15 12:30:39 +05:30
Shreya Malviya
08fc1c6d39
Common: Remove CREDENTIALS from TelemCategoryEnum
2022-09-15 12:30:06 +05:30
Shreya Malviya
eba94293d4
Agent: Remove CredentialsTelem
2022-09-15 12:29:18 +05:30
Shreya Malviya
775b0e69eb
Island: Remove usage of credential telemetry
2022-09-15 12:28:37 +05:30
Shreya Malviya
b00e0ff427
Agent: Remove usage of CredentialsTelem from master
2022-09-15 12:11:55 +05:30
Shreya Malviya
0a73ca717c
Agent: Fix some mypy issues in zerologon.py
2022-09-15 12:07:03 +05:30
Shreya Malviya
97dcbe6168
Agent: Remove usage of CredentialsTelem from Zerologon exploiter
2022-09-15 11:53:22 +05:30
Mike Salvatore
51d5176986
UT: Improve MongoNodeRepository test coverage
...
Setting the MagicMock members to lambda's did not work as expected. A
look at the code coverage report revealed that not all branches were
covered. Setting them to new MagicMock objects with the correct return
type added coverage to branches that were previously skipped.
2022-09-14 15:58:35 -04:00
Mike Salvatore
4f29326da9
Merge pull request #2295 from guardicore/2180-mongo-event-repository
...
2180 mongo event repository
2022-09-14 15:49:13 -04:00
Kekoa Kaaikala
25c3552061
UT: Clarify mongo repository reset test
2022-09-14 19:35:37 +00:00
Kekoa Kaaikala
9ec91ec97a
Island: Remove unneccessary call to list()
2022-09-14 19:35:05 +00:00
Kekoa Kaaikala
cd84280e79
Island: Simplify event query and deserialization
2022-09-14 19:14:35 +00:00
Kekoa Kaaikala
8311fc79a9
Island: Add message to error on save
2022-09-14 18:43:52 +00:00
Kekoa Kaaikala
5f44204583
UT: Clean up mongo fixture
2022-09-14 18:38:56 +00:00
Kekoa Kaaikala
7e96c11204
Island: Add docstring to MongoEventRepository
2022-09-14 18:35:18 +00:00
Mike Salvatore
2155e9681e
UT: Double sleep time to prevent false failures
2022-09-14 14:17:19 -04:00
Mike Salvatore
0ea1f9576f
Merge pull request #2296 from guardicore/2181-store-stolen-credentials-in-repo
...
2181 store stolen credentials in repo
2022-09-14 14:14:54 -04:00
Mike Salvatore
5742681b13
Island: Rename agent_event_subscribers -> agent_event_handlers
2022-09-14 13:58:12 -04:00
Mike Salvatore
03c49fe4da
Island: Shorten subscription code
2022-09-14 13:55:13 -04:00
Mike Salvatore
b3e9bbe05f
Island: Subscribe save_stolen_credentials_to_repository()
2022-09-14 13:54:38 -04:00
Mike Salvatore
4db251dd7d
Island: Add save_stolen_credentials_to_repository
2022-09-14 13:52:29 -04:00
Mike Salvatore
d5979fae16
Island: Fix typo and grammar in save_event_to_event_repository()
2022-09-14 13:48:55 -04:00
Kekoa Kaaikala
5c762930bf
Island: Search UUID by string value
2022-09-14 17:45:44 +00:00
Kekoa Kaaikala
89954223e8
Island: Match type based on __name__
2022-09-14 17:45:44 +00:00
Kekoa Kaaikala
ad5bba9e2f
Island: Use EventSerializerRegistry
2022-09-14 17:45:44 +00:00
Kekoa Kaaikala
f5e398c175
Island: Add MongoEventRepository
2022-09-14 17:45:41 +00:00
Mike Salvatore
0b5dd3832b
Merge pull request #2291 from guardicore/2180-save-event-to-repository
...
2180 save event to repository
2022-09-14 13:40:19 -04:00
Mike Salvatore
6f4c3d4669
Island: Register StubbedEventRepository in DIContainer
2022-09-14 13:36:55 -04:00
Mike Salvatore
f5711e2fab
Island: Add StubbedEventRepository
...
A placeholder until MongoEventRepository is implemented
2022-09-14 13:35:49 -04:00
Mike Salvatore
9fc91239f2
Agent: Use private module variable for ID caching
...
mypy complains about setting an attribute on the function object. Using
`global _id` accomplishes the same thing and doesn't upset mypy
2022-09-14 12:59:44 -04:00
Mike Salvatore
8faf8de4dd
Agent: Use HardwareID as the return type for get_machine_id()
2022-09-14 12:57:40 -04:00
Mike Salvatore
f7ab5c5dd8
Common: Use MachineID instead of int in AbstractAgentEvent.target
2022-09-14 12:54:49 -04:00
Mike Salvatore
1b2b316e1f
Island: Move MachineID to common
2022-09-14 12:53:42 -04:00
Mike Salvatore
99b0f5bcd6
Merge pull request #2279 from guardicore/2177-agent-all-events-subscriber
...
Subscriber to send all Agent events to Island
2022-09-14 12:12:26 -04:00
Mike Salvatore
d179a5563f
UT: Add note about potentially slow or racey tests
2022-09-14 12:11:51 -04:00
Mike Salvatore
996225deef
Agent: Fix line length
2022-09-14 12:09:42 -04:00
Mike Salvatore
fbd5bb9a9e
Agent: Rename _agent_events_to_island_sender
2022-09-14 12:08:45 -04:00
Mike Salvatore
9471db378f
UT: Reduce sleep time from 0.05 to 0.01 in test_agent_event_forwarder
2022-09-14 12:07:36 -04:00
Ilija Lazoroski
83f1e4cc2a
Island: Use agent_event_handlers on island setup
2022-09-14 17:19:28 +02:00
Ilija Lazoroski
5a836daaa7
Island: Add agent_event_handlers
2022-09-14 17:18:55 +02:00
Ilija Lazoroski
26fc6fd5b9
Island: Add save_event_to_event_repository subscriber
2022-09-14 17:17:32 +02:00