IpEntityProperties interface
Ip entity property bag.
- Extends
Properties
| address | The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6) |
| location | The geo-location context attached to the ip entity |
| threat |
A list of TI contexts attached to the ip entity. |
Inherited Properties
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. |
Property Details
address
The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)
address?: string
Property Value
string
location
The geo-location context attached to the ip entity
location?: GeoLocation
Property Value
threatIntelligence
A list of TI contexts attached to the ip entity.
threatIntelligence?: ThreatIntelligence[]
Property Value
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user.
additionalData?: Record<string, any>
Property Value
Record<string, any>
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName