Top
Get top layer 3 attack pairs (origin and target locations)
radar.attacks.layer3.top.attacks(TopAttacksParams**kwargs) -> TopAttacksResponse
GET/radar/attacks/layer3/top/attacks
Get top industries targeted by layer 3 attacks
Deprecated
radar.attacks.layer3.top.industry(TopIndustryParams**kwargs) -> TopIndustryResponse
GET/radar/attacks/layer3/top/industry
Get top verticals targeted by layer 3 attacks
Deprecated
radar.attacks.layer3.top.vertical(TopVerticalParams**kwargs) -> TopVerticalResponse
GET/radar/attacks/layer3/top/vertical
ModelsExpand Collapse
class TopAttacksResponse: …
class TopAttacksResponse: …
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.
class TopIndustryResponse: …
class TopIndustryResponse: …
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.
class TopVerticalResponse: …
class TopVerticalResponse: …
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.
TopLocations
Get top origin locations of layer 3 attacks
radar.attacks.layer3.top.locations.origin(LocationOriginParams**kwargs) -> LocationOriginResponse
GET/radar/attacks/layer3/top/locations/origin
Get top target locations of layer 3 attacks
radar.attacks.layer3.top.locations.target(LocationTargetParams**kwargs) -> LocationTargetResponse
GET/radar/attacks/layer3/top/locations/target
ModelsExpand Collapse
class LocationOriginResponse: …
class LocationOriginResponse: …
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.
class LocationTargetResponse: …
class LocationTargetResponse: …
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.