DomainTwistex.SPF (domaintwistex v0.6.0)

DomainTwistex.SPF provides functionality to parse and explain SPF (Sender Policy Framework) records with enhanced categorization for template rendering.

Copyright (c) 2024, [OsintOwl] All rights reserved. This source code is licensed under the BSD-3-Clause license.

Summary

Functions

Lists all available provider categories with their providers.

Parses a single SPF record and returns structured data with provider categorization.

Parses TXT records and extracts SPF information. Returns a map containing parsed SPF record details and categorized providers.

Functions

list_categories()

Lists all available provider categories with their providers.

parse_spf_record(record)

Parses a single SPF record and returns structured data with provider categorization.

parse_txt_records(arg)

Parses TXT records and extracts SPF information. Returns a map containing parsed SPF record details and categorized providers.