Skip to content
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

Local exchange support ? #12

Open
serdarbayram01 opened this issue Nov 2, 2018 · 1 comment
Open

Local exchange support ? #12

serdarbayram01 opened this issue Nov 2, 2018 · 1 comment

Comments

@serdarbayram01
Copy link

Hi ,

This script support on premise exchange 2013 can we use it on local exchange server ?

@gfoss
Copy link
Contributor

gfoss commented Nov 5, 2018

This is not currently on the near-term roadmap. However, you can do most of the PIE functions just in a different way. For example, using the base Exchange log parsing along with the PIE dashboards for highlighting message flow data.

In order to get O365-Ninja to work, changing line #212's connectionURI value to the location of your Exchange server's powershell-API location may do the trick. There's some more info on how this works here.

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://<TARGET-SERVER>/powershell/ -Credential $cred -Authentication Basic -AllowRedirection

I haven't had a chance to test this, but from what I've read, it should work. Then you can make this into a SmartResponse by placing this script in a folder along with the existing actions.xml file similar to this folder structure. Then you can create the SmartResponse from this directory using the SIEM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants