fix formatting
parent
d95c538465
commit
cc690eb154
|
@ -1,14 +1,16 @@
|
||||||
id: txt-service-detector
|
id: txt-service-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: DNS TXT Service Detector
|
name: DNS TXT Service - Detect
|
||||||
author: rxerium
|
author: rxerium
|
||||||
severity: info
|
severity: info
|
||||||
description: Template to detect services associated with a domain through TXT records.
|
description: |
|
||||||
|
Finding the services companies use via their TXT records.
|
||||||
reference:
|
reference:
|
||||||
- https://www.abenezer.ca/blog/services-companies-use-txt-records?ref=upstract.com
|
- https://www.abenezer.ca/blog/services-companies-use-txt-records
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
|
verified: true
|
||||||
tags: dns,txt
|
tags: dns,txt
|
||||||
|
|
||||||
dns:
|
dns:
|
||||||
|
@ -18,127 +20,127 @@ dns:
|
||||||
matchers-condition: or
|
matchers-condition: or
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
name: "Keybase"
|
name: "keybase"
|
||||||
words:
|
words:
|
||||||
- "keybase-site-verification"
|
- "keybase-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Proton Mail"
|
name: "proton-mail"
|
||||||
words:
|
words:
|
||||||
- "protonmail-verification"
|
- "protonmail-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Webex"
|
name: "webex"
|
||||||
words:
|
words:
|
||||||
- "webexdomainverification"
|
- "webexdomainverification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Apple"
|
name: "apple"
|
||||||
words:
|
words:
|
||||||
- "apple-domain-verification"
|
- "apple-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Facebook"
|
name: "facebook"
|
||||||
words:
|
words:
|
||||||
- "facebook-domain-verification"
|
- "facebook-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Autodesk"
|
name: "autodesk"
|
||||||
words:
|
words:
|
||||||
- "autodesk-domain-verification"
|
- "autodesk-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Stripe"
|
name: "stripe"
|
||||||
words:
|
words:
|
||||||
- "stripe-verification"
|
- "stripe-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Atlassian"
|
name: "atlassian"
|
||||||
words:
|
words:
|
||||||
- "atlassian-domain-verification"
|
- "atlassian-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Adobe Sign"
|
name: "adobe-sign"
|
||||||
words:
|
words:
|
||||||
- "adobe-sign-verification"
|
- "adobe-sign-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Zoho"
|
name: "zoho"
|
||||||
words:
|
words:
|
||||||
- "zoho-verification"
|
- "zoho-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Have I been Pwned"
|
name: "have-i-been-pwned"
|
||||||
words:
|
words:
|
||||||
- "have-i-been-pwned-verification"
|
- "have-i-been-pwned-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "KnowBe4"
|
name: "knowbe4"
|
||||||
words:
|
words:
|
||||||
- "knowbe4-site-verification"
|
- "knowbe4-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Jamf"
|
name: "jamf"
|
||||||
words:
|
words:
|
||||||
- "jamf-site-verification"
|
- "jamf-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Parallels"
|
name: "parallels"
|
||||||
words:
|
words:
|
||||||
- "parallels-domain-verification"
|
- "parallels-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Dropbox"
|
name: "dropbox"
|
||||||
words:
|
words:
|
||||||
- "dropbox-domain-verification"
|
- "dropbox-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "VMWare Cloud"
|
name: "vmware-cloud"
|
||||||
words:
|
words:
|
||||||
- "vmware-cloud-verification"
|
- "vmware-cloud-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Canva"
|
name: "canva"
|
||||||
words:
|
words:
|
||||||
- "canva-site-verification"
|
- "canva-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "MongoDB"
|
name: "mongodb"
|
||||||
words:
|
words:
|
||||||
- "mongodb-site-verification"
|
- "mongodb-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Slack"
|
name: "slack"
|
||||||
words:
|
words:
|
||||||
- "slack-domain-verification"
|
- "slack-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "TeamViewer"
|
name: "teamViewer"
|
||||||
words:
|
words:
|
||||||
- "teamviewer-sso-verification"
|
- "teamviewer-sso-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Bugcrowd"
|
name: "bugcrowd"
|
||||||
words:
|
words:
|
||||||
- "bugcrowd-verification"
|
- "bugcrowd-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Cisco"
|
name: "cisco"
|
||||||
words:
|
words:
|
||||||
- "cisco-site-verification"
|
- "cisco-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Palo Alto Networks"
|
name: "palo-alto-networks"
|
||||||
words:
|
words:
|
||||||
- "paloaltonetworks-site-verification"
|
- "paloaltonetworks-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Twilio"
|
name: "twilio"
|
||||||
words:
|
words:
|
||||||
- "twilio-domain-verification"
|
- "twilio-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Dell Technologies"
|
name: "dell-technologies"
|
||||||
words:
|
words:
|
||||||
- "dell-technologies-domain-verification"
|
- "dell-technologies-domain-verification"
|
||||||
|
|
||||||
|
@ -148,71 +150,71 @@ dns:
|
||||||
- "1password-site-verification"
|
- "1password-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Duo"
|
name: "duo"
|
||||||
words:
|
words:
|
||||||
- "duo_sso_verification"
|
- "duo_sso_verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Sophos"
|
name: "sophos"
|
||||||
words:
|
words:
|
||||||
- "sophos-domain-verification"
|
- "sophos-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Pinterest"
|
name: "pinterest"
|
||||||
words:
|
words:
|
||||||
- "pinterest-site-verification"
|
- "pinterest-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Citrix"
|
name: "citrix"
|
||||||
words:
|
words:
|
||||||
- "citrix-verification-code"
|
- "citrix-verification-code"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Zapier"
|
name: "zapier"
|
||||||
words:
|
words:
|
||||||
- "zapier-domain-verification-challenge"
|
- "zapier-domain-verification-challenge"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Uber"
|
name: "uber"
|
||||||
words:
|
words:
|
||||||
- "uber-domain-verification"
|
- "uber-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Zoom"
|
name: "zoom"
|
||||||
words:
|
words:
|
||||||
- "zoom-domain-verification"
|
- "zoom-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Lastpass"
|
name: "lastpass"
|
||||||
words:
|
words:
|
||||||
- "lastpass-verification-code"
|
- "lastpass-verification-code"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Google Workspace"
|
name: "google-workspace"
|
||||||
words:
|
words:
|
||||||
- "google-site-verification"
|
- "google-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Flexera"
|
name: "flexera"
|
||||||
words:
|
words:
|
||||||
- "flexera-domain-verification"
|
- "flexera-domain-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Yandex"
|
name: "yandex"
|
||||||
words:
|
words:
|
||||||
- "yandex-verification"
|
- "yandex-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Calendly"
|
name: "calendly"
|
||||||
words:
|
words:
|
||||||
- "calendly-site-verification"
|
- "calendly-site-verification"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Docusign"
|
name: "docusign"
|
||||||
words:
|
words:
|
||||||
- "docusign"
|
- "docusign"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
name: "Whimsical"
|
name: "whimsical"
|
||||||
words:
|
words:
|
||||||
- "whimsical"
|
- "whimsical"
|
Loading…
Reference in New Issue