Commit Graph

938 Commits

Author SHA1 Message Date
Amit Serper
ac17c974dd Update main.tf
Set the instance type of win10 to t2.large from t2.medium because t2.medium is barely responsive with this setup.
2021-07-21 10:43:04 -04:00
Chris Long
aa70d537ba Update LibVirt Box
Fix #680
2021-07-19 20:49:06 -07:00
Chris Long
3220a55a8d Merge pull request #679 from aserper/patch-1
Update main.tf
2021-07-15 13:06:25 -07:00
Amit Serper
4d760690de Update main.tf
map() is a deprecated function. Changed map() to tomap()
2021-07-15 15:05:00 -04:00
Chris Long
165a9b77ba Remove reference to Packet EBS Storage
It's deprecated now :[
2021-07-14 09:40:38 -07:00
Chris Long
8b282d5128 Merge pull request #678 from clong/terraform_1
Terraform v1.0+ compatibility
2021-07-11 20:14:05 -07:00
Chris Long
ee4ff46b66 Terraform v1.0+ compatibility 2021-07-11 20:11:39 -07:00
Chris Long
41fb6c2158 Idempodency fixes, bug fixes, make shellcheck happy 2021-07-11 19:55:54 -07:00
Chris Long
21301e7240 Merge pull request #677 from clong/parallel_ci_builds
Provision hosts in parallel during build process
2021-07-11 12:27:17 -07:00
Chris Long
bf99ffd478 Provision hosts in parallel during build process 2021-07-11 11:39:40 -07:00
Chris Long
6a66e23c6a Merge branch 'master' of https://github.com/clong/detectionlab 2021-07-11 09:45:22 -07:00
Chris Long
4f1d381e20 Update Vagrant + Packer in CI builds 2021-07-11 09:45:08 -07:00
Chris Long
d15022e130 Typo 2021-07-09 20:03:28 -07:00
Chris Long
d93d63fc83 Update sponsors 2021-07-09 20:03:11 -07:00
Chris Long
f08109784c Merge pull request #672 from who1smrrobot/master
Replace non-existent 7z1900-x64.msi file with 7z2102-x64.msi URL
2021-07-09 16:38:13 -07:00
Sebastian Schuster
66b42533b0 Replace non-existent 7z1900-x64.msi file with 7z2102-x64.msi URL 2021-07-09 21:39:52 +02:00
Chris Long
3f976bb2f4 Update outputs.tf 2021-06-27 09:45:12 -07:00
Chris Long
dbfd6f2caa Merge pull request #668 from clong/aws_logger_ami
Update AWS Terraform to use DL-Logger AMI
2021-06-26 21:40:03 -07:00
Chris Long
0b3aa71e46 Update AWS Terraform to use DL-Logger AMI 2021-06-26 21:39:00 -07:00
Chris Long
693dacd96b Update fleet logging flags 2021-06-26 20:37:26 -07:00
Chris Long
ef16d4f7c8 Fix terraform verify test 2021-06-24 21:54:11 -07:00
Chris Long
9ff2003714 Add new mode to logger_bootstrap 2021-06-24 21:36:03 -07:00
Chris Long
45986d583a Fix fleet in ESXi too 2021-06-23 19:58:11 -07:00
Chris Long
4c6117ee56 Merge pull request #666 from Wherekonshade/master
Exchange lines in outputs.tf are now commented out
2021-06-23 19:56:49 -07:00
Wherekonshade
e27cf624f3 Exchange lines in outputs.tf are now commented out 2021-06-23 02:10:42 -05:00
Chris Long
1ca280fab7 Merge pull request #664 from clong/fix_fleet
Fix Fleet installation
2021-06-12 20:46:05 -07:00
Chris Long
1ccbb6cdff Merge branch 'master' into fix_fleet 2021-06-12 20:45:58 -07:00
Chris Long
aee40d43f5 Fix Fleet installation 2021-06-12 20:44:55 -07:00
Chris Long
8f4d26b744 Merge pull request #662 from benjeems/patch-1
ignoring checksums in Zeek
2021-06-12 19:59:51 -07:00
Ben Reardon
7368b6c805 ignoring checksums in Zeek
as per https://github.com/clong/DetectionLab/issues/661
2021-06-08 16:48:35 +10:00
Chris Long
7d77f40e44 Update Vagrantfile 2021-06-06 17:01:16 -07:00
Chris Long
a578865e8d Update install-redteam.ps1 2021-05-24 21:19:17 -07:00
Chris Long
09cd040b05 Update install-exchange.ps1 2021-05-20 16:46:08 -07:00
Chris Long
617d96b357 Merge pull request #655 from clong/exchange_may_updates
Exchange may updates
2021-05-20 15:09:03 -07:00
Chris Long
a4bab11c8f Merge branch 'master' into exchange_may_updates 2021-05-20 15:08:57 -07:00
Chris Long
46e8c8fd45 Add install-exchange.ps1 to Vagrantfile for exchange 2021-05-20 15:07:46 -07:00
Chris Long
c8dca0f77f Updates for exchange 2021-05-20 15:02:26 -07:00
Chris Long
58c843eccc Update outputs.tf 2021-05-16 18:04:45 -07:00
Chris Long
06cfa59bec Update exchange.tf 2021-05-15 08:41:30 -07:00
Chris Long
274e622e28 Adding exchange module for AWS Terraform 2021-05-14 20:13:57 -07:00
Chris Long
fe8fed0719 Merge pull request #650 from clong/move_exchange_stuff
Move Exchange to AddOns Folder
2021-05-13 19:08:18 -07:00
Chris Long
844fea65e4 Fix azure provider for module 2021-05-08 15:33:25 -07:00
Chris Long
bb41499a27 Convert Exchange to a Terraform module 2021-05-08 15:13:05 -07:00
Chris Long
8c8c7f760c Bump terraform version for circleci 2021-05-05 21:44:15 -07:00
Chris Long
fbb03be0d0 Move Exchange to AddOns Folder 2021-05-05 21:40:48 -07:00
Chris Long
ed30d82600 Merge pull request #649 from gregclermont/win10-disable-defender
Elevate to TrustedInstaller to disable Defender on Windows 10
2021-05-02 22:11:06 -07:00
gregclermont
2c22724101 Elevate to TrustedInstaller to disable Defender on Windows 10 2021-05-02 09:47:06 +02:00
Chris Long
8d95760f48 Merge pull request #647 from fpkmatthi/master
Edit shellscript post build check for Fleet and Velociraptor
2021-04-29 11:22:57 -07:00
Matthias Van De Velde
225e402286 Edit post build check for Fleet and Velociraptor 2021-04-29 13:02:45 +02:00
Chris Long
8443ee0681 Update install-velociraptor.ps1 2021-04-27 00:04:56 -07:00