TLDs
Get top TLDs by email message volume
radar.email.security.top.tlds.get(TLDGetParams**kwargs) -> TLDGetResponse
GET/radar/email/security/top/tlds
ModelsExpand Collapse
class TLDGetResponse: …
class TLDGetResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
TLDsMalicious
Get top TLDs by email malicious classification
radar.email.security.top.tlds.malicious.get(Literal["MALICIOUS", "NOT_MALICIOUS"]malicious, MaliciousGetParams**kwargs) -> MaliciousGetResponse
GET/radar/email/security/top/tlds/malicious/{malicious}
ModelsExpand Collapse
class MaliciousGetResponse: …
class MaliciousGetResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
TLDsSpam
Get top TLDs by email spam classification
radar.email.security.top.tlds.spam.get(Literal["SPAM", "NOT_SPAM"]spam, SpamGetParams**kwargs) -> SpamGetResponse
GET/radar/email/security/top/tlds/spam/{spam}
ModelsExpand Collapse
class SpamGetResponse: …
class SpamGetResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
TLDsSpoof
Get top TLDs by email spoof classification
radar.email.security.top.tlds.spoof.get(Literal["SPOOF", "NOT_SPOOF"]spoof, SpoofGetParams**kwargs) -> SpoofGetResponse
GET/radar/email/security/top/tlds/spoof/{spoof}
ModelsExpand Collapse
class SpoofGetResponse: …
class SpoofGetResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.