Merge pull request #9411 from rxerium/bimi-detect

BIMI TXT Record Detection
patch-1
Ritik Chaddha 2024-04-19 23:13:09 +05:30 committed by GitHub
commit 75b35ca3a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

24
dns/bimi-detect.yaml Normal file
View File

@ -0,0 +1,24 @@
id: bimi-record-detect
info:
name: BIMI Record - Detection
author: rxerium
severity: info
description: |
A BIMI record was detected
reference:
- https://postmarkapp.com/blog/what-the-heck-is-bimi
tags: dns,bimi
dns:
- name: "{{FQDN}}"
type: TXT
matchers:
- type: word
words:
- "v=BIMI1"
extractors:
- type: regex
regex:
- "v=BIMI1(.+)"