Output

The Cyber API response includes up to 10 CyberDoc and a Meta Info area with reference to API consumption and the request itself, such as the "next" URL to get the next batch of CyberDocs matching your query.

Each CyberDoc is constructed of 6 objects:

The Post Object includes information about the particular post, such as URL, post text and title.
The Author Object includes information about the author who published the post, such as username, user id and user link.
The Site Object includes information about the site, channel or group the post originated from.
The Thread Object Includes Information about the thread in which the post was published, such as the title, publication date and participants count.
The Extended Object includes additional meta info from the webpage, such as network and external links.
The Enriched Object includes analyzed information about the Item, such as extracted entities and risk score.

Post Object

Main fields that appear in the CyberDoc Object:

Field NameDescriptionSearchable?Type
urlURL of the post pageYes. Partial search is allowed.String
uuidA unique ID representing the post or commentYesString
parent_uuidThe unique ID of the parent document.
If the post originated from structured data , it represents the thread URL.
If the post is originated from unstructured data , it represents the referring URL.
YesString
titleThe title of the postYes. Partial search is allowed.String
textThe text within the post
For standard posts: This field is a string representing the textual content.
For chat data: This field is an object containing detailed information about the messages (refer to the table below for the structure).
Yes. Partial search is allowed.String/Object
authorA author (username) of the post
For standard posts: This field is a string representing the username of the post's author.
For chat data: This field is an array of strings, where each string represents a username of an author who contributed to the conversation.
Yes. Partial search is allowed.String / Array [String]
languageThe main language detected in the post's textYesString
referring_urlThe URL that referred our crawler to the current document URLYesString
referring_file_typeThe file type of the URL that referred our crawler to the current document URLYesString
ratingObsolete
Left for backward Compatibility.
(rating is a floating number between 0.0 to 5.0.)
YesFloat
publishedThe date/time when the post was published YesDate
Format:
yyyy-MM-dd'T'HH:mm:ss.SSSXXX
ord_in_threadThe post sequence number in the context of the thread:
0 - means first post
YesInteger
crawledThe date/time when the post was crawled.YesDate
Format:
yyyy-MM-dd'T'HH:mm:ss.SSSXXX
updatedThe date/time when the post was updated.NoDate
Format:
yyyy-MM-dd'T'HH:mm:ss.SSSXXX
cache_linkA link to a cached HTML snapshot of the post's pageNoString

Text Object

When the JSON file pertains to chat data, the text field is structured as follows, with each text field containing up to 20 messages:

Field NameDescriptionSearchableType
dateThe date and time when the message was published.Yes. Search within the text field.Date
Format:
[yyyy-MM-dd'T'HH:mm:ss.SSSXXX]
textThe text within the message.Yes. Search within the text field.String
userThe username of the message author.Yes. Search within the text field.String
message IDThe unique identifier of the message.
*Available only on Telegram.
Yes. Search within the text field.String
forwardedA Boolean value (true/false) indicating if the message was forwarded from a different group/channel.
*Available only on Telegram.
Yes. Search within the text field.Boolean
forwarded_fromThe group/channel from which the message was forwarded.
*Available only on Telegram.
Yes. Search within the text field.URL [String]
file_info.file_nameThe name of a file attached to the message.
*Available only on Telegram.
Yes. Search within the text field.String
file_info.file_sizeThe size of a file attached to the message.
*Available only on Telegram.
Yes. Search within the text field.String
file_info.file_typeThe type of file attached to the message.
*Available only on Telegram.
Yes. Search within the text field.String
message_linkThe unique link assigned to the message.
*Available only on Telegram.
Yes. Search within the text field.URL [String]

Author_Extended Array of Objects

auhotr_extended object allows to uniquely capture the actor identity in the website/application.

Field NameDescriptionSearchableType
display_nameThe user visual name , displayed in the website or application next to the post.Yes
Partial search is allowed.
String
user_idThe unique identifier of the user in the website or application.Yes.
Partial search is allowed
String
user_linkThe unique hyperlink to the user information in the website or application.Yes.
Partial search is allowed.
URL [String]

Site Object

Field NameDescriptionSearchable?Type
nameThe name of the site where the post was publishedYes.
Partial search is allowed
String
is_liveObsolete
Left for backward Compatibility.
Value is always TRUE
NoBoolean
domainThe top level domain of the site where the post was publishedYes.
Partial search is allowed
String
current_domainThe specific domain used at the time the post was scanned Yes.
Partial search is allowed
String
typePossible site types:


  • news
  • blogs
  • discussions
  • chat
  • market
  • paste
  • datastore
  • social_media
  • imageboard
  • ransomware_blog
    YesString
    categoriesFor standard posts, the possible site categories are:


    • cyber_threat_intelligence
    • financial_crime
    • illicit_trafficking
    • extremism_misinformation
    • brand_monitoring

      For more details , please refer to this page.

        For Telegram data only, the possible site categories are:

        • group
        • channel
    YesArray[String]

    Thread Object

    Field NameDescriptionSearchable?Type
    urlFor standard posts - A link to the thread where the post was published.
    For chat data - A link to the channel / group
    Yes.
    Partial search is allowed
    String
    uuidA unique ID representing the threadYesString
    titleThe title of the threadYesString
    full_titleThe title of the section in the site where the thread was createdNoString
    publishedThe date/time when the thread was published.YesDate
    Format:
    yyyy-MM-dd'T'HH:mm:ss.SSSXXX
    site_sectionA link to the section in the site where the thread was createdYes.
    Partial search is allowed
    String
    section_titleThe title of the section in the site where the thread was createdYes.
    Partial search is allowed
    String
    replies_countHow many replies are there to the main postYesInteger
    participants_countHow many different people participated in the discussionYesInteger
    spam_scoreObsolete
    Left for backward Compatibility.
    NoFloat
    main_imageA link to the main image presented in the postNoURL [String]

    Extended Object

    Field NameDescriptionSearchable?Type
    external_linksA list of external URLs that are mentioned in the postYes.
    Partial search is allowed
    Array[String]
    external_videosA list of URLs to videos from the pageYes.
    Partial search is allowed
    Array[String]
    external_imagesA structure. See External Images Object in the next table.Yes.
    Partial search is allowed
    file_linksA list of URLs to files from the pageYes.
    Partial search is allowed
    Array[String]
    file_typePossible file types:


    • html
    • zip
    • rar
    • tar
    • 7z
    • pdf
    • txt
    • xls
    • xlsx
    • doc
    • docx
    • sql
    YesString
    networkDark Network that contained the page/post
    This could be one of the following:


    • tor
    • discord
    • i2P
    • telegram
    • openweb
    • icq
    YesString
    required_loginA Boolean value (true/false) stating if the content is protected by a passwordYesBoolean

    External Images Array of Objects

    NameDescriptionSearchable?Type
    urlThe link to the actual imageYesString
    uuidA unique ID for the image by its content. Multiple posts could link to the same image, even if it is on different locations.YesString
    textTextual content extracted from the image using OCR (Optical Character Recognition)YesString

    Enriched Object

    Field NameDescriptionSearchable?Type
    categoriesOne or more cyber categeries that the post/page content belong to.
    Categories include:


    • hacking
    • data_breach
    • carding
    • crypto
    • phishing
    • malware
    • ransomware
    • stealer_logs
    • counterfeit
    • gaming
    • extremism
    • drugs
    • weapons
    • sexual
    For more details , please refer to this page.
    YesArray[String]
    *personsOne or more individual people entities found in the postYesObject
    persons.valuePerson names extracted from the postYesArray[String]
    persons.countNumber of people mentioned in the postYesInteger
    *organizationsOne or more organization entities found in the postYesObject
    organizations.valueOrganization names extracted from the postYesArray[String]
    organizations.countNumber of organizations mentioned in the postYesInteger
    *locationsOne or more location entities found in the postYesObject
    locations.valueLocation names extracted from the postYesArray[String]
    locations.countNumber of locations mentioned in the postYesInteger
    emailsOne or more email address entities found in the postYesObject
    emails.valueEmail addresses extracted from the postYesArray[String]
    emails.countNumber of emails mentioned in the postYesInteger
    phonesOne or more phone number entities found in the postYesObject
    phones.valuePhone numbers extracted from the postYesArray[String]
    phone.countNumber of phone numbers extracted from the postYesInteger
    credit_cardsOne or more credit cards entities found in the postYesObject
    credit_cards.valueCredit card numbers extracted from the postYesArray[String]
    credit_cards.countNumber of credit card numbers extracted from the postYesInteger
    ssnsOne or more social security number (SSN) entities found in the postYesObject
    ssns.valueSSN numbers extracted from the postYesArray[String]
    ssns.countNumber of SSNs extracted from the postYesInteger
    wallet_idsOne or more crypto address entities found in the postYesObject
    wallet_ids.idsCrypto addresses extracted from the postYesArray of Objects
    wallet_ids.ids.valueCrypto address valueYesString
    wallet_ids.ids.typeCrypto currency typeNoString
    wallet_ids.countNumber of crypto addresses extracted from the postYesInteger
    ipsOne or more IP entities found in the postYesObject
    ips.valueIP addresses extracted from the postYesArray[String]
    ips.countNumber of IP addresses extracted from the postYesInteger
    domainsOne or more domain entities found in the postYesObject
    domains.valueDomain addresses extracted from the postYesArray[String]
    domains.countNumber of domain addresses extracted from the postYesInteger
    cveOne or more CVE Ids entities found in the post/pageYesObject
    cve.valueCVEs extracted from the post YesArray[String]
    cve.countNumber of CVEs extracted from the postYesInteger
    cyber_riskRisk score assigned to the post, ranging from 0 to 10 (where 10 indicates the highest risk level)YesObject
    cyber_risk.valueThe overall cyber risk score assigned to the post, considering both site and content factorsYesInteger
    cyber_risk.site_riskRisk score attributed to the website where the post was publishedYesInteger
    cyber_risk.content_riskRisk score assigned to the content of post itselfYesInteger

    * Currently not supported in chat networks

    Meta info

    Field NameDescriptionType
    totalResultsThe total number of posts matching your queryInteger
    moreResultsAvailableHow many more results are availableInteger
    nextA URL to get the next batch of posts matching your query. See Pagination and Sorting in this section.String
    requestsLeftHow many more requests are available in your current subscription planInteger
    JSON Output Example:

    {

    "url": "http://e2rlc42c2hah6tgj.onion/viewProduct?offer=393694.312665#post-0",

    "uuid": "bf416cecda38b308dd02d987a41f6ad7ba11bd70",

    "parent_uuid": "6dbcd81bbe1b5afe53ee761e06304700a538ec99",

    "title": "Uber.com Logins ✅✴️⚡",

    "text": "When you place an order, you will receive the login information which includes username and password. All information is fresh, and are never resold. Only you will have exclusive access to the account. Here is a sample of what you will get: Username: Beevives9 Password: MACritte$3 Last Checked: 02-14-2017 Country: USA / UK / CHINA (Sometimes Provided) These accounts are valid and 100% working...........",

    "highlightText": "",

    "highlightTitle": "",

    "author": [

    "Theme_Song"

    ],

    "language": "english",

    "referring_url": null,

    "referring_file_type": null,

    "rating": null,

    "published": "2018-07-30T12:03:00.000+03:00",

    "site": {

    "name": "Dream Market Login - Featured anonymous marketplace",

    "is_live": true,

    "domain": "e2rlc42c2hah6tgj.onion",

    "type": "discussions",

    "country": null,

    "categories": null

    },

    "thread": {

    "url": "http://e2rlc42c2hah6tgj.onion/viewProduct?offer=393694.312665",

    "uuid": "6dbcd81bbe1b5afe53ee761e06304700a538ec99",

    "title": "Uber.com Logins ✅✴️⚡",

    "full_title": "Uber.com Logins ✅✴️⚡",

    "published": "2018-07-30T12:03:00.000+03:00",

    "site_section": "http://e2rlc42c2hah6tgj.onion/?ai=1675",

    "section_title": "Dream Market",

    "replies_count": 5,

    "participants_count": 2,

    "main_image": ""

    },

    "ord_in_thread": 0,

    "extended": {

    "external_links": [],

    "external_images": [],

    "external_videos": [],

    "file_links": [],

    "file_type": "html"

    "network": "tor"

    "required_login": true

    },

    "enriched": {

    "categories": [

    "pii",

    "financial"

    ],

    "persons": null,

    "organizations": {

    "value": [

    "walmart"

    ],

    "count": 1

    },

    "locations": {

    "value": [

    "usa",

    "uk"

    ],

    "count": 2

    },

    "emails": null,

    "phones": null,

    "credit_cards": null,

    "ssns": null,

    "wallet_ids": null

    },

    "crawled": "2018-07-30T04:03:40.018+03:00",

    "cache_link": "/dark-cache?token=XXXX-XXXX-XXXX&id=http%3A%2F%2Fe2rlc42c2hah6tgj.onion%2FviewProduct%3Foffer%3D393694.312665"

    }],

    "totalResults": 2306,

    "moreResultsAvailable": 2296,

    "next": "/cyberFilter?token=XXXX-XXXX-XXXX&format=json&ts=1532912620018&q=fullz+AND+credit+is_structured%3Atrue+extended.network%3Ator",

    "requestsLeft": 8926,

    }