Etienne Stalmans

Results 24 comments of Etienne Stalmans
trafficstars

Hi! Thank you for the report. I'll need to get setup on Office 365 again to try and debug. In the meantime, could you try the following two options: ```not-ruler...

I've figured out where the issue is, now need to figure out a way around it without breaking things :)

This version will definitely try login to the second mailbox, however with my test accounts it is failing with RPC errors. Specifically this: https://www.codetwo.com/kb/mapi-e-logon-failed-0x80040111/ - which I don't think is...

It is the same as what I'm running into. It seems like there is an issue in Office365 with the `UseAdminPrivilege` flag needed for this. The full error happening in...

If you are using Federated Auth, then I believe you may be able to detect the login events. From Office365 side, I'm not sure what the logging capabilities offer, I...

I have a feeling this might work; It does seem to be a permission issue so this makes sense: https://social.technet.microsoft.com/Forums/ie/en-US/6b0d9dbe-8aa4-4cc7-82ae-79cb3cb00f99/majority-of-mailboxes-fail-to-migrate-to-exchange-online-cutover-migration-from-exchange-2010?forum=onlineservicesmigrationandcoexistence Basically need to give the user extended rights to "receive-as":...

Unfortunately I haven't had a chance to find a solution yet. It is on the stack :+1:

Hi! Using the fork at staaldraad/liniaal and copying the http_mapy.py and http_mapi.ps1 files across, I get the agent to connect. I've had to make a fix to include the "Slack_Token"...

And fixed. The new Empire agent uses `GetTask` and `SendMessage` instead of `Get-Task` and `Send-Message` for the comms functions. I've updated my fork to include these changes. I'll open PRs...

I've just tested again with the following steps: ```bash git clone https://github.com/staaldraad/Empire.git cd Empire git checkout update-mapi-agent ./setup/install.sh ./empire ``` Then in Empire ``` > listeners > uselistener http_mapi >...