Skip to content

Guardduty  >  Structures  >  Organization

Organization

Structure Class

Organization dataclass

Contains information about the ISP organization of the remote IP address.

Attributes

asn class-attribute instance-attribute
asn: str | None = None

The Autonomous System Number (ASN) of the internet provider of the remote IP address.

asn_org class-attribute instance-attribute
asn_org: str | None = None

The organization that registered this ASN.

isp class-attribute instance-attribute
isp: str | None = None

The ISP information for the internet provider.

org class-attribute instance-attribute
org: str | None = None

The name of the internet provider.