PATH:
home
/
thebhoeo
/
.trash
/
backwpup
/
vendor
/
microsoft
/
microsoft-graph
/
src
/
SecurityNamespace
/
Model
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * IntelligenceProfile File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ namespace Microsoft\Graph\SecurityNamespace\Model; /** * IntelligenceProfile class * * @category Model * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ class IntelligenceProfile extends \Microsoft\Graph\Model\Entity { /** * Gets the aliases * A list of commonly-known aliases for the threat intelligence included in the intelligenceProfile. * * @return array|null The aliases */ public function getAliases() { if (array_key_exists("aliases", $this->_propDict)) { return $this->_propDict["aliases"]; } else { return null; } } /** * Sets the aliases * A list of commonly-known aliases for the threat intelligence included in the intelligenceProfile. * * @param string[] $val The aliases * * @return IntelligenceProfile */ public function setAliases($val) { $this->_propDict["aliases"] = $val; return $this; } /** * Gets the countriesOrRegionsOfOrigin * The country/region of origin for the given actor or threat associated with this intelligenceProfile. * * @return array|null The countriesOrRegionsOfOrigin */ public function getCountriesOrRegionsOfOrigin() { if (array_key_exists("countriesOrRegionsOfOrigin", $this->_propDict)) { return $this->_propDict["countriesOrRegionsOfOrigin"]; } else { return null; } } /** * Sets the countriesOrRegionsOfOrigin * The country/region of origin for the given actor or threat associated with this intelligenceProfile. * * @param IntelligenceProfileCountryOrRegionOfOrigin[] $val The countriesOrRegionsOfOrigin * * @return IntelligenceProfile */ public function setCountriesOrRegionsOfOrigin($val) { $this->_propDict["countriesOrRegionsOfOrigin"] = $val; return $this; } /** * Gets the description * A synopsis of the threat actor. This property places the threat actor in wider context, tracing its discovery, history, significant campaigns, targeting, techniques of note, affiliations with governments, law enforcement countermeasures, and any areas of dispute among the security community regarding attribution. * * @return FormattedContent|null The description */ public function getDescription() { if (array_key_exists("description", $this->_propDict)) { if (is_a($this->_propDict["description"], "\Microsoft\Graph\SecurityNamespace\Model\FormattedContent") || is_null($this->_propDict["description"])) { return $this->_propDict["description"]; } else { $this->_propDict["description"] = new FormattedContent($this->_propDict["description"]); return $this->_propDict["description"]; } } return null; } /** * Sets the description * A synopsis of the threat actor. This property places the threat actor in wider context, tracing its discovery, history, significant campaigns, targeting, techniques of note, affiliations with governments, law enforcement countermeasures, and any areas of dispute among the security community regarding attribution. * * @param FormattedContent $val The description * * @return IntelligenceProfile */ public function setDescription($val) { $this->_propDict["description"] = $val; return $this; } /** * Gets the firstActiveDateTime * The date and time when this intelligenceProfile was first active. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @return \DateTime|null The firstActiveDateTime */ public function getFirstActiveDateTime() { if (array_key_exists("firstActiveDateTime", $this->_propDict)) { if (is_a($this->_propDict["firstActiveDateTime"], "\DateTime") || is_null($this->_propDict["firstActiveDateTime"])) { return $this->_propDict["firstActiveDateTime"]; } else { $this->_propDict["firstActiveDateTime"] = new \DateTime($this->_propDict["firstActiveDateTime"]); return $this->_propDict["firstActiveDateTime"]; } } return null; } /** * Sets the firstActiveDateTime * The date and time when this intelligenceProfile was first active. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. * * @param \DateTime $val The firstActiveDateTime * * @return IntelligenceProfile */ public function setFirstActiveDateTime($val) { $this->_propDict["firstActiveDateTime"] = $val; return $this; } /** * Gets the kind * A categorization of the type of this intelligenceProfile. The possible values are: actor, tool, unknownFutureValue. * * @return IntelligenceProfileKind|null The kind */ public function getKind() { if (array_key_exists("kind", $this->_propDict)) { if (is_a($this->_propDict["kind"], "\Microsoft\Graph\SecurityNamespace\Model\IntelligenceProfileKind") || is_null($this->_propDict["kind"])) { return $this->_propDict["kind"]; } else { $this->_propDict["kind"] = new IntelligenceProfileKind($this->_propDict["kind"]); return $this->_propDict["kind"]; } } return null; } /** * Sets the kind * A categorization of the type of this intelligenceProfile. The possible values are: actor, tool, unknownFutureValue. * * @param IntelligenceProfileKind $val The kind * * @return IntelligenceProfile */ public function setKind($val) { $this->_propDict["kind"] = $val; return $this; } /** * Gets the summary * A short summary of this intelligenceProfile. * * @return FormattedContent|null The summary */ public function getSummary() { if (array_key_exists("summary", $this->_propDict)) { if (is_a($this->_propDict["summary"], "\Microsoft\Graph\SecurityNamespace\Model\FormattedContent") || is_null($this->_propDict["summary"])) { return $this->_propDict["summary"]; } else { $this->_propDict["summary"] = new FormattedContent($this->_propDict["summary"]); return $this->_propDict["summary"]; } } return null; } /** * Sets the summary * A short summary of this intelligenceProfile. * * @param FormattedContent $val The summary * * @return IntelligenceProfile */ public function setSummary($val) { $this->_propDict["summary"] = $val; return $this; } /** * Gets the targets * Known targets related to this intelligenceProfile. * * @return array|null The targets */ public function getTargets() { if (array_key_exists("targets", $this->_propDict)) { return $this->_propDict["targets"]; } else { return null; } } /** * Sets the targets * Known targets related to this intelligenceProfile. * * @param string[] $val The targets * * @return IntelligenceProfile */ public function setTargets($val) { $this->_propDict["targets"] = $val; return $this; } /** * Gets the title * The title of this intelligenceProfile. * * @return string|null The title */ public function getTitle() { if (array_key_exists("title", $this->_propDict)) { return $this->_propDict["title"]; } else { return null; } } /** * Sets the title * The title of this intelligenceProfile. * * @param string $val The title * * @return IntelligenceProfile */ public function setTitle($val) { $this->_propDict["title"] = $val; return $this; } /** * Gets the tradecraft * Formatted information featuring a description of the distinctive tactics, techniques, and procedures (TTP) of the group, followed by a list of all known custom, commodity, and publicly available implants used by the group. * * @return FormattedContent|null The tradecraft */ public function getTradecraft() { if (array_key_exists("tradecraft", $this->_propDict)) { if (is_a($this->_propDict["tradecraft"], "\Microsoft\Graph\SecurityNamespace\Model\FormattedContent") || is_null($this->_propDict["tradecraft"])) { return $this->_propDict["tradecraft"]; } else { $this->_propDict["tradecraft"] = new FormattedContent($this->_propDict["tradecraft"]); return $this->_propDict["tradecraft"]; } } return null; } /** * Sets the tradecraft * Formatted information featuring a description of the distinctive tactics, techniques, and procedures (TTP) of the group, followed by a list of all known custom, commodity, and publicly available implants used by the group. * * @param FormattedContent $val The tradecraft * * @return IntelligenceProfile */ public function setTradecraft($val) { $this->_propDict["tradecraft"] = $val; return $this; } /** * Gets the indicators * Includes an assemblage of high-fidelity network indicators of compromise. * * @return array|null The indicators */ public function getIndicators() { if (array_key_exists("indicators", $this->_propDict)) { return $this->_propDict["indicators"]; } else { return null; } } /** * Sets the indicators * Includes an assemblage of high-fidelity network indicators of compromise. * * @param IntelligenceProfileIndicator[] $val The indicators * * @return IntelligenceProfile */ public function setIndicators($val) { $this->_propDict["indicators"] = $val; return $this; } }
[+]
..
[-] ExportFileMetadata.php
[edit]
[-] AmazonResourceEvidence.php
[edit]
[-] Subdomain.php
[edit]
[-] EmailSender.php
[edit]
[-] FileHashAlgorithm.php
[edit]
[-] IntelligenceProfileKind.php
[edit]
[-] AlertDetermination.php
[edit]
[-] EvidenceVerdict.php
[edit]
[-] Hyperlink.php
[edit]
[-] SiteSource.php
[edit]
[-] EdiscoveryCase.php
[edit]
[-] DataSourceContainer.php
[edit]
[-] EdiscoveryAddToReviewSetOperation.php
[edit]
[-] BlobContainerEvidence.php
[edit]
[-] HostReputationRuleSeverity.php
[edit]
[-] UnclassifiedArtifact.php
[edit]
[-] WhoisDomainStatus.php
[edit]
[-] WhoisBaseRecord.php
[edit]
[-] EdiscoveryIndexOperation.php
[edit]
[-] UrlEvidence.php
[edit]
[-] FileDetails.php
[edit]
[-] AlertClassification.php
[edit]
[-] IntelligenceProfileIndicator.php
[edit]
[-] DataSourceHoldStatus.php
[edit]
[-] FileHash.php
[edit]
[-] KubernetesClusterEvidence.php
[edit]
[-] KubernetesServicePort.php
[edit]
[-] DataSource.php
[edit]
[-] ChildSelectability.php
[edit]
[-] GoogleCloudLocationType.php
[edit]
[-] EdiscoveryExportOperation.php
[edit]
[-] EdiscoveryCustodian.php
[edit]
[-] KubernetesControllerEvidence.php
[edit]
[-] Search.php
[edit]
[-] KubernetesPlatform.php
[edit]
[-] PurgeType.php
[edit]
[-] RetentionEvent.php
[edit]
[-] OcrSettings.php
[edit]
[-] VulnerabilityComponent.php
[edit]
[-] KubernetesSecretEvidence.php
[edit]
[-] HostPort.php
[edit]
[-] MailboxEvidence.php
[edit]
[-] IncidentStatus.php
[edit]
[-] Vulnerability.php
[edit]
[-] KubernetesServiceAccountEvidence.php
[edit]
[-] AlertComment.php
[edit]
[-] RegistryValueEvidence.php
[edit]
[-] Hostname.php
[edit]
[-] OauthApplicationEvidence.php
[edit]
[-] HuntingQueryResults.php
[edit]
[-] KubernetesPodEvidence.php
[edit]
[-] DeviceRiskScore.php
[edit]
[-] CaseOperation.php
[edit]
[-] DataSet.php
[edit]
[-] CaseOperationStatus.php
[edit]
[-] AdditionalDataOptions.php
[edit]
[-] EventStatusType.php
[edit]
[-] IntelligenceProfile.php
[edit]
[-] EdiscoveryTagOperation.php
[edit]
[-] WhoisRecord.php
[edit]
[-] KubernetesServiceType.php
[edit]
[-] ServiceSource.php
[edit]
[-] ContentFormat.php
[edit]
[-] DeviceEvidence.php
[edit]
[-] HostPair.php
[edit]
[-] LoggedOnUser.php
[edit]
[-] HostPortProtocol.php
[edit]
[-] AlertStatus.php
[edit]
[-] VmCloudProvider.php
[edit]
[-] Article.php
[edit]
[-] EdiscoveryReviewSetQuery.php
[edit]
[-] DetectionStatus.php
[edit]
[-] FormattedContent.php
[edit]
[-] WhoisContact.php
[edit]
[-] CvssSummary.php
[edit]
[-] AnalyzedMessageEvidence.php
[edit]
[-] EdiscoveryReviewTag.php
[edit]
[-] AzureResourceEvidence.php
[edit]
[-] ArticleIndicator.php
[edit]
[-] CaseStatus.php
[edit]
[-] WhoisHistoryRecord.php
[edit]
[-] EvidenceRole.php
[edit]
[-] EvidenceRemediationStatus.php
[edit]
[-] HuntingRowResult.php
[edit]
[-] HostReputationRule.php
[edit]
[-] RedundancyDetectionSettings.php
[edit]
[-] EdiscoveryPurgeDataOperation.php
[edit]
[-] HostComponent.php
[edit]
[-] ThreatIntelligence.php
[edit]
[-] AlertEvidence.php
[edit]
[-] SslCertificate.php
[edit]
[-] IpEvidence.php
[edit]
[-] Incident.php
[edit]
[-] RetentionEventStatus.php
[edit]
[-] OnboardingStatus.php
[edit]
[-] VulnerabilitySeverity.php
[edit]
[-] UserAccount.php
[edit]
[-] EdiscoveryNoncustodialDataSource.php
[edit]
[-] GoogleCloudResourceEvidence.php
[edit]
[-] DefenderAvStatus.php
[edit]
[-] IpAddress.php
[edit]
[-] HostPortStatus.php
[edit]
[-] ProcessEvidence.php
[edit]
[-] Dictionary.php
[edit]
[-] DynamicColumnValue.php
[edit]
[-] ExportOptions.php
[edit]
[-] CasesRoot.php
[edit]
[-] EdiscoverySearch.php
[edit]
[-] FileEvidence.php
[edit]
[-] BlobEvidence.php
[edit]
[-] UserEvidence.php
[edit]
[-] ContainerImageEvidence.php
[edit]
[-] RegistryKeyEvidence.php
[edit]
[-] HostSslCertificate.php
[edit]
[-] EdiscoveryEstimateOperation.php
[edit]
[-] QueryType.php
[edit]
[-] EventPropagationResult.php
[edit]
[-] HostPortComponent.php
[edit]
[-] DataSourceContainerStatus.php
[edit]
[-] RetentionTrigger.php
[edit]
[-] UnifiedGroupSource.php
[edit]
[-] PassiveDnsRecord.php
[edit]
[-] EdiscoveryCaseSettings.php
[edit]
[-] HostCookie.php
[edit]
[-] CloudApplicationEvidence.php
[edit]
[-] DetectionSource.php
[edit]
[-] HostTracker.php
[edit]
[-] EdiscoveryReviewSet.php
[edit]
[-] SinglePropertySchema.php
[edit]
[-] HostPortBanner.php
[edit]
[-] UserSource.php
[edit]
[-] GraphCase.php
[edit]
[-] Artifact.php
[edit]
[-] DataSourceScopes.php
[edit]
[-] ExportFileStructure.php
[edit]
[-] EventPropagationStatus.php
[edit]
[-] HostReputationClassification.php
[edit]
[-] WhoisNameserver.php
[edit]
[-] HostSslCertificatePort.php
[edit]
[-] MailClusterEvidence.php
[edit]
[-] EdiscoveryHoldOperation.php
[edit]
[-] TopicModelingSettings.php
[edit]
[-] HostReputation.php
[edit]
[-] IntelligenceProfileCountryOrRegionOfOrigin.php
[edit]
[-] SslCertificateEntity.php
[edit]
[-] TriggersRoot.php
[edit]
[-] ContainerRegistryEvidence.php
[edit]
[-] IndicatorSource.php
[edit]
[-] TriggerTypesRoot.php
[edit]
[-] SourceType.php
[edit]
[-] PurgeAreas.php
[edit]
[-] ContainerPortProtocol.php
[edit]
[-] KubernetesServiceEvidence.php
[edit]
[-] RetentionEventType.php
[edit]
[-] Tag.php
[edit]
[-] StringValueDictionary.php
[edit]
[-] KubernetesNamespaceEvidence.php
[edit]
[-] SecurityGroupEvidence.php
[edit]
[-] AlertSeverity.php
[edit]
[-] ContainerEvidence.php
[edit]
[-] Indicator.php
[edit]
[-] AutonomousSystem.php
[edit]
[-] DeviceHealthStatus.php
[edit]
[-] VmMetadata.php
[edit]
[-] EventQuery.php
[edit]
[-] CaseAction.php
[edit]
[-] Host.php
[edit]
[-] Alert.php
[edit]