Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions chibitek.ai.dmarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"providerId": "chibitek.ai",
"providerName": "Chibitek Domain Security",
"serviceId": "dmarc",
"serviceName": "Managed DMARC",
"version": 1,
"logoUrl": "https://skippy.chibitek.com/chibitek-mark.png",
"description": "Delegates the domain's DMARC policy to Chibitek Domain Security. Chibitek hosts and maintains the DMARC record, ingests the aggregate reports receivers send back, and ramps the policy safely as the data proves every legitimate sender is authenticated.",
"variableDescription": "target is the Chibitek-hosted DMARC record for this domain, e.g. example-com._dmarc.dmarc.chibitek.ai",
"syncPubKeyDomain": "chibitek.ai",
"syncRedirectDomain": "skippy.chibitek.com",
"warnPhishing": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "_dmarc",
"pointsTo": "%target%",
"ttl": "3600"
}
]
}
32 changes: 32 additions & 0 deletions chibitek.ai.transportsecurity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"providerId": "chibitek.ai",
"providerName": "Chibitek Domain Security",
"serviceId": "transportsecurity",
"serviceName": "Managed MTA-STS and TLS Reporting",
"version": 1,
"logoUrl": "https://skippy.chibitek.com/chibitek-mark.png",
"description": "Enables Chibitek-managed transport security: MTA-STS (requires mail to the domain to travel over verified TLS) and TLS-RPT (routes encrypted-delivery failure reports to Chibitek Domain Security monitoring).",
"variableDescription": "stsid is the MTA-STS policy id; tlsrua is the TLS report mailbox hosted by Chibitek, e.g. abc123@reports.chibitek.ai",
"syncPubKeyDomain": "chibitek.ai",
"syncRedirectDomain": "skippy.chibitek.com",
"warnPhishing": true,
"hostRequired": false,
"records": [
{
"type": "TXT",
"host": "_mta-sts",
"ttl": "3600",
"data": "v=STSv1; id=%stsid%",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=STSv1"
},
{
"type": "TXT",
"host": "_smtp._tls",
"ttl": "3600",
"data": "v=TLSRPTv1; rua=mailto:%tlsrua%",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=TLSRPTv1"
}
]
}
Loading