PTEnrich Deprecated

Deprecated. No available replacement. Enrich the given IP or domain with metadata, malware, osint.

javascript · PassiveTotal

Source

var res = [];
var commands = ['pt-get-subdomains', 'pt-passive-dns', 'pt-whois', 'pt-ssl-cert', 'pt-enrichment', 'pt-malware', 'pt-osint'];
for (var i in commands) {
    var r = executeCommand(commands[i], {query: args.query});
    if (isError(r[0])) {
        return r[0];
    }
    res.push(r[0]);
}
return res;

README

Enriches the given IP address or domain with metadata, malware, or osint.

Script Data


Name Description
Script Type javascript
Tags passive-total, server, threat-intel

Dependencies


This script uses the following commands and scripts.

  • pt-osint
  • pt-malware
  • pt-enrichment
  • pt-get-subdomains
  • pt-ssl-cert
  • pt-whois
  • pt-passive-dns

Inputs


Argument Name Description
query The IP address or domain to enrich.

Outputs


Path Description Type
subdomains The list of subdomains as strings. Unknown
Domain.Name The name of the queries domain. Unknown
Domain.DNS.Address The resolved address of the domain. Unknown
passivetotal.whois.email The contact email for the queried domain. Unknown
passivetotal.resolves The various resolves from the passive DNS collection. Unknown
IP.Address The bad IP addresses found during enrichment. Unknown
IP.Malicious.Vendor The vendor that made the decision that the IP addresses are malicious. Unknown
IP.Malicious.Description The reason that the vendor decided that the IP addresses were malicious. Unknown
Domain.Name The bad domains found during the enrichment. Unknown
Domain.Malicious.Vendor The vendor that made the decision that the domains are malicious. Unknown
Domain.Malicious.Description The reason that the vendor decided that the domains were malicious. Unknown
File.MD5 The bad MD5 hash of teh file. Unknown
File.SHA1 The bad SHA1 hash of the file. Unknown
File.SHA256 The bad SHA256 hash of the file. Unknown
File.Malicious.Vendor The vendor that made the decision that the files are malicious. Unknown
File.Malicious.Description The bad SHA256 hash of the file. Unknown
DBotScore.Indicator The indicator that was tested. Unknown
DBotScore.Type The type of the indicator. Unknown
DBotScore.Vendor The vendor used to calculate the score. Unknown
DBotScore.Score The actual score. Unknown