@mitre-attack/attack-data-model
Version:
A TypeScript API for the MITRE ATT&CK data model
33 lines (32 loc) • 5.86 kB
TypeScript
export { AttackBaseSDO, AttackBaseSMO, AttackBaseSRO, attackBaseDomainObjectSchema, attackBaseMetaObjectSchema, attackBaseRelationshipObjectSchema } from './common/attack-base-object.js';
export { Aliases, AttackDomain, Description, KillChainName, KillChainPhase, Name, Version, XMitreAttackSpecVersion, XMitreContributors, XMitreDeprecated, XMitreDomains, XMitreModifiedByRef, XMitreOldAttackId, XMitrePlatform, XMitrePlatforms, XMitreVersion, aliasesSchema, attackDomainSchema, createOldMitreAttackIdSchema, descriptionSchema, killChainNameSchema, killChainPhaseSchema, nameSchema, objectMarkingRefsSchema, versionSchema, xMitreAttackSpecVersionSchema, xMitreContributorsSchema, xMitreDeprecatedSchema, xMitreDomainsSchema, xMitreIdentity, xMitreIdentitySchema, xMitreModifiedByRefSchema, xMitreOldAttackIdSchema, xMitrePlatformSchema, xMitrePlatformsSchema, xMitreVersionSchema } from './common/common-properties.js';
export { ExternalReference, ExternalReferences, GranularMarking, StixCreatedByRef, createAttackExternalReferencesSchema, externalReferenceSchema, externalReferencesSchema, granularMarkingSchema, stixCreatedByRefSchema } from './common/misc.js';
export { AttackMotivationOV, AttackResourceLevelOV, IdentityClassOV, ImplementationLanguageOV, IndicatorTypeOV, IndustrySectorOV, MalwareCapabilityOV, MalwareTypeOV, MitreCollectionLayerOV, PatternTypeOV, ProcessorArchitectureOV, ToolTypeOV } from './common/open-vocabulary.js';
export { SDO, SRO, stixDomainObjectSchema, stixRelationshipObjectSchema } from './common/stix-core.js';
export { StixIdentifier, TypeSpecificStixIdentifier, createStixIdValidator, stixIdentifierSchema } from './common/stix-identifier.js';
export { StixSpecVersion, stixSpecVersionSchema } from './common/stix-spec-version.js';
export { StixCreatedTimestamp, StixModifiedTimestamp, StixTimestamp, stixCreatedTimestampSchema, stixModifiedTimestampSchema, stixTimestampSchema } from './common/stix-timestamp.js';
export { StixType, createMultiStixTypeValidator, createStixTypeValidator, stixTypeSchema, stixTypeToTypeName } from './common/stix-type.js';
export { Extension, ExtensionDefinition, Extensions, extensionDefinitionSchema, extensionObjectTypeSchema, extensionSchema, extensionTypeSchema, extensionsSchema } from './common/extensions.js';
export { Analytic, analyticSchema, extensibleAnalyticSchema } from './sdo/analytic.schema.js';
export { Asset, RelatedAsset, RelatedAssets, XMitreSectors, assetSchema, extensibleAssetSchema, relatedAssetSchema, relatedAssetsSchema, xMitreSectorsSchema } from './sdo/asset.schema.js';
export { Campaign, XMitreFirstSeenCitation, XMitreLastSeenCitation, campaignSchema, extensibleCampaignSchema, xMitreFirstSeenCitationSchema, xMitreLastSeenCitationSchema } from './sdo/campaign.schema.js';
export { Collection, ObjectVersionReference, collectionSchema, extensibleCollectionSchema, objectVersionReferenceSchema } from './sdo/collection.schema.js';
export { DataComponent, XMitreDataSourceRef, dataComponentSchema, extensibleDataComponentSchema, xMitreDataSourceRefSchema } from './sdo/data-component.schema.js';
export { DetectionStrategy, detectionStrategySchema, extensibleDetectionStrategySchema } from './sdo/detection-strategy.schema.js';
export { Group, extensibleGroupSchema, groupSchema } from './sdo/group.schema.js';
export { Identity, extensibleIdentitySchema, identitySchema } from './sdo/identity.schema.js';
export { LogSource, XMitreLogSourcePermutations, extensibleLogSourceSchema, logSourceSchema, xMitreLogSourcePermutationsSchema } from './sdo/log-source.schema.js';
export { DataSource, XMitreCollectionLayers, dataSourceSchema, extensibleDataSourceSchema, xMitreCollectionLayersSchema } from './sdo/data-source.schema.js';
export { Malware, extensibleMalwareSchema, malwareSchema } from './sdo/malware.schema.js';
export { Matrix, XMitreTacticRefs, extensibleMatrixSchema, matrixSchema, xMitreTacticRefsSchema } from './sdo/matrix.schema.js';
export { Mitigation, extensibleMitigationSchema, mitigationSchema } from './sdo/mitigation.schema.js';
export { Software, extensibleSoftwareSchema, softwareSchema } from './sdo/software.schema.js';
export { Tactic, XMitreShortName, extensibleTacticSchema, tacticSchema, xMitreShortNameSchema } from './sdo/tactic.schema.js';
export { Technique, XMitreDataSource, XMitreDataSources, XMitreDefenseBypasses, XMitreDetection, XMitreEffectivePermissions, XMitreImpactType, XMitreIsSubtechnique, XMitreNetworkRequirements, XMitrePermissionsRequired, XMitreRemoteSupport, XMitreSystemRequirements, XMitreTacticType, extensibleTechniqueSchema, techniqueSchema, xMitreDataSourceSchema, xMitreDataSourcesSchema, xMitreDefenseBypassesSchema, xMitreDetectionSchema, xMitreEffectivePermissionsSchema, xMitreImpactTypeSchema, xMitreIsSubtechniqueSchema, xMitreNetworkRequirementsSchema, xMitrePermissionsRequiredSchema, xMitreRemoteSupportSchema, xMitreSystemRequirementsSchema, xMitreTacticTypeSchema } from './sdo/technique.schema.js';
export { Tool, extensibleToolSchema, toolSchema } from './sdo/tool.schema.js';
export { AttackObject, AttackObjects, StixBundle, attackObjectsSchema, extensibleStixBundleSchema, stixBundleSchema } from './sdo/stix-bundle.schema.js';
export { MarkingDefinition, TlpMarkingDefinition, TlpMarkingObject, baseMarkingDefinitionSchema, markingDefinitionSchema, statementMarkingObjectSchema, tlpAmberSchema, tlpGreenSchema, tlpMarkingDefinitionSchema, tlpMarkingObjectSchema, tlpRedSchema, tlpWhiteSchema } from './smo/marking-definition.schema.js';
export { Relationship, RelationshipCombination, RelationshipType, createRelationshipValidationRefinement, extensibleRelationshipSchema, invalidRelationships, isValidRelationship, relationshipSchema, relationshipTypeSchema, validRelationshipObjectTypes } from './sro/relationship.schema.js';
import 'zod/v4';
import './common/attack-id.js';