Forum Discussion
ExMSW4319
Aug 22, 2021Iron Contributor
Feeding the Attack Simulator
Previous commentators have noted the simulator's tendency to send attacks in a single wave. This can lead to a comment from one recipient warning another. Additionally, the wave may overwhelm local IT support.
To my mind it makes sense to split a large recipient base up into slices to be attacked at different times and possibly with minor variations in the payload. I had been looking at dynamic groups to do this.
Am I correct in saying no type of dynamic group is acceptable to the attack simulator? I have tried the new Microsoft 365 groups, but with the group features suppressed to prevent the group itself from mailing, the simulator will not mail the membership either.
set-UnifiedGroup -Identity $Group.Name -HiddenFromExchangeClientsEnabled
set-UnifiedGroup -Identity $Group.Name -UnifiedGroupWelcomeMessageEnabled:$false
set-UnifiedGroup -Identity $Group.Name -SubscriptionEnabled:$false
set-UnifiedGroup -Identity $Group.Name -AlwaysSubscribeMembersToCalendarEvents:$false
set-UnifiedGroup -Identity $Group.Name -AutoSubscribeNewMembers:$false
5 Replies
- ExMSW4319Iron ContributorVasil, that was exactly what I was looking for. I gave it a try and the Randomize Send Times feature did not work - everything arrived at the same time. I was using a single attack to a group of eight recipients over a short period of four days, which may have caused the random algorithm a problem. Does anyone know if there is documentation for the new feature beyond the June announcement, or am I better off speaking to Product Support?
- Opening a support case wouldn't hurt.