Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

APIQueryExpanded

wesyoung edited this page Dec 4, 2014 · 3 revisions
$ curl -i -k -H "Accept: application/vnd.cif.v2+json" -H "Authorization: Token token=0b0bc0da9d596462ab4fbeaf1243318d164cd4371d59e96688570b0f65f45162" 'https://localhost/observables?cc=cn&otype=ipv4&limit=1'

HTTP/1.1 200 OK
Date: Thu, 04 Dec 2014 17:46:54 GMT
Server: Apache/2.4.7 (Ubuntu)
X-CIF-Media-Type: cif.v2
Content-Length: 1734
Content-Type: application/json
[{
    "tlp":"amber",
    "peers":[{
        "date":"2006-11-16",
        "prefix":"122.224.0.0\/12",
        "cc":"CN",
        "asn_description":"COGENT-174 Cogent Communications,US",
        "rir":"apnic",
        "asn":"174"
    }],
    "observable":"122.225.109.221",
    "group":["everyone"],
    "subdivision":"33",
    "lang":"EN",
    "cc":"CN",
    "reporttime":"2014-12-04T13:16:47Z",
    "latitude":30.2936,
    "rir":"apnic",
    "confidence":85,
    "application":"ssh",
    "protocol":6,
    "altid_tlp":"green",
    "id":"216cba10185b97dfb148f98c3dcc1f40023ec5055592561f896df87dbdef72ee",
    "altid":"http:\/\/dragonresearchgroup.org\/insight\/sshpwauth.txt",
    "longitude":120.1614,
    "asn":"4134",
    "provider":"dragonresearchgroup.org",
    "otype":"ipv4",
    "citycode":"Hangzhou",
    "prefix":"122.224.0.0\/12",
    "lasttime":"2014-12-04T09:39:57Z",
    "timezone":"Asia\/Shanghai",
    "tags":["scanner"],
    "firsttime":"2014-12-04T09:39:57Z",
    "portlist":"22",
    "asn_desc":"CHINANET-BACKBONE No.31,Jin-rong Street,CN"
}]
Clone this wiki locally