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