Created
February 10, 2021 23:49
-
-
Save pry0cc/0e5765e8628aa56329c128c64171b524 to your computer and use it in GitHub Desktop.
Amass secret configurations in JSON to help tool authors add amass key integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data_sources.AlienVault": { | |
}, | |
"data_sources.AlienVault.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.BinaryEdge": { | |
"ttl 10080": "" | |
}, | |
"data_sources.BinaryEdge.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.C99": { | |
"ttl 4320": "" | |
}, | |
"data_sources.C99.account1": { | |
"apikey ": "" | |
}, | |
"data_sources.C99.account2": { | |
"apikey ": "" | |
}, | |
"data_sources.Censys": { | |
"ttl 10080": "" | |
}, | |
"data_sources.Censys.Credentials": { | |
"apikey ": "", | |
"secret ": "" | |
}, | |
"data_sources.Chaos": { | |
"ttl 4320": "" | |
}, | |
"data_sources.Chaos.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.Cloudflare": { | |
}, | |
"data_sources.Cloudflare.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.CIRCL": { | |
}, | |
"data_sources.CIRCL.Credentials": { | |
"username ": "", | |
"password ": "" | |
}, | |
"data_sources.DNSDB": { | |
"ttl 4320": "" | |
}, | |
"data_sources.DNSDB.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.FacebookCT": { | |
"ttl 4320": "" | |
}, | |
"data_sources.FacebookCT.app1": { | |
"apikey ": "", | |
"secret ": "" | |
}, | |
"data_sources.FacebookCT.app2": { | |
"apikey ": "", | |
"secret ": "" | |
}, | |
"data_sources.GitHub": { | |
"ttl 4320": "" | |
}, | |
"data_sources.GitHub.accountname": { | |
"apikey ": "" | |
}, | |
"data_sources.NetworksDB": { | |
}, | |
"data_sources.NetworksDB.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.PassiveTotal": { | |
"ttl 10080": "" | |
}, | |
"data_sources.PassiveTotal.Credentials": { | |
"username ": "", | |
"apikey ": "" | |
}, | |
"data_sources.ReconDev": { | |
}, | |
"data_sources.ReconDev.free": { | |
"apikey ": "" | |
}, | |
"data_sources.ReconDev.paid": { | |
"apikey ": "" | |
}, | |
"data_sources.SecurityTrails": { | |
"ttl 1440": "" | |
}, | |
"data_sources.SecurityTrails.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.Shodan": { | |
"ttl 10080": "" | |
}, | |
"data_sources.Shodan.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.Spyse": { | |
"ttl 4320": "" | |
}, | |
"data_sources.Spyse.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.ThreatBook": { | |
}, | |
"data_sources.ThreatBook.account1": { | |
"apikey": "" | |
}, | |
"data_sources.Twitter": { | |
}, | |
"data_sources.Twitter.account1": { | |
"apikey ": "", | |
"secret ": "" | |
}, | |
"data_sources.Twitter.account2": { | |
"apikey ": "", | |
"secret ": "" | |
}, | |
"data_sources.Umbrella": { | |
}, | |
"data_sources.Umbrella.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.URLScan": { | |
}, | |
"data_sources.URLScan.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.VirusTotal": { | |
"ttl 10080": "" | |
}, | |
"data_sources.VirusTotal.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.WhoisXML": { | |
}, | |
"data_sources.WhoisXML.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.ZETAlytics": { | |
"ttl 1440": "" | |
}, | |
"data_sources.ZETAlytics.Credentials": { | |
"apikey ": "" | |
}, | |
"data_sources.ZoomEye": { | |
"ttl 1440": "" | |
}, | |
"data_sources.ZoomEye.Credentials": { | |
"username ": "", | |
"password ": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment