Meeting recorder domains
9 services, 10 domains. These services join, record or transcribe meetings and keep the transcripts, so it matters who agreed to the recording and where it's stored.
Block or allow the whole category
One list for the whole category. Most teams approve one or two services and block the rest, so remove the ones you approve before using it.
Plain domain list
One domain per line. Most DNS filters, secure web gateways and firewalls accept this for custom lists; set the list to include subdomains.
# Block list — Plain domain list # Meeting recorder (10 domains) # Generated by Shadow AI Finder (shadowaifinder.com) # One domain per line. Most DNS filters, secure web gateways and firewalls accept this for custom lists; set the list to include subdomains. avoma.com fathom.video fireflies.ai grain.com granola.ai granola.so krisp.ai otter.ai read.ai tldv.io
Wildcard list (*.domain)
Each domain plus a *.domain entry, for gateways that need explicit wildcards.
# Block list — Wildcard list (*.domain) # Meeting recorder (10 domains) # Generated by Shadow AI Finder (shadowaifinder.com) # Each domain plus a *.domain entry, for gateways that need explicit wildcards. avoma.com *.avoma.com fathom.video *.fathom.video fireflies.ai *.fireflies.ai grain.com *.grain.com granola.ai *.granola.ai granola.so *.granola.so krisp.ai *.krisp.ai otter.ai *.otter.ai read.ai *.read.ai tldv.io *.tldv.io
Hosts file
Blocks exact names only; subdomains not listed here still resolve. Use a DNS filter for full coverage.
# Block list — Hosts file # Meeting recorder (10 domains) # Generated by Shadow AI Finder (shadowaifinder.com) # Blocks exact names only; subdomains not listed here still resolve. Use a DNS filter for full coverage. 0.0.0.0 avoma.com 0.0.0.0 www.avoma.com 0.0.0.0 fathom.video 0.0.0.0 www.fathom.video 0.0.0.0 fireflies.ai 0.0.0.0 www.fireflies.ai 0.0.0.0 grain.com 0.0.0.0 www.grain.com 0.0.0.0 granola.ai 0.0.0.0 www.granola.ai 0.0.0.0 granola.so 0.0.0.0 www.granola.so 0.0.0.0 krisp.ai 0.0.0.0 www.krisp.ai 0.0.0.0 otter.ai 0.0.0.0 www.otter.ai 0.0.0.0 read.ai 0.0.0.0 www.read.ai 0.0.0.0 tldv.io 0.0.0.0 www.tldv.io
dnsmasq
address=/domain/ also blocks every subdomain.
# Block list — dnsmasq # Meeting recorder (10 domains) # Generated by Shadow AI Finder (shadowaifinder.com) # address=/domain/ also blocks every subdomain. address=/avoma.com/0.0.0.0 address=/fathom.video/0.0.0.0 address=/fireflies.ai/0.0.0.0 address=/grain.com/0.0.0.0 address=/granola.ai/0.0.0.0 address=/granola.so/0.0.0.0 address=/krisp.ai/0.0.0.0 address=/otter.ai/0.0.0.0 address=/read.ai/0.0.0.0 address=/tldv.io/0.0.0.0
Unbound
Add to unbound.conf under server:. always_nxdomain covers subdomains.
# Block list — Unbound # Meeting recorder (10 domains) # Generated by Shadow AI Finder (shadowaifinder.com) # Add to unbound.conf under server:. always_nxdomain covers subdomains. local-zone: "avoma.com." always_nxdomain local-zone: "fathom.video." always_nxdomain local-zone: "fireflies.ai." always_nxdomain local-zone: "grain.com." always_nxdomain local-zone: "granola.ai." always_nxdomain local-zone: "granola.so." always_nxdomain local-zone: "krisp.ai." always_nxdomain local-zone: "otter.ai." always_nxdomain local-zone: "read.ai." always_nxdomain local-zone: "tldv.io." always_nxdomain
BIND response policy zone (RPZ)
Records for a response-policy zone. Add your zone's SOA and NS records at the top.
; Block list — BIND response policy zone (RPZ) ; Meeting recorder (10 domains) ; Generated by Shadow AI Finder (shadowaifinder.com) ; Records for a response-policy zone. Add your zone's SOA and NS records at the top. avoma.com CNAME . *.avoma.com CNAME . fathom.video CNAME . *.fathom.video CNAME . fireflies.ai CNAME . *.fireflies.ai CNAME . grain.com CNAME . *.grain.com CNAME . granola.ai CNAME . *.granola.ai CNAME . granola.so CNAME . *.granola.so CNAME . krisp.ai CNAME . *.krisp.ai CNAME . otter.ai CNAME . *.otter.ai CNAME . read.ai CNAME . *.read.ai CNAME . tldv.io CNAME . *.tldv.io CNAME .
Pi-hole regex
Add as regex blacklist (or whitelist) entries. Each line matches the domain and its subdomains.
# Block list — Pi-hole regex # Meeting recorder (10 domains) # Generated by Shadow AI Finder (shadowaifinder.com) # Add as regex blacklist (or whitelist) entries. Each line matches the domain and its subdomains. (\.|^)avoma\.com$ (\.|^)fathom\.video$ (\.|^)fireflies\.ai$ (\.|^)grain\.com$ (\.|^)granola\.ai$ (\.|^)granola\.so$ (\.|^)krisp\.ai$ (\.|^)otter\.ai$ (\.|^)read\.ai$ (\.|^)tldv\.io$
Squid dstdomain
A leading dot matches the domain and all subdomains. Use with an acl ... dstdomain "/path/file" rule.
# Block list — Squid dstdomain # Meeting recorder (10 domains) # Generated by Shadow AI Finder (shadowaifinder.com) # A leading dot matches the domain and all subdomains. Use with an acl ... dstdomain "/path/file" rule. .avoma.com .fathom.video .fireflies.ai .grain.com .granola.ai .granola.so .krisp.ai .otter.ai .read.ai .tldv.io
See which of these your company uses
Drop a DNS, proxy or sign-in export into the finder to see which of these services actually show up.