{
	"domains": [
		{
			"domain": "www.apple.com",
			"description": "sample subdomain to check for certs",
			"cert_checks": true,
			"dns_checks": false
		},
		{
			"domain": "apple.com",
			"description": "top domain to check for DNS flaws",
			"cert_checks": false,
			"dns_checks": true
		},
		{
			"domain": "www.cloudflare.com",
			"description": "website domain for cert checks",
			"cert_checks": true,
			"dns_checks": false
		},
		{
			"domain": "www.microsoft.com",
			"description": "Let's see how Microsoft Domain is configured",
			"cert_checks": true,
			"dns_checks": false
		},
		{
			"domain": "microsoft.com",
			"description": "Checking DNS Mail Stuff of MS",
			"cert_checks": false,
			"dns_checks": true
		},
		{
			"domain": "badssl.com",
			"description": "No SPF expected",
			"cert_checks": false,
			"dns_checks": true
		},
		{
			"domain": "self-signed.badssl.com",
			"description": "untrusted Cert expected",
			"cert_checks": true,
			"dns_checks": false
		},
		{
			"domain": "non-existent-with-cert-checks-enabled.com",
			"description": "test NX domain",
			"cert_checks": true,
			"dns_checks": false
		},
		{
			"domain": "non-existent-with-dns-checks-enabled.com",
			"description": "test NX domain",
			"cert_checks": false,
			"dns_checks": true
		}
		
	]
}
