Hi THT members, today I wanted to share with you some informations about HudsonRock's Cavalier Intelligence solution
Cavalier: Compromised Credentials Data Source
"Cavalier’s high-fidelity data protects employees, partners, customers, and digital assets with unprecedented granularity of threat vectors including Ransomware, Business Espionage, Breaches & Network Overtakes."
Role Based SAAS
Cavalier API
you can register with your business email address in order to Get Free Custom Cavalier API Key or Schedule a Demo
link:
Schedule a Demo to See Cavalier™ and Bayonet™ in Action — Hudson Rock
Would you like to see Bayonet™ & Cavalier™ in action? It's easy! Simply schedule a time with our sales team that’s convenient for you.
www.hudsonrock.com
HR Cavalier Cybercrime Intelligence Free Integration
https://cavalier.hudsonrock.com/api/json/v2/osint-tools/search-by-domain?domain=tesla.comAPI ENDPOINTS
Here we overwiew several type of API Endpoints search quaries. Remember if you are using HudsonRock's free service, there are limitations like:Rate Limit:
50 requests per 10 secondPagination:
50 stealers per pageAuthentication
Kod:
curl -L -X POST 'https://cavalier.hudsonrock.com/api/json/v2/search-by-domain'
-H 'api-key: YOURAPIKEY' -H 'Content-Type: application/json'
--data-raw '{"domains": ["tesla.com"]}'
Search By Login
Hudson Rock provides its clients the ability to query a database of over 29,661,065 computers which were compromised through global info-stealer campaigns performed by threat actors. The database is updated with new compromised computers every day, offering cybersecurity providers the ability to alert security teams ahead of imminent attacks, when users get compromised and have their credentials stolen.
Kod:
curl -L -X POST 'https://cavalier.hudsonrock.com/api/json/v2/search-by-login'
-H 'api-key: YOURAPIKEY' -H 'Content-Type: application/json'
--data-raw '{"login": "[email protected]"}'
Search By IP
It's also supports CIDR lookup, for an example response search for the following term: 45.166.26.62/28*CIDR must have a suffix between 21-32.
single IP Request:
Kod:
curl -L -X POST 'https://cavalier.hudsonrock.com/api/json/v2/search-by-ip'
-H 'api-key: YOURAPIKEY' -H 'Content-Type: application/json'
--data-raw '{"ip": "190.3.30.97"}'
CIDR Request:
Kod:
curl -L -X POST 'https://cavalier.hudsonrock.com/api/json/v2/search-by-ip'
-H 'api-key: YOURAPIKEY' -H 'Content-Type: application/json'
--data-raw '{"ip": "45.166.26.62/28"}'
External Attack Surface
"External attack surface Solution that is derived from URLs accessed by computers that were compromised through global malware spreading campaigns performed by threat actors. This helps identifying employees of companies that had their computers compromised and are accessing sensitive infrastructure belonging to the company that cannot be found through scraping or otherwise, but is known to threat actors attempting to hack companies through shadow IT."curl -L -X POST 'https://cavalier.hudsonrock.com/api/json/v2/search-by-domain/discovery'
-H 'api-key: YOURAPIKEY' -H 'Content-Type: application/json'
--data-raw '{"domain": "trendmicro.com"}'
some of data from the result:
Kod:
root":{ 3 items
"employees_urls":[ 100 items
0:{ 3 items
"occurrence": 28
"type": "employee"
"url": "https://adfssts.trendmicro.com/adfs/ls"
}
1:{ 3 items
"occurrence": 16
"type": "employee"
"url": "https://adfssts.trendmicro.com"
}
2:{ 3 items
"occurrence": 11
"type": "employee"
"url": "https://adfssts.trendmicro.com/adfs/ls/idpinitiatedsignon.aspx"
}
3:{ 3 items
"occurrence": 8
"type": "employee"
"url": "https://adfssts.trendmicro.com/adfs/ls/"
}
4:{ 3 items
"occurrence": 8
"type": "employee"
"url": "https://tmx.trendmicro.com"
}
5:{ 3 items
"occurrence": 7
"type": "employee"
"url": "https://owa-apac.trendmicro.com"
}
about Bayonet:
"Imagine getting access to a lead-generation platform featuring hundreds of thousands of compromised companies around the world with active vulnerabilities that you can convert into customers.."
Video YT
REFERENCE
https://www.hudsonrock.com/cavalier
https://cavalier.hudsonrock.com/docs


