@mitre-attack/attack-data-model
Version:
A TypeScript API for the MITRE ATT&CK data model
23 lines (22 loc) • 3.19 kB
TypeScript
export { AttackBaseSDO, AttackBaseSMO, AttackBaseSRO, attackBaseDomainObjectSchema, attackBaseMetaObjectSchema, attackBaseRelationshipObjectSchema } from './attack-core.js';
export { emptyStixListErrorMessage, nonEmptyRequiredString, stixListOfString } from './property-schemas/generics.js';
export { XMitreContributors, XMitreModifiedByRef, xMitreContributorsSchema, xMitreIdentity, xMitreIdentitySchema, xMitreModifiedByRefSchema } from './property-schemas/attack-attribution.js';
export { AttackDomain, XMitreDomains, attackDomainSchema, xMitreDomainsSchema } from './property-schemas/attack-domains.js';
export { AttackIdType, StixTypesWithAttackIds, XMitreOldAttackId, attackIdExamples, attackIdMessages, attackIdPatterns, createAttackIdSchema, createOldMitreAttackIdSchema, getAttackIdExample, stixTypeToAttackIdMapping, xMitreOldAttackIdSchema } from './property-schemas/attack-id.js';
export { XMitrePlatform, XMitrePlatforms, xMitrePlatformSchema, xMitrePlatformsSchema } from './property-schemas/attack-platforms.js';
export { XMitreDeprecated, xMitreDeprecatedSchema } from './property-schemas/attack-statuses.js';
export { XMitreAttackSpecVersion, XMitreVersion, xMitreAttackSpecVersionSchema, xMitreVersionSchema } from './property-schemas/attack-versioning.js';
export { ObjectMarkingRefs, StixCreatedByRef, objectMarkingRefsSchema, stixCreatedByRefSchema } from './property-schemas/stix-attribution.js';
export { Aliases, Description, Name, aliasesSchema, descriptionSchema, nameSchema } from './property-schemas/stix-common-properties.js';
export { Extension, ExtensionDefinition, Extensions, extensionDefinitionSchema, extensionObjectTypeSchema, extensionSchema, extensionTypeSchema, extensionsSchema } from './property-schemas/stix-extensions.js';
export { ExternalReference, ExternalReferences, createAttackExternalReferencesSchema, externalReferenceSchema, externalReferencesSchema } from './property-schemas/stix-external-references.js';
export { GranularMarking, granularMarkingSchema } from './property-schemas/stix-granular-marking.js';
export { StixIdentifier, TypeSpecificStixIdentifier, createStixIdValidator, stixIdentifierSchema } from './property-schemas/stix-id.js';
export { KillChainName, KillChainPhase, killChainNameSchema, killChainPhaseSchema } from './property-schemas/stix-kill-chains.js';
export { AttackMotivationOV, AttackResourceLevelOV, IdentityClassOV, ImplementationLanguageOV, IndicatorTypeOV, IndustrySectorOV, MalwareCapabilityOV, MalwareTypeOV, MitreCollectionLayerOV, PatternTypeOV, ProcessorArchitectureOV, ToolTypeOV } from './property-schemas/stix-open-vocabulary.js';
export { StixCreatedTimestamp, StixModifiedTimestamp, StixTimestamp, stixCreatedTimestampSchema, stixModifiedTimestampSchema, stixTimestampSchema } from './property-schemas/stix-timestamp.js';
export { StixType, createMultiStixTypeValidator, createStixTypeValidator, stixTypeSchema, stixTypeToTypeName } from './property-schemas/stix-type.js';
export { StixSpecVersion, stixSpecVersionSchema } from './property-schemas/stix-versioning.js';
export { SDO, SRO, stixDomainObjectSchema, stixRelationshipObjectSchema } from './stix-core.js';
import 'zod/v4';
import 'zod';