+
@@ -132,15 +132,15 @@
{{ $t('detections.malwareTechniques') }}
-
{{ $_.get(basicInfo, 'malwareInfo.mitreAttackTechniques', '-') || '-' }}
+
{{ $_.get(detection, 'malware.mitreAttackTechniques', '-') || '-' }}
{{ $t('detections.malwareGroups') }}
-
{{ $_.get(basicInfo, 'malwareInfo.mitreAttackGroups', '-') || '-' }}
+
{{ $_.get(detection, 'malware.mitreAttackGroups', '-') || '-' }}
{{ $t('detections.reference') }}
-
+
{{ basicInfo.malwareInfo.reference }}
-
@@ -149,76 +149,76 @@
{{ $t('detection.nodeTypeLower') }}
-
{{ $_.get(basicInfo, 'darkweb.nodeType', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.nodeType', '-') || '-' }}
{{ $t('detection.tor.torFingerprint') }}
-
{{ $_.get(basicInfo, 'darkweb.torFingerprint', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.torFingerprint', '-') || '-' }}
{{ $t('detection.tor.torFlags') }}
-
{{ $_.get(basicInfo, 'darkweb.torFlags', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.torFlags', '-') || '-' }}
{{ $t('detection.tor.torVersion') }}
-
{{ $_.get(basicInfo, 'darkweb.torVersion', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.torVersion', '-') || '-' }}
Tor ORPort
-
{{ $_.get(basicInfo, 'darkweb.torOrPort', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.torOrPort', '-') || '-' }}
Tor DirPort
-
{{ $_.get(basicInfo, 'darkweb.torDirPort', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.torDirPort', '-') || '-' }}
I2P Hash
-
{{ $_.get(basicInfo, 'darkweb.i2pHash', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.i2pHash', '-') || '-' }}
{{ $t('detection.tor.i2pVersion') }}
-
{{ $_.get(basicInfo, 'darkweb.i2pVersion', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.i2pVersion', '-') || '-' }}
{{ $t('detection.tor.i2pBandwidth') }}
-
{{ $_.get(basicInfo, 'darkweb.i2pBandwidth', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.i2pBandwidth', '-') || '-' }}
MTProxy Secret
-
{{ $_.get(basicInfo, 'darkweb.mtproxySecret', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.mtproxySecret', '-') || '-' }}
{{ $t('detection.tor.mtproxyPort') }}
-
{{ $_.get(basicInfo, 'darkweb.mtproxyPort', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.mtproxyPort', '-') || '-' }}
{{ $t('detection.tor.obfs4Fingerprint') }}
-
{{ $_.get(basicInfo, 'darkweb.obfs4Fingerprint', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.obfs4Fingerprint', '-') || '-' }}
{{ $t('detection.tor.obfs4Cert') }}
-
{{ $_.get(basicInfo, 'darkweb.obfs4Cert', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.obfs4Cert', '-') || '-' }}
{{ $t('detection.tor.obfs4IatMode') }}
-
{{ $_.get(basicInfo, 'darkweb.obfs4IatMode', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.obfs4IatMode', '-') || '-' }}
{{ $t('detection.tor.obfs4Port') }}
-
{{ $_.get(basicInfo, 'darkweb.obfs4Port', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.obfs4Port', '-') || '-' }}
{{ $t('detection.tor.snowflakePort') }}
-
{{ $_.get(basicInfo, 'darkweb.snowflakePort', '-') || '-' }}
+
{{ $_.get(detection, 'darkweb.snowflakePort', '-') || '-' }}
@@ -505,5 +505,6 @@ export default {
}
.row__content {
width: calc(100% - 176px);
+ padding-right: 50px;
}