Module: ActiveStix
- Defined in:
- lib/active_stix.rb,
lib/active_stix/engine.rb,
lib/active_stix/version.rb,
app/models/active_stix/url.rb,
app/models/active_stix/user.rb,
app/models/active_stix/bundle.rb,
app/models/active_stix/cc_ref.rb,
app/models/active_stix/markup.rb,
app/models/active_stix/to_ref.rb,
app/models/active_stix/bcc_ref.rb,
app/models/active_stix/artifact.rb,
app/helpers/active_stix/urls_helper.rb,
app/helpers/active_stix/files_helper.rb,
app/helpers/active_stix/tools_helper.rb,
app/helpers/active_stix/users_helper.rb,
app/jobs/active_stix/application_job.rb,
app/models/active_stix/email_address.rb,
app/models/active_stix/email_message.rb,
app/helpers/active_stix/phases_helper.rb,
app/models/active_stix/observed_datum.rb,
app/helpers/active_stix/bundles_helper.rb,
app/helpers/active_stix/reports_helper.rb,
app/helpers/active_stix/bcc_refs_helper.rb,
app/helpers/active_stix/malwares_helper.rb,
app/models/active_stix/course_of_action.rb,
app/helpers/active_stix/artifacts_helper.rb,
app/helpers/active_stix/campaigns_helper.rb,
app/helpers/active_stix/identities_helper.rb,
app/helpers/active_stix/indicators_helper.rb,
app/helpers/active_stix/recipients_helper.rb,
app/models/active_stix/application_record.rb,
app/helpers/active_stix/application_helper.rb,
app/helpers/active_stix/kill_chains_helper.rb,
app/mailers/active_stix/application_mailer.rb,
app/controllers/active_stix/urls_controller.rb,
app/controllers/active_stix/tools_controller.rb,
app/controllers/active_stix/users_controller.rb,
app/helpers/active_stix/observed_data_helper.rb,
app/helpers/active_stix/relationships_helper.rb,
app/helpers/active_stix/threat_actors_helper.rb,
app/controllers/active_stix/phases_controller.rb,
app/helpers/active_stix/email_messages_helper.rb,
app/helpers/active_stix/intrusion_sets_helper.rb,
app/controllers/active_stix/reports_controller.rb,
app/helpers/active_stix/attack_patterns_helper.rb,
app/helpers/active_stix/bundled_objects_helper.rb,
app/controllers/active_stix/bcc_refs_controller.rb,
app/controllers/active_stix/malwares_controller.rb,
app/helpers/active_stix/indicator_labels_helper.rb,
app/controllers/active_stix/artifacts_controller.rb,
app/helpers/active_stix/course_of_actions_helper.rb,
app/helpers/active_stix/cyber_observables_helper.rb,
app/helpers/active_stix/kill_chain_phases_helper.rb,
app/helpers/active_stix/open_vocabularies_helper.rb,
app/controllers/active_stix/indicators_controller.rb,
app/controllers/active_stix/recipients_controller.rb,
app/controllers/active_stix/application_controller.rb,
app/controllers/active_stix/kill_chains_controller.rb,
app/helpers/active_stix/external_references_helper.rb,
app/helpers/active_stix/marking_definitions_helper.rb,
app/controllers/active_stix/observed_data_controller.rb,
app/controllers/active_stix/relationships_controller.rb,
app/controllers/active_stix/intrusion_sets_controller.rb,
app/controllers/active_stix/bundled_objects_controller.rb,
app/controllers/active_stix/indicator_labels_controller.rb,
app/controllers/active_stix/course_of_actions_controller.rb,
app/controllers/active_stix/cyber_observables_controller.rb,
app/controllers/active_stix/kill_chain_phases_controller.rb,
app/controllers/active_stix/open_vocabularies_controller.rb,
app/controllers/active_stix/external_references_controller.rb,
app/controllers/active_stix/marking_definitions_controller.rb
Defined Under Namespace
Modules: ApplicationHelper, ArtifactsHelper, AttackPatternsHelper, BccRefsHelper, BundledObjectsHelper, BundlesHelper, CampaignsHelper, CourseOfActionsHelper, CyberObservablesHelper, EmailMessagesHelper, ExternalReferencesHelper, FilesHelper, IdentitiesHelper, IndicatorLabelsHelper, IndicatorsHelper, IntrusionSetsHelper, KillChainPhasesHelper, KillChainsHelper, MalwaresHelper, MarkingDefinitionsHelper, ObservedDataHelper, OpenVocabulariesHelper, PhasesHelper, RecipientsHelper, RelationshipsHelper, ReportsHelper, ThreatActorsHelper, ToolsHelper, UrlsHelper, UsersHelper Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Artifact, ArtifactsController, AttackPattern, AttackPatternsController, BccRef, BccRefsController, Bundle, BundledObject, BundledObjectsController, BundlesController, Campaign, CampaignsController, CcRef, CourseOfAction, CourseOfActionsController, CyberObservable, CyberObservablesController, EmailAddress, EmailAddressesController, EmailMessage, EmailMessagesController, Engine, ExternalReference, ExternalReferencesController, File, FilesController, IdentitiesController, Identity, Indicator, IndicatorLabel, IndicatorLabelsController, IndicatorsController, IntrusionSet, IntrusionSetsController, KillChain, KillChainPhase, KillChainPhasesController, KillChainsController, Label, LabelMalware, LabelReport, LabelTool, Malware, MalwaresController, MarkingDefinition, MarkingDefinitionsController, Markup, ObjectMarking, ObservedDataController, ObservedDatum, OpenVocabulariesController, OpenVocabulary, Phase, PhasesController, Recipient, RecipientsController, ReferenceItem, Relationship, RelationshipsController, Report, ReportObject, ReportsController, ThreatActor, ThreatActorsController, ToRef, Tool, ToolsController, Url, UrlsController, User, UserAccount, UserAccountsController, UsersController
Constant Summary collapse
- VERSION =
'0.1.22'
Class Method Summary collapse
-
.process_x_attrs? ⇒ Boolean
Your code goes here…
Class Method Details
.process_x_attrs? ⇒ Boolean
Your code goes here…
5 6 7 |
# File 'lib/active_stix.rb', line 5 def self.process_x_attrs? false end |