Add SendGrid, Amazon SES, SparkPost detection

main
Elbert Alias 4 years ago
parent 032e8727cc
commit 4a561b7967

@ -288,6 +288,10 @@
"74": { "74": {
"name": "A/B Testing", "name": "A/B Testing",
"priority": 9 "priority": 9
},
"75": {
"name": "Email",
"priority": 9
} }
}, },
"technologies": { "technologies": {
@ -6084,7 +6088,8 @@
"Google Workspace": { "Google Workspace": {
"cats": [ "cats": [
30, 30,
61 61,
75
], ],
"description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.", "description": "Google Workspace, formerly G Suite, is a collection of cloud computing, productivity and collaboration tools.",
"dns": { "dns": {
@ -6405,6 +6410,11 @@
"headers": { "headers": {
"Via": "[\\d.-]+ vegur$" "Via": "[\\d.-]+ vegur$"
}, },
"dns": {
"TXT": [
"heroku-domain-verification"
]
},
"icon": "heroku.svg", "icon": "heroku.svg",
"implies": [ "implies": [
"Amazon Web Services" "Amazon Web Services"
@ -6563,6 +6573,11 @@
"description": "HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.", "description": "HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.",
"html": "<!-- Start of Async HubSpot", "html": "<!-- Start of Async HubSpot",
"icon": "HubSpot.png", "icon": "HubSpot.png",
"dns": {
"TXT": [
"hubspotemail\\.net"
]
},
"js": { "js": {
"_hsq": "", "_hsq": "",
"hubspot": "" "hubspot": ""
@ -8297,7 +8312,8 @@
}, },
"MailChimp": { "MailChimp": {
"cats": [ "cats": [
32 32,
75
], ],
"cpe": "cpe:/a:thinkshout:mailchimp", "cpe": "cpe:/a:thinkshout:mailchimp",
"description": "Mailchimp is a marketing automation platform and email marketing service.", "description": "Mailchimp is a marketing automation platform and email marketing service.",
@ -8320,6 +8336,46 @@
], ],
"website": "http://mailchimp.com" "website": "http://mailchimp.com"
}, },
"SparkPost": {
"cats": [
75
],
"description": "SparkPost is an email infrastructure provider.",
"dns": {
"TXT": [
"sparkpostmail\\.com"
]
},
"icon": "SparkPost.svg",
"website": "https://www.sparkpost.com/"
},
"Sendgrid": {
"cats": [
75
],
"description": "SendGrid is a cloud-based email delivery platform for transactional and marketing emails.",
"dns": {
"TXT": [
"sendgrid\\.net"
]
},
"icon": "SendGrid.svg",
"website": "https://sendgrid.com/"
},
"Amazon SES": {
"cats": [
75
],
"implies": "Amazon Web Services",
"description": "Amazon Simple Email Service (SES) is an email service that enables developers to send mail from within any application.",
"dns": {
"TXT": [
"amazonses\\.com"
]
},
"icon": "aws.svg",
"website": "https://aws.amazon.com/ses/"
},
"Make-Sense": { "Make-Sense": {
"cats": [ "cats": [
68 68
@ -8778,7 +8834,8 @@
"Microsoft 365": { "Microsoft 365": {
"cats": [ "cats": [
30, 30,
61 61,
75
], ],
"description": "Microsoft 365 is a line of subscription services offered by Microsoft as part of the Microsoft Office product line.", "description": "Microsoft 365 is a line of subscription services offered by Microsoft as part of the Microsoft Office product line.",
"dns": { "dns": {
@ -12278,6 +12335,11 @@
"SFDCPage": "", "SFDCPage": "",
"SFDCSessionVars": "" "SFDCSessionVars": ""
}, },
"dns": {
"TXT": [
"salesforce\\.com"
]
},
"website": "https://www.salesforce.com" "website": "https://www.salesforce.com"
}, },
"Salesforce Commerce Cloud": { "Salesforce Commerce Cloud": {
@ -16283,6 +16345,11 @@
"headers": { "headers": {
"x-zendesk-user-id": "" "x-zendesk-user-id": ""
}, },
"dns": {
"TXT": [
"mail\\.zendesk\\.com"
]
},
"icon": "Zendesk.png", "icon": "Zendesk.png",
"website": "https://zendesk.com" "website": "https://zendesk.com"
}, },

Loading…
Cancel
Save