Advanced Search
Search Results
132 total results found
/tasks/create/submit
POST /tasks/create/submit Bir veya daha fazla dosyayı ve/veya arşivlere gömülü dosyaları veya yeni oluşturulan görev(ler)in görev ID'lerini içeren bir satırda ayrılmış URL/hash'lerin listesini bekleyen görevlere ekler. Gönderi ID'sini ve yeni oluşturulan göre...
/tasks/list
GET /tasks/list/ (int: limit) / (int: offset) Görevlerin listesini döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/list Örnek response: { "tasks": [ { "category": "url", "ma...
/tasks/sample
GET /tasks/sample/ (int: sample_id) Belirtilen örnek için görev listesini döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/sample/1 Örnek response: { "tasks": [ { "category": "file", ...
/tasks/view
GET /tasks/view/ (int: id) Belirtilen ID'ye sahip görevle ilgili ayrıntıları döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/view/1 Örnek response: { "task": { "category": "url", "machine"...
/tasks/reschedule
GET /tasks/reschedule/ (int: id) / (int: priority) Belirtilen kimlik ve önceliğe sahip bir görevi yeniden planlayın (varsayılan öncelik 1'dir). Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/reschedule/1 Örnek respons...
/tasks/delete
GET /tasks/delete/ (int: id) Verilen görevi veritabanından kaldırır ve sonuçları siler. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/delete/1 Parametreler: Id (gerekli) (int) - Silinecek görevin kimliği Durum ...
/tasks/report
GET /tasks/report/ (int: id) / (str: format) Belirtilen görev kimliğiyle ilişkili raporu döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/report/1 Parametreler: Id (gerekli) (int) - Raporu almak için görevi...
/tasks/summary
GET /tasks/summary/ (int: id) Belirtilen görev kimliğiyle ilişkili yoğunlaştırılmış bir raporu JSON biçiminde döndürür. Örnek request: curl http://localhost:8090/tasks/summary/1 Parametreler: Id (gerekli) (int) - Raporu almak için görevin kimliği ...
/tasks/screenshots
GET /tasks/screenshots/ (int: id) / (str: number) Belirtilen görev kimliğiyle ilişkili bir veya tüm ekran görüntülerini döndürür. Örnek request: wget http://localhost:8090/tasks/screenshots/1 Parametreler: Id (gerekli) (int) - Raporu almak için göre...
/tasks/rereport
GET /tasks/rereport/ (int: id) Belirtilen görev kimliğiyle ilişkili görev için raporlamayı yeniden çalıştırın. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/rereport/1 Örnek response: { "success": true} Para...
/tasks/reboot
GET /tasks/reboot/ (int: id) ** Mevcut bir analiz kimliğinden veritabanına bir yeniden başlatma görevi ekleyin. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/reboot/1 Örnek response: { "task_id": 1, "reboot_...
/memory/list
GET /memory/list/ (int: id) Belirtilen görev kimliğiyle ilişkili bellek döküm dosyalarının veya bir bellek döküm dosyasının bir listesini döndürür. Örnek request: wget http://localhost:8090/memory/list/1 Parametreler: Id (gerekli) (int) - Raporu alm...
/memory/get
GET /memory/get/ (int: id) / (str: number) Belirtilen görev kimliğiyle ilişkili bir bellek döküm dosyası döndürür. Örnek request: wget http://localhost:8090/memory/get/1/1908 Parametreler: Id (gerekli) (int) - Raporu almak için görevin kimliği Pid ...
/files/view
GET /files/view/md5/ (str: md5) GET /files/view/sha256/ (str: sha256) GET /files/view/id/ (int: id) Belirtilen MD5 hash, SHA256 hash veya kimlikle eşleşen dosyadaki ayrıntıları döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://local...
/files/get
GET /files/get/ (str: sha256) Belirtilen SHA256 hashi ile eşleşen dosyanın binary içeriğini döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/files/get/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 > ...
/pcap/get
GET /pcap/get/ (int: task) Verilen görevle ilişkili PCAP içeriğini döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/pcap/get/1 > dump.pcap Durum kodları: 200 - hata yok 404 - dosya bulunamadı
/machines/list
GET /machines/list Cuckoo için mevcut olan analiz makinelerinin ayrıntılarını içeren bir liste döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/machines/list Örnek response: { "machines": [ { ...
/machines/view
GET /machines/view/ (str: name) Verilen adla ilişkili analiz makinesindeki ayrıntıları döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/machines/view/cuckoo1 Örnek response: { "machine": { "status": nul...
/cuckoo/status
GET /cuckoo/status/ Cuckoo sunucunun durumunu döndürür. 1.3 sürümünde diskspace girişi eklenmiştir. Diskspace girişi, ilgili dizinlerin bulunduğu diskin kullanılan, boş ve toplam disk alanını gösterir. Diskspace girişi, bir Cuckoo düğümünü Cuckoo API aracılığ...
/vpn/status
GET /vpn/status VPN durumunu döndürür. Örnek request: curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/vpn/status Durum kodları: 200 - hata yok 500 - mevcut değil