forked from clong/DetectionLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request clong#632 from clong/more_exchange
Adding more code for Exchange support
- Loading branch information
Showing
13 changed files
with
193 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[monitor://C:\Program Files\Microsoft\Exchange Server\V15\Logging\Ews] | ||
whitelist=\.log$|\.LOG$ | ||
sourcetype=MSWindows:2016EWS:IIS | ||
queue=parsingQueue | ||
index=msexchange | ||
disabled=false | ||
initCrcLength=8192 | ||
|
||
[monitor://C:\inetpub\logs\LogFiles\W3SVC1] | ||
whitelist=\.log$|\.LOG$ | ||
sourcetype=MSWindows:IIS | ||
queue=parsingQueue | ||
index=msexchange | ||
disabled=false | ||
initCrcLength=8192 | ||
|
||
[monitor://C:\inetpub\logs\LogFiles\W3SVC2] | ||
whitelist=\.log$|\.LOG$ | ||
sourcetype=MSWindows:IIS | ||
queue=parsingQueue | ||
index=msexchange | ||
disabled=false | ||
initCrcLength=8192 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,9 @@ aws configure set default.region us-west-1 | |
export BUCKET_NAME="FILL_ME_IN" | ||
|
||
cd /opt/DetectionLab/Vagrant || exit 1 | ||
echo "Clearing out Splunk indexes" | ||
ssh -i /opt/DetectionLab/Vagrant/.vagrant/machines/logger/virtualbox/private_key [email protected] 'sudo /opt/splunk/bin/splunk stop && sudo /opt/splunk/bin/splunk clean eventdata -f' | ||
|
||
echo "Running WinRM Commands to open WinRM on the firewall..." | ||
for host in dc wef win10; | ||
do | ||
|