v2.172.0 Model Updates
The following model updates were made during the v2.172.0 Synapse release.
New Interfaces
inet:service:baseProperties common to most forms within a service platform.
inet:service:objectProperties common to objects within a service platform. This inherits from the
inet:service:baseinterface.
New Forms
inet:service:accessRepresents a user access request to a service resource.
inet:service:accountAn account within a service platform. Accounts may be instance specific.
inet:service:bucketA file/blob storage object within a service architecture.
inet:service:bucket:itemAn individual file stored within a bucket.
inet:service:channelA channel used to distribute messages.
inet:service:channel:memberRepresents a service account being a member of a channel.
inet:service:groupA group or role which contains member accounts.
inet:service:group:memberRepresents a service account being a member of a group.
inet:service:instanceAn instance of the platform such as Slack or Discord instances.
inet:service:loginA login event for a service account.
inet:service:messageA message or post created by an account.
inet:service:message:linkA URL link included within a message.
inet:service:message:attachmentA file attachment included within a message.
inet:service:login:method:taxonomyA taxonomy of inet service login methods.
inet:service:object:statusAn object status enumeration.
inet:service:permissionA permission which may be granted to a service account or role.
inet:service:permission:type:taxonomyA permission type taxonomy.
inet:service:platformA network platform which provides services.
inet:service:resourceA generic resource provided by the service architecture.
inet:service:resource:type:taxonomyA taxonomy of inet service resource types.
inet:service:ruleA rule which grants or denies a permission to a service account or role.
inet:service:sessionAn authenticated session.
it:cmd:historyA single command executed within a session.
it:cmd:sessionA command line session with multiple commands run over time.
it:host:tenancyA time window where a host was a tenant run by another host.
it:network:type:taxonomyA taxonomy of network types.
it:software:image:type:taxonomyA taxonomy of software image types.
it:software:imageThe base image used to create a container or OS.
it:storage:mountA storage volume that has been attached to an image.
it:storage:volumeA physical or logical storage volume that can be attached to a physical/virtual machine or container.
it:storage:volume:type:taxonomyA taxonomy of storage volume types.
New Properties
biz:listingThe form had the following properties added to it:
count:remainingThe current remaining number of instances for sale.
count:totalThe number of instances for sale.
econ:purchaseThe form had the following property added to it:
listingThe purchase was made based on the given listing.
it:exec:procThe form had the following property added to it:
cmd:historyThe command history entry which caused this process to be run.
it:exec:queryThe form had the following property added to it:
synuserThe synapse user who executed the query.
it:hostThe form had the following property added to it:
imageThe container image or OS image running on the host.
it:networkThe form had the following property added to it:
typeThe type of network.
meta:noteThe form had the following property added to it:
replytoThe note is a reply to the specified note.
ou:campaignThe form had the following property added to it:
ext:idAn external identifier for the campaign.
ou:orgThe form had the following property added to it:
ext:idAn external identifier for the organization.
ou:techniqueThe form had the following property added to it:
ext:idAn external identifier for the technique.
risk:extortionThe form had the following properties added to it:
paid:priceThe total price paid by the target of the extortion.
paymentsPayments made from the target to the attacker.
risk:leakThe form had the following properties added to it:
size:countThe number of files included in the leaked data.
size:percentThe total percent of the data leaked.
risk:threatThe form had the following property added to it:
ext:idAn external identifier for the threat.
Updated Types
inet:web:hashtagUpdate the regex to allow the middle dot (U+00B7) character to be part of the hashtag after the first unicode word character.
transport:air:flightnumLoosen the regex for flight number validation.
Updated Forms
it:hostThe form now inherits from the
inet:service:objectinterface.