UNPKG

@mitre-attack/attack-data-model

Version:

A TypeScript API for the MITRE ATT&CK data model

42 lines (41 loc) 6.67 kB
export { AttackBaseSDO, AttackBaseSMO, AttackBaseSRO, attackBaseDomainObjectSchema, attackBaseMetaObjectSchema, attackBaseRelationshipObjectSchema } from './common/attack-core.cjs'; export { emptyStixListErrorMessage, nonEmptyRequiredString, stixListOfString } from './common/property-schemas/generics.cjs'; export { XMitreContributors, XMitreModifiedByRef, xMitreContributorsSchema, xMitreIdentity, xMitreIdentitySchema, xMitreModifiedByRefSchema } from './common/property-schemas/attack-attribution.cjs'; export { AttackDomain, XMitreDomains, attackDomainSchema, xMitreDomainsSchema } from './common/property-schemas/attack-domains.cjs'; export { AttackIdType, StixTypesWithAttackIds, XMitreOldAttackId, attackIdExamples, attackIdMessages, attackIdPatterns, createAttackIdSchema, createOldMitreAttackIdSchema, getAttackIdExample, stixTypeToAttackIdMapping, xMitreOldAttackIdSchema } from './common/property-schemas/attack-id.cjs'; export { XMitrePlatform, XMitrePlatforms, xMitrePlatformSchema, xMitrePlatformsSchema } from './common/property-schemas/attack-platforms.cjs'; export { XMitreDeprecated, xMitreDeprecatedSchema } from './common/property-schemas/attack-statuses.cjs'; export { XMitreAttackSpecVersion, XMitreVersion, xMitreAttackSpecVersionSchema, xMitreVersionSchema } from './common/property-schemas/attack-versioning.cjs'; export { ObjectMarkingRefs, StixCreatedByRef, objectMarkingRefsSchema, stixCreatedByRefSchema } from './common/property-schemas/stix-attribution.cjs'; export { Aliases, Description, Name, aliasesSchema, descriptionSchema, nameSchema } from './common/property-schemas/stix-common-properties.cjs'; export { Extension, ExtensionDefinition, Extensions, extensionDefinitionSchema, extensionObjectTypeSchema, extensionSchema, extensionTypeSchema, extensionsSchema } from './common/property-schemas/stix-extensions.cjs'; export { ExternalReference, ExternalReferences, createAttackExternalReferencesSchema, externalReferenceSchema, externalReferencesSchema } from './common/property-schemas/stix-external-references.cjs'; export { GranularMarking, granularMarkingSchema } from './common/property-schemas/stix-granular-marking.cjs'; export { StixIdentifier, TypeSpecificStixIdentifier, createStixIdValidator, stixIdentifierSchema } from './common/property-schemas/stix-id.cjs'; export { KillChainName, KillChainPhase, killChainNameSchema, killChainPhaseSchema } from './common/property-schemas/stix-kill-chains.cjs'; export { AttackMotivationOV, AttackResourceLevelOV, IdentityClassOV, ImplementationLanguageOV, IndicatorTypeOV, IndustrySectorOV, MalwareCapabilityOV, MalwareTypeOV, MitreCollectionLayerOV, PatternTypeOV, ProcessorArchitectureOV, ToolTypeOV } from './common/property-schemas/stix-open-vocabulary.cjs'; export { StixCreatedTimestamp, StixModifiedTimestamp, StixTimestamp, stixCreatedTimestampSchema, stixModifiedTimestampSchema, stixTimestampSchema } from './common/property-schemas/stix-timestamp.cjs'; export { StixType, createMultiStixTypeValidator, createStixTypeValidator, stixTypeSchema, stixTypeToTypeName } from './common/property-schemas/stix-type.cjs'; export { StixSpecVersion, stixSpecVersionSchema } from './common/property-schemas/stix-versioning.cjs'; export { SDO, SRO, stixDomainObjectSchema, stixRelationshipObjectSchema } from './common/stix-core.cjs'; export { Analytic, analyticSchema } from './sdo/analytic.schema.cjs'; export { Asset, RelatedAsset, RelatedAssets, XMitreSectors, assetSchema, relatedAssetSchema, relatedAssetsSchema, xMitreSectorsSchema } from './sdo/asset.schema.cjs'; export { Campaign, CampaignPartial, XMitreFirstSeenCitation, XMitreLastSeenCitation, campaignBaseSchema, campaignPartialSchema, campaignSchema, xMitreFirstSeenCitationSchema, xMitreLastSeenCitationSchema } from './sdo/campaign.schema.cjs'; export { Collection, ObjectVersionReference, collectionSchema, objectVersionReferenceSchema } from './sdo/collection.schema.cjs'; export { DataComponent, XMitreDataSourceRef, XMitreLogSources, dataComponentSchema, xMitreDataSourceRefSchema, xMitreLogSourcesSchema } from './sdo/data-component.schema.cjs'; export { DetectionStrategy, detectionStrategySchema } from './sdo/detection-strategy.schema.cjs'; export { Group, GroupPartial, groupBaseSchema, groupPartialSchema, groupSchema } from './sdo/group.schema.cjs'; export { Identity, identitySchema } from './sdo/identity.schema.cjs'; export { DataSource, XMitreCollectionLayers, dataSourceSchema, xMitreCollectionLayersSchema } from './sdo/data-source.schema.cjs'; export { Malware, MalwarePartial, malwareBaseSchema, malwarePartialSchema, malwareSchema, stixArtifactType, stixFileType } from './sdo/malware.schema.cjs'; export { Matrix, XMitreTacticRefs, matrixSchema, xMitreTacticRefsSchema } from './sdo/matrix.schema.cjs'; export { Mitigation, mitigationSchema } from './sdo/mitigation.schema.cjs'; export { Software, softwareSchema } from './sdo/software.schema.cjs'; export { Tactic, XMitreShortName, tacticSchema, xMitreShortNameSchema } from './sdo/tactic.schema.cjs'; export { Technique, XMitreDataSource, XMitreDataSources, XMitreDefenseBypasses, XMitreDetection, XMitreEffectivePermissions, XMitreImpactType, XMitreIsSubtechnique, XMitreNetworkRequirements, XMitrePermissionsRequired, XMitreRemoteSupport, XMitreSystemRequirements, XMitreTacticType, techniqueBaseSchema, techniquePartialSchema, techniqueSchema, xMitreDataSourceSchema, xMitreDataSourcesSchema, xMitreDefenseBypassesSchema, xMitreDetectionSchema, xMitreEffectivePermissionsSchema, xMitreImpactTypeSchema, xMitreIsSubtechniqueSchema, xMitreNetworkRequirementsSchema, xMitrePermissionsRequiredSchema, xMitreRemoteSupportSchema, xMitreSystemRequirementsSchema, xMitreTacticTypeSchema } from './sdo/technique.schema.cjs'; export { Tool, ToolPartial, toolBaseSchema, toolPartialSchema, toolSchema } from './sdo/tool.schema.cjs'; export { AttackObject, AttackObjects, StixBundle, attackObjectsSchema, stixBundleSchema } from './sdo/stix-bundle.schema.cjs'; export { MarkingDefinition, TlpMarkingDefinition, TlpMarkingObject, baseMarkingDefinitionSchema, markingDefinitionSchema, statementMarkingObjectSchema, tlpAmberSchema, tlpGreenSchema, tlpMarkingDefinitionSchema, tlpMarkingObjectSchema, tlpRedSchema, tlpWhiteSchema } from './smo/marking-definition.schema.cjs'; export { Relationship, RelationshipCombination, RelationshipPartial, RelationshipType, createRelationshipValidationRefinement, invalidRelationships, isValidRelationship, relationshipBaseSchema, relationshipChecks, relationshipPartialSchema, relationshipSchema, relationshipTypeSchema, validRelationshipObjectTypes } from './sro/relationship.schema.cjs'; import 'zod/v4'; import 'zod';