mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 10:07:11 +00:00
0edb33ed82
PoC to better streamline the import of NSRL data. Still requires some work but basic concept works. Currently only tested with Android
18 lines
No EOL
968 B
JSON
18 lines
No EOL
968 B
JSON
{ "nsrl_downloads": {
|
|
"nsrl_modern_rds": { "description": "(microcomputer applications) - contains the comprehensive set of ALL appearances of files in modern applications; many file entries are duplicated",
|
|
"url": "https://s3.amazonaws.com/rds.nsrl.nist.gov/RDS/current/RDS_modern.iso"},
|
|
"nsrl_minimal": { "description": "(minimal) - contains the set of DISTINCT appearances of files in modern applications; no file entries are duplicated",
|
|
"url": "https://s3.amazonaws.com/rds.nsrl.nist.gov/RDS/current/rds_modernm.zip"},
|
|
"nsrl_android": { "description": "Contains modern Android mobile applications",
|
|
"url": "https://s3.amazonaws.com/rds.nsrl.nist.gov/RDS/current/RDS_android.iso"}
|
|
},
|
|
"local_path": "/home/koenv/nsrl/",
|
|
"import": {
|
|
"max_value": 500000000,
|
|
"mod_lines": 1000
|
|
},
|
|
"redis": {
|
|
"hostname": "127.0.0.1",
|
|
"port": 6666
|
|
}
|
|
} |