commit
75b35ca3a4
|
@ -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(.+)"
|
Loading…
Reference in New Issue