diff --git a/dns/txt-service-detector.yaml b/dns/txt-service-detect.yaml similarity index 70% rename from dns/txt-service-detector.yaml rename to dns/txt-service-detect.yaml index 24aa069286..d286a8d2fe 100644 --- a/dns/txt-service-detector.yaml +++ b/dns/txt-service-detect.yaml @@ -1,14 +1,16 @@ -id: txt-service-detector +id: txt-service-detect info: - name: DNS TXT Service Detector + name: DNS TXT Service - Detect author: rxerium 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: - - https://www.abenezer.ca/blog/services-companies-use-txt-records?ref=upstract.com + - https://www.abenezer.ca/blog/services-companies-use-txt-records metadata: max-request: 1 + verified: true tags: dns,txt dns: @@ -18,127 +20,127 @@ dns: matchers-condition: or matchers: - type: word - name: "Keybase" + name: "keybase" words: - "keybase-site-verification" - type: word - name: "Proton Mail" + name: "proton-mail" words: - "protonmail-verification" - type: word - name: "Webex" + name: "webex" words: - "webexdomainverification" - type: word - name: "Apple" + name: "apple" words: - "apple-domain-verification" - type: word - name: "Facebook" + name: "facebook" words: - "facebook-domain-verification" - type: word - name: "Autodesk" + name: "autodesk" words: - "autodesk-domain-verification" - type: word - name: "Stripe" + name: "stripe" words: - "stripe-verification" - type: word - name: "Atlassian" + name: "atlassian" words: - "atlassian-domain-verification" - type: word - name: "Adobe Sign" + name: "adobe-sign" words: - "adobe-sign-verification" - type: word - name: "Zoho" + name: "zoho" words: - "zoho-verification" - type: word - name: "Have I been Pwned" + name: "have-i-been-pwned" words: - "have-i-been-pwned-verification" - type: word - name: "KnowBe4" + name: "knowbe4" words: - "knowbe4-site-verification" - type: word - name: "Jamf" + name: "jamf" words: - "jamf-site-verification" - type: word - name: "Parallels" + name: "parallels" words: - "parallels-domain-verification" - type: word - name: "Dropbox" + name: "dropbox" words: - "dropbox-domain-verification" - type: word - name: "VMWare Cloud" + name: "vmware-cloud" words: - "vmware-cloud-verification" - type: word - name: "Canva" + name: "canva" words: - "canva-site-verification" - type: word - name: "MongoDB" + name: "mongodb" words: - "mongodb-site-verification" - type: word - name: "Slack" + name: "slack" words: - "slack-domain-verification" - type: word - name: "TeamViewer" + name: "teamViewer" words: - "teamviewer-sso-verification" - type: word - name: "Bugcrowd" + name: "bugcrowd" words: - "bugcrowd-verification" - type: word - name: "Cisco" + name: "cisco" words: - "cisco-site-verification" - type: word - name: "Palo Alto Networks" + name: "palo-alto-networks" words: - "paloaltonetworks-site-verification" - type: word - name: "Twilio" + name: "twilio" words: - "twilio-domain-verification" - type: word - name: "Dell Technologies" + name: "dell-technologies" words: - "dell-technologies-domain-verification" @@ -148,71 +150,71 @@ dns: - "1password-site-verification" - type: word - name: "Duo" + name: "duo" words: - "duo_sso_verification" - type: word - name: "Sophos" + name: "sophos" words: - "sophos-domain-verification" - type: word - name: "Pinterest" + name: "pinterest" words: - "pinterest-site-verification" - type: word - name: "Citrix" + name: "citrix" words: - "citrix-verification-code" - type: word - name: "Zapier" + name: "zapier" words: - "zapier-domain-verification-challenge" - type: word - name: "Uber" + name: "uber" words: - "uber-domain-verification" - type: word - name: "Zoom" + name: "zoom" words: - "zoom-domain-verification" - type: word - name: "Lastpass" + name: "lastpass" words: - "lastpass-verification-code" - type: word - name: "Google Workspace" + name: "google-workspace" words: - "google-site-verification" - type: word - name: "Flexera" + name: "flexera" words: - "flexera-domain-verification" - type: word - name: "Yandex" + name: "yandex" words: - "yandex-verification" - type: word - name: "Calendly" + name: "calendly" words: - "calendly-site-verification" - type: word - name: "Docusign" + name: "docusign" words: - "docusign" - type: word - name: "Whimsical" + name: "whimsical" words: - - "whimsical" \ No newline at end of file + - "whimsical"