Class: Image
The Image object provides a description of a specific Virtual Machine (VM) or
Container image.
URI: ocsf:Image
classDiagram
class Image
click Image href "../Image/"
Entity <|-- Image
click Entity href "../Entity/"
Image : labels
Image : name
Image : path
Image : tag
Image : tags
Image --> "*" KeyValueObject : tags
click KeyValueObject href "../KeyValueObject/"
Image : uid
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| labels | * String |
The list of labels associated to the image | direct |
| name | 0..1 recommended String |
The image name | direct |
| path | 0..1 String |
The full path to the image file | direct |
| tag | 0..1 String |
The image tag | direct |
| tags | * KeyValueObject |
The list of tags; {key:value} pairs associated to the image |
direct |
| uid | 1 recommended String |
The unique image ID | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Container | image | range | Image |
| Device | image | range | Image |
In Subsets
Aliases
- Image
See Also
Notes
- D3FEND™ Ontology d3f:ContainerImage — https://d3fend.mitre.org/dao/artifact/d3f:ContainerImage/
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ocsf
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ocsf:Image |
| native | ocsf:Image |
| related | uco_master:RasterPicture |
LinkML Source
Direct
name: Image
description: 'The Image object provides a description of a specific Virtual Machine
(VM) or
Container image.'
notes:
- 'D3FEND™ Ontology d3f:ContainerImage —
https://d3fend.mitre.org/dao/artifact/d3f:ContainerImage/'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
see_also:
- https://d3fend.mitre.org/dao/artifact/d3f:ContainerImage/
aliases:
- Image
related_mappings:
- uco_master:RasterPicture
is_a: Entity
slots:
- labels
- name
- path
- tag
- tags
- uid
slot_usage:
labels:
name: labels
description: The list of labels associated to the image.
name:
name: name
description: 'The image name. For example: <code>elixir</code>.'
path:
name: path
description: The full path to the image file.
tags:
name: tags
description: The list of tags; <code>{key:value}</code> pairs associated to the
image.
uid:
name: uid
description: 'The unique image ID. For example: <code>77af4d6b9913</code>.'
required: true
Induced
name: Image
description: 'The Image object provides a description of a specific Virtual Machine
(VM) or
Container image.'
notes:
- 'D3FEND™ Ontology d3f:ContainerImage —
https://d3fend.mitre.org/dao/artifact/d3f:ContainerImage/'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
see_also:
- https://d3fend.mitre.org/dao/artifact/d3f:ContainerImage/
aliases:
- Image
related_mappings:
- uco_master:RasterPicture
is_a: Entity
slot_usage:
labels:
name: labels
description: The list of labels associated to the image.
name:
name: name
description: 'The image name. For example: <code>elixir</code>.'
path:
name: path
description: The full path to the image file.
tags:
name: tags
description: The list of tags; <code>{key:value}</code> pairs associated to the
image.
uid:
name: uid
description: 'The unique image ID. For example: <code>77af4d6b9913</code>.'
required: true
attributes:
labels:
name: labels
description: The list of labels associated to the image.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Labels
rank: 1000
alias: labels
owner: Image
domain_of:
- Osint
- Resource
- Account
- ApplicationObject
- Container
- Image
- LdapPerson
- Metadata
- Service
range: string
multivalued: true
name:
name: name
description: 'The image name. For example: <code>elixir</code>.'
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Name
rank: 1000
alias: name
owner: Image
domain_of:
- AnalysisTarget
- Observable
- Os
- Osint
- Package
- Parameter
- PrivilegeInfo
- San
- Scim
- Script
- ServicePrivilegeAnalysis
- SoftwareComponent
- Sso
- StartupItem
- ThreatActor
- Token
- Entity
- Resource
- Account
- Agent
- AiModel
- Aircraft
- Analytic
- ApplicationObject
- Assessment
- AutonomousSystem
- Campaign
- Check
- CisBenchmark
- CisBenchmarkResult
- CisControl
- ClassifierDetails
- Container
- D3fTactic
- D3fTechnique
- Database
- Databucket
- DomainContact
- Edge
- Endpoint
- Enrichment
- EnvironmentVariable
- Evidences
- Extension
- Feature
- File
- Graph
- Group
- HttpCookie
- HttpHeader
- Idp
- Image
- Job
- Kernel
- KeyValueObject
- LoadBalancer
- Logger
- Malware
- ManagedEntity
- MessageContext
- Metric
- Mitigation
- NetworkInterface
- Node
- Organization
- PeripheralDevice
- Policy
- ProcessEntity
- Product
- QueryInfo
- Reporter
- ResourceDetails
- Rule
- Scan
- Service
- SubTechnique
- Table
- Tactic
- Technique
- Trait
- TransformationInfo
- UnmannedAerialSystem
- User
- WebResource
- Device
- FtpActivity
- RegValue
- WinResource
- WinService
- PrefetchQuery
range: string
recommended: true
path:
name: path
description: The full path to the image file.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Path
rank: 1000
alias: path
owner: Image
domain_of:
- Url
- AffectedPackage
- File
- HttpCookie
- Image
- Kernel
- Malware
- ProcessEntity
- Product
- RegKey
- RegValue
range: string
tag:
name: tag
description: 'The image tag. For example: <code>1.11-alpine</code>.'
deprecated: Use the <code>labels or tags</code> attribute instead. (since 1.4.0)
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Image Tag
rank: 1000
alias: tag
owner: Image
domain_of:
- Container
- Image
range: string
tags:
name: tags
description: The list of tags; <code>{key:value}</code> pairs associated to the
image.
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Tags
rank: 1000
alias: tags
owner: Image
domain_of:
- RelatedEvent
- Resource
- Account
- ApplicationObject
- Container
- File
- FindingInfo
- Image
- LdapPerson
- Metadata
- Service
range: KeyValueObject
multivalued: true
uid:
name: uid
description: 'The unique image ID. For example: <code>77af4d6b9913</code>.'
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Unique ID
rank: 1000
alias: uid
owner: Image
domain_of:
- Osint
- Package
- ProgrammaticCredential
- RelatedEvent
- Request
- Sbom
- Scim
- Script
- Session
- Span
- Sso
- Ticket
- Token
- Trace
- Entity
- Resource
- Account
- Advisory
- Agent
- AiModel
- Aircraft
- Analytic
- ApplicationObject
- Assessment
- Certificate
- Check
- ClassifierDetails
- Container
- Cve
- Cwe
- D3fTactic
- D3fTechnique
- DataClassification
- Database
- Databucket
- DomainContact
- Edge
- Email
- Endpoint
- Evidences
- Extension
- Feature
- File
- FindingObject
- FindingInfo
- Graph
- Group
- HttpRequest
- Idp
- Image
- KbArticle
- LoadBalancer
- Logger
- Malware
- ManagedEntity
- MessageContext
- Metadata
- Mitigation
- NetworkConnectionInfo
- NetworkEndpoint
- NetworkInterface
- Node
- Organization
- PeripheralDevice
- Policy
- ProcessEntity
- Product
- QueryInfo
- Reporter
- Rule
- Scan
- Service
- SubTechnique
- Table
- Tactic
- Technique
- Trait
- TransformationInfo
- UnmannedAerialSystem
- User
- WebResource
- Device
- WinResource
range: string
required: true
recommended: true