Class IpEntity


  • public final class IpEntity
    extends EntityInner
    Represents an ip entity.
    • Constructor Detail

      • IpEntity

        public IpEntity()
    • Method Detail

      • address

        public String address()
        Get the address property: The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6).
        Returns:
        the address value.
      • location

        public GeoLocation location()
        Get the location property: The geo-location context attached to the ip entity.
        Returns:
        the location value.
      • threatIntelligence

        public List<ThreatIntelligence> threatIntelligence()
        Get the threatIntelligence property: A list of TI contexts attached to the ip entity.
        Returns:
        the threatIntelligence value.
      • additionalData

        public Map<String,​Object> additionalData()
        Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
        Returns:
        the additionalData value.
      • friendlyName

        public String friendlyName()
        Get the friendlyName property: 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.
        Returns:
        the friendlyName value.