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
Parker McGee
f6a85be0c6
Fix Fleet install in ESXi to use the latest fleet.zip release
2021-02-19 08:21:25 -05:00
Chris Long
eedd621537
Improve fleet release link finding
2021-02-15 15:51:39 -08:00
Chris Long
a4eae82f3e
Merge pull request #601 from mdtro/fix-zeek-props
...
Add Custom props.conf for Zeek Splunk TA
2021-02-09 08:45:05 -08:00
mdtro
a422ad8442
add custom props.conf for Splunk TA for Zeek and update logger_bootstrap
2021-02-06 01:01:08 -06:00
Chris Long
872a4284e6
Updating sponsors
2021-02-04 11:17:30 -08:00
Chris Long
386bab1fe3
Merge pull request #599 from mikajarvinen/master
...
fix a typo in vm_name field in qemu type section of windows_2016.json
2021-02-01 20:18:39 -08:00
mikajarvinen
84dcc43af4
fix a typo in vm_name -key value in qemu type section of windows_2016.json
2021-02-01 20:49:26 +02:00
Chris Long
c681c30449
Add HTTP failover for autorunstowineventlog
2021-01-26 14:25:23 -08:00
Chris Long
59119e0ae4
Update install-utilities.ps1
2021-01-21 12:54:01 -08:00
Chris Long
106a0a6805
Disable googlechrome installation (temporary)
2021-01-20 18:45:30 -08:00
Chris Long
77b484b0ec
Actually adding the parameter
2021-01-20 14:57:37 -08:00
Chris Long
6c5cd3e137
Update install-utilities.ps1
...
Don't check checksums for GoogleChrome choco package
2021-01-20 14:23:44 -08:00
Chris Long
ab9dd9487c
Fix Zeek/Suricata on AWS
2021-01-13 12:05:16 -08:00
Chris Long
02cee91fe3
Add Big Sur check for prepare.ps1
2021-01-11 20:18:31 -08:00
Chris Long
95717a7581
Merge pull request #588 from clong/monitor_eth0_eth1
...
Monitor both eth0 and eth1 with Suricata+Zeek
2021-01-11 17:19:24 -08:00
Chris Long
c52627e50b
Merge branch 'master' into monitor_eth0_eth1
2021-01-11 17:16:04 -08:00
Chris Long
c91b48e4bc
Moving the VMX time settings, reodering JSON files
2021-01-11 17:14:12 -08:00
Chris Long
6237582fc5
Update inventory.yml
2021-01-11 16:47:30 -08:00
Chris Long
4a45443626
Merge pull request #587 from masq/master
...
HyperV: hyperv-create-nat-switch script refactor/adapter check updates
2021-01-11 12:21:17 -08:00
Chris Long
2023e54ece
Monitor eth0 and eth1 with zeek and suricata
2021-01-05 21:56:00 -08:00
Spencer Walden
b6195693c9
Updates NATNetwork gateway IP check to be more specific to avoid different adapters having an IP address collision.
2021-01-05 16:51:07 -08:00
Spencer Walden
cdf2097a61
Updates else clause logged output and uses variables in script rather than hard code
2021-01-05 16:29:55 -08:00
Chris Long
46d487a05c
Update README.md
2021-01-04 10:41:12 -08:00
Chris Long
7aa5dd5c54
Update README.md
2021-01-04 10:40:34 -08:00
Chris Long
be28a4aa26
Updating sponsors
2020-12-31 10:17:16 -08:00
Chris Long
f0987e8148
Don't sync VM clock with ESXi host
2020-12-27 20:53:33 -08:00
Chris Long
c5b057096c
Merge pull request #577 from tbennett6421/BF-esxivars
...
ensure all resources utilize the vars.esxi_datastore var
2020-12-20 20:44:50 -08:00
Chris Long
cad9c0e553
Verify explorer.exe is running it before stopping it
...
Issue #578
2020-12-20 20:35:04 -08:00
Tyler Bennett
f206996a40
ensure all resources utilize the vars.esxi_datastore var
2020-12-18 22:53:41 -06:00
Chris Long
1a4509c340
Merge pull request #575 from clong/taskbar_layout
...
Implement taskbar layout GPO
2020-12-17 17:15:48 -08:00
Chris Long
ec57ad4fb9
Implement taskbar layout GPO
2020-12-17 17:14:22 -08:00
Chris Long
5b7dab7a43
I need more coffee
2020-12-17 14:31:30 -08:00
Chris Long
081a7f6812
Fix typo
2020-12-17 14:29:35 -08:00
Chris Long
7cc0bc79fd
HTTP failover for live.sysinternals.com
...
https://twitter.com/Centurion/status/1339676252047724545
2020-12-17 13:06:11 -08:00
Chris Long
39513f5eea
Remove boot_disk_size
...
This can cause issues with the ESXi provider per https://github.com/josenk/vagrant-vmware-esxi/issues/90#issuecomment-516141239
2020-12-14 16:40:07 -08:00
Chris Long
7826c6edef
Merge pull request #572 from clong/update_splunk_uf
...
Update Defender GPO, Update Splunk UF
2020-12-05 10:05:17 -08:00
Chris Long
a9e3b3d5de
Update Defender GPO, Update Splunk UF
2020-12-05 09:16:42 -08:00