@mitre-attack/attack-data-model
Version:
A TypeScript API for the MITRE ATT&CK data model
23 lines (22 loc) • 1.35 kB
TypeScript
export { j as AnyAttackObject, a as AssetImpl, A as AttackBaseImpl, i as AttackDataModel, C as CampaignImpl, b as CollectionImpl, D as DataComponentImpl, c as DataSourceImpl, G as GroupImpl, I as IdentityImpl, M as MalwareImpl, h as MarkingDefinitionImpl, d as MatrixImpl, e as MitigationImpl, T as TacticImpl, f as TechniqueImpl, g as ToolImpl } from '../index-XXY9FGm5.js';
export { getDataSources, getMitigations, getPlatforms, getSubTechniques, getTactics } from './utils.js';
import '../schemas/sro/relationship.schema.js';
import 'zod';
import '../schemas/common/stix-type.js';
import '../schemas/sdo/stix-bundle.schema.js';
import '../schemas/sdo/malware.schema.js';
import '../schemas/sdo/asset.schema.js';
import '../schemas/sdo/campaign.schema.js';
import '../schemas/sdo/data-component.schema.js';
import '../schemas/sdo/data-source.schema.js';
import '../schemas/sdo/identity.schema.js';
import '../schemas/sdo/matrix.schema.js';
import '../schemas/sdo/tool.schema.js';
import '../schemas/sdo/tactic.schema.js';
import '../schemas/sdo/technique.schema.js';
import '../schemas/sdo/group.schema.js';
import '../schemas/sdo/mitigation.schema.js';
import '../schemas/sdo/collection.schema.js';
import '../schemas/smo/marking-definition.schema.js';
import '../schemas/common/common-properties.js';
import '../schemas/common/stix-identifier.js';