Commit Graph

937 Commits

Author SHA1 Message Date
Chris Long
556fd855fc Update prepare.ps1
Fix  #637
2021-04-26 23:30:25 -07:00
Chris Long
6a7c5e66c9 Update prepare.sh
Fix #642
2021-04-26 23:27:18 -07:00
Chris Long
0e7978bbc2 Update Velociraptor.config.yaml 2021-04-26 22:45:15 -07:00
Chris Long
d66ff72b67 Update server.config.yaml 2021-04-26 22:44:43 -07:00
Chris Long
caa57f7fe2 Remove Defender Disable Stuff from join-domain.ps1 2021-04-26 22:43:44 -07:00
Chris Long
3d94669977 Create versions.tf 2021-04-20 10:24:49 -07:00
Chris Long
b12147094b Update versions.tf 2021-04-20 10:24:28 -07:00
Chris Long
24aaa31fbd Update versions.tf 2021-04-20 10:23:55 -07:00
Chris Long
9846101b33 Merge pull request #638 from stavhaygn/master
Fix Packer - QEMU doesn't boot to ISO image.
2021-04-12 18:40:20 -07:00
stavhaygn
213898da1a Update windows_10.json 2021-04-12 13:48:22 +08:00
stavhaygn
45fd3f6485 Update windows_2016.json 2021-04-12 13:47:09 +08:00
Chris Long
ce98f6e14e Update sponsors 2021-04-10 10:43:58 -07:00
Chris Long
57583938e5 Workaround Issue#636
https://github.com/clong/DetectionLab/issues/636
2021-04-08 10:12:44 -07:00
Chris Long
5ae15f682b Small fixes 2021-03-29 22:21:14 -07:00
Chris Long
d587fd25ba Fix typo in build_ansible_inventory.sh 2021-03-29 21:09:47 -07:00
Chris Long
7b80f8d6b2 Fix AWS main.tf 2021-03-29 20:54:47 -07:00
Chris Long
cb553c989b Merge pull request #632 from clong/more_exchange
Adding more code for Exchange support
2021-03-29 20:51:48 -07:00
Chris Long
553f9a13c5 Adding more code for Exchange 2021-03-29 20:50:01 -07:00
Chris Long
bf502e85c9 More Exchange related code 2021-03-29 20:45:43 -07:00
Chris Long
280017ed2c Fix Terraform outputs for Azure - Issue628 2021-03-29 20:26:41 -07:00
Chris Long
b664ebebf6 Merge pull request #631 from EuanKerr/patch-1
Update install-velociraptor.ps1
2021-03-28 23:09:15 -07:00
Euan
4ccd39d19a Update install-velociraptor.ps1
Reverting the hardcoded URL workaround as the issue seems fixed: https://github.com/Velocidex/velociraptor/issues/528
2021-03-29 00:20:25 +01:00
Chris Long
963c24e6ec Merge pull request #626 from mvelazc0/master
Update install-redteam.ps1
2021-03-27 22:23:15 -07:00
Chris Long
18c0fa0f59 Merge pull request #630 from dejesusg/master
Fixing typo in post_build_checks.ps1
2021-03-27 22:22:20 -07:00
Gabriel De Jesus
0b4dfe835a Merge pull request #1 from dejesusg/dejesusg-patch-1
Velocirpators are now extinct and have been replaced with the superio…
2021-03-27 21:03:35 +00:00
Gabriel De Jesus
fffc43488d Velocirpators are now extinct and have been replaced with the superior Velociraptor
just fixing a typo in post_build_checks.ps1
2021-03-27 20:57:03 +00:00
mvelazco
96541e214d Update install-redteam.ps1
The latest release of PurpleSharp does no longer require a separate DLL for Newtonsoft. It is now embedded in the assembly
2021-03-25 10:10:34 -04:00
Chris Long
e3e2a02a91 Try more ways to kill defender on Win10 2021-03-24 20:36:58 -07:00
Chris Long
7778de6190 Fix ThreatHunting dashboard
https://github.com/clong/DetectionLab/issues/625
2021-03-23 17:08:40 -07:00
Chris Long
819ded6d85 Update main.yml 2021-03-17 16:05:12 -07:00
Chris Long
71b506bd49 Update inventory.yml 2021-03-17 16:03:53 -07:00
Chris Long
55d8fb783b More Azure ansible fixes 2021-03-14 12:22:55 -07:00
Chris Long
4a8781f698 Small fixes for azure 2021-03-13 21:41:20 -08:00
Chris Long
2e6d3899f8 Fix Terraform 2021-03-13 20:20:05 -08:00
Chris Long
363454ca62 Merge pull request #622 from clong/exchange_esxi_azure
Adding Exchange for Azure and ESXi
2021-03-13 20:13:31 -08:00
Chris Long
4bde98ff08 Adding Exchange for Azure and ESXi 2021-03-13 20:12:24 -08:00
Chris Long
d8b40fc39d Merge pull request #616 from clong/add_exchange
Update ThreatHunting, Add Exchange install script
2021-03-08 09:50:35 -08:00
Chris Long
758d6b5d34 Merge branch 'master' into add_exchange 2021-03-08 09:50:24 -08:00
Chris Long
3ac2b21ccc Update ThreatHunting, Add Exchange install script 2021-03-08 09:49:10 -08:00
Chris Long
3d85fd7ee9 Merge pull request #612 from tbennett6421/PR1
Providing vars to control HTTP server instantiation
2021-03-01 14:10:53 -08:00
Tyler Bennett
55df112044 Merge branch 'master' into PR1 2021-03-01 09:48:16 -06:00
Chris Long
38b6b00e59 Merge branch 'master' of https://github.com/clong/detectionlab 2021-02-26 16:39:05 -08:00
Chris Long
429d9be155 Updating docs 2021-02-26 16:38:54 -08:00
Tyler Bennett
eb7d7a5a67 provide flexibility in packer servers with more then one NIC,
when a packer server has more then one NIC, Packer can often
select the wrong http server using {{ .HTTPIP }}. We extend the
variables file to include an http_server_address which can be set
to the IP address of the correct NIC. This configuration propagates down
to the http_bind_address directive of the builder and the boot_command
entered on the guest VM. Adding 0.0.0.0 as a reasonable default as it
preserves comptability with packers default behavior.

This commit was required to get Packer to build the ubuntu guest
successfully in our environment

Additional Reading:
https://github.com/hashicorp/packer/issues/9973
https://www.packer.io/docs/builders/vmware/vsphere-iso#http-directory-configuration
2021-02-26 18:23:19 -06:00
Tyler Bennett
a2786ab6a0 Merge pull request #1 from clong/master
Pull Master from Origin
2021-02-26 16:01:23 -06:00
Chris Long
606dfe166f Add Process Hacker to utilities download 2021-02-26 13:33:37 -08:00
Chris Long
9b597c99a5 Add check for Virtual Machine Platform to prepare script 2021-02-26 10:56:17 -08:00
Chris Long
94ff451105 Mobile commits are hard 2021-02-24 12:48:53 -10:00
Chris Long
0f8559e095 Update slack join URL 2021-02-24 12:47:56 -10:00
Chris Long
c530525fbe Merge pull request #607 from pgmcgee/fixESXiFleetInstall
Fix Fleet install in ESXi to use the latest fleet.zip release
2021-02-21 10:53:09 -08:00