Skip to main content

HYAS Insight

This Integration is part of the HYAS Insight Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

HYAS Insight#

HYAS Insight is a threat investigation and attribution solution that uses exclusive data sources and non-traditional mechanisms to improve visibility and productivity for analysts, researchers, and investigators while increasing the accuracy of findings. HYAS Insight connects attack instances and campaigns to billions of indicators of compromise to deliver insights and visibility. With an easy-to-use user interface, transforms, and API access, HYAS Insight combines rich threat data into a powerful research and attribution solution. HYAS Insight is complemented by the HYAS Intelligence team that helps organizations to better understand the nature of the threats they face on a daily basis.

Use the HYAS Insight integration to interactively lookup PassiveDNS, DynamicDNS, WHOIS, Sample Malware Records, C2 Attribution, Passive Hash, SSL Certificate, Open Source Indicators, Device Geo, Sinkhole, Malware Sample Information.

How to get a HYAS API Key#

In order to obtain a HYAS Insight API key to use with Cortex XSOAR, please contact your HYAS Insight Admin. If you are unsure who your Admin is, you can also contact HYAS Support via email at support@hyas.com, by visiting the HYAS website https://www.hyas.com/contact, or by using the HYAS Insight web UI by clicking the ‘help’ icon at the top right of the screen, to request a key.

Partner Contributed Integration#

Integration Author: HYAS#

Support and maintenance for this integration are provided by the author. Please use the following contact details: Email: support@hyas.com URL: https://support.hyas.com

Configure HYASInsight on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for HYASInsight.

  3. Click Add instance to create and configure a new integration instance.

    ParameterRequired
    HYAS Insight Api KeyTrue
    Trust any certificate (not secure)False
    Use system proxy settingsFalse
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

hyas-get-passive-dns-records-by-indicator#


Returns PassiveDNS records for the provided indicator value.

Base Command#

hyas-get-passive-dns-records-by-indicator

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: ipv4, domain.Required
indicator_valueIndicator value to query.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.PassiveDNS.countNumberThe passive dns count
HYAS.PassiveDNS.domainStringThe domain of the passive dns information requested
HYAS.PassiveDNS.first_seenDateThe first time this domain was seen
HYAS.PassiveDNS.ip.geo.city_nameStringCity of the ip organization
HYAS.PassiveDNS.ip.geo.country_iso_codeStringCountry ISO code of the ip organization
HYAS.PassiveDNS.ip.geo.country_nameStringCountry name of the ip organization
HYAS.PassiveDNS.ip.geo.location_latitudeNumberThe latitude of the ip organization
HYAS.PassiveDNS.ip.geo.location_longitudeNumberThe longitude of the ip organization
HYAS.PassiveDNS.ip.geo.postal_codeStringThe longitude of the ip organization
HYAS.PassiveDNS.ip.ipStringIP of the organization
HYAS.PassiveDNS.ip.isp.autonomous_system_numberStringThe ASN of the ip
HYAS.PassiveDNS.ip.isp.autonomous_system_organizationStringThe ASO of the ip
HYAS.PassiveDNS.ip.isp.ip_addressStringThe IP
HYAS.PassiveDNS.ip.isp.ispStringThe Internet Service Provider
HYAS.PassiveDNS.ip.isp.organizationStringThe ISP organization
HYAS.PassiveDNS.ipv4StringThe ipv4 address of the passive dns record
HYAS.PassiveDNS.last_seenDateThe last time this domain was seen
HYAS.PassiveDNS.sourcesUnknownA list of pDNS providers which the data came from

Command example#

!hyas-get-passive-dns-records-by-indicator indicator_type="domain" indicator_value="domain.org" limit="3"

Context Example#

{
"HYAS": {
"PassiveDNS": [
{
"count": 310833,
"domain": "domain.org",
"first_seen": "2015-06-08T19:16:18Z",
"ip": {
"geo": {
"city_name": "Boston",
"country_iso_code": "US",
"country_name": "United States",
"location_latitude": "42.3584",
"location_longitude": "-71.0598",
"postal_code": "02108"
},
"ip": "65.254.244.180",
"isp": {
"autonomous_system_number": "AS29873",
"autonomous_system_organization": "Newfold Digital, Inc.",
"ip_address": "65.254.244.180",
"isp": "Newfold Digital, Inc.",
"organization": "Newfold Digital, Inc."
}
},
"ipv4": "65.254.244.180",
"last_seen": "2023-06-30T02:05:29Z",
"sources": [
"hyas",
"farsight"
]
},
{
"count": 62645,
"domain": "domain.org",
"first_seen": "2010-07-13T17:29:58Z",
"ip": {
"geo": {
"city_name": "Seattle",
"country_iso_code": "US",
"country_name": "United States",
"location_latitude": "47.6062",
"location_longitude": "-122.3321",
"postal_code": "98101"
},
"ip": "216.34.94.184",
"isp": {
"autonomous_system_number": "AS3561",
"autonomous_system_organization": "CenturyLink Communications, LLC",
"ip_address": "216.34.94.184",
"isp": "Dotster, Inc.",
"organization": "Dotster, Inc."
}
},
"ipv4": "216.34.94.184",
"last_seen": "2015-06-08T17:50:06Z",
"sources": [
"farsight"
]
},
{
"count": 1,
"domain": "'.domain.org",
"first_seen": "2011-02-17T11:17:10Z",
"ip": {
"geo": {
"city_name": "Seattle",
"country_iso_code": "US",
"country_name": "United States",
"location_latitude": "47.6062",
"location_longitude": "-122.3321",
"postal_code": "98101"
},
"ip": "216.34.94.184",
"isp": {
"autonomous_system_number": "AS3561",
"autonomous_system_organization": "CenturyLink Communications, LLC",
"ip_address": "216.34.94.184",
"isp": "Dotster, Inc.",
"organization": "Dotster, Inc."
}
},
"ipv4": "216.34.94.184",
"last_seen": "2011-02-17T11:17:10Z",
"sources": [
"farsight"
]
}
]
}
}

Human Readable Output#

HYAS PassiveDNS records for domain : domain.org#

CountDomainFirst seenCity NameCountry CodeCountry NameLatitudeLongitudePostal CodeIPISP ASNISP ASN OrganizationISP IP AddressISPISP OrganizationIPV4Last SeenSources
310833domain.org2015-06-08T19:16:18ZBostonUSUnited States42.3584-71.05980210865.254.244.180AS29873Newfold Digital, Inc.65.254.244.180Newfold Digital, Inc.Newfold Digital, Inc.65.254.244.1802023-06-30T02:05:29Zhyas,
farsight
62645domain.org2010-07-13T17:29:58ZSeattleUSUnited States47.6062-122.332198101216.34.94.184AS3561CenturyLink Communications, LLC216.34.94.184Dotster, Inc.Dotster, Inc.216.34.94.1842015-06-08T17:50:06Zfarsight
1'.domain.org2011-02-17T11:17:10ZSeattleUSUnited States47.6062-122.332198101216.34.94.184AS3561CenturyLink Communications, LLC216.34.94.184Dotster, Inc.Dotster, Inc.216.34.94.1842011-02-17T11:17:10Zfarsight

hyas-get-dynamic-dns-records-by-indicator#


Returns DynamicDNS records for the provided indicator value.

Base Command#

hyas-get-dynamic-dns-records-by-indicator

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: ip, domain, email.Required
indicator_valueIndicator value to query.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.DynamicDNS.a_recordStringThe A record for the domain
HYAS.DynamicDNS.accountStringThe account holder name
HYAS.DynamicDNS.createdDateThe date which the domain was created
HYAS.DynamicDNS.created_ipStringThe ip address of the account holder
HYAS.DynamicDNS.domainStringThe domain associated with the dynamic dns information
HYAS.DynamicDNS.domain_creator_ipStringThe ip address of the domain creator
HYAS.DynamicDNS.emailStringThe email address connected to the domain

Command example#

!hyas-get-dynamic-dns-records-by-indicator indicator_type="ip" indicator_value="4.4.4.4" limit="3"

Context Example#

{
"HYAS": {
"DynamicDNS": [
{
"a_record": "4.4.4.4",
"a_record_geo": {
"geo": {
"city_name": "Paris",
"country_iso_code": "FR",
"country_name": "France",
"location_latitude": "48.8534",
"location_longitude": "2.3488",
"postal_code": "75000"
},
"isp": {
"autonomous_system_number": "AS3356",
"autonomous_system_organization": "Level 3 Parent, LLC",
"ip_address": "4.4.4.4",
"isp": "Level 3 Communications, Inc.",
"organization": "Level 3 Communications, Inc."
}
},
"account": "free",
"created": "2022-03-14T11:05:14Z",
"created_geo": {
"geo": {
"city_name": "Adelaide",
"country_iso_code": "AU",
"country_name": "Australia",
"location_latitude": "-34.8595",
"location_longitude": "138.6192",
"postal_code": "5085"
},
"isp": {
"autonomous_system_number": "AS1221",
"autonomous_system_organization": "Telstra Corporation Ltd",
"ip_address": "4.4.4.4",
"isp": "Telstra",
"organization": "Telstra"
}
},
"created_ip": "4.4.4.4",
"domain": "block-make.duckdns.org",
"domain_creator_geo": {
"geo": {
"city_name": "Adelaide",
"country_iso_code": "AU",
"country_name": "Australia",
"location_latitude": "-34.8666",
"location_longitude": "138.6768",
"postal_code": "5075"
},
"isp": {
"autonomous_system_number": "AS1221",
"autonomous_system_organization": "Telstra Corporation Ltd",
"ip_address": "4.4.4.4",
"isp": "Telstra",
"organization": "Telstra"
}
},
"domain_creator_ip": "4.4.4.4",
"email": "DarkMagicSource@github"
},
{
"a_record": "4.4.4.4",
"a_record_geo": {
"geo": {
"city_name": "Paris",
"country_iso_code": "FR",
"country_name": "France",
"location_latitude": "48.8534",
"location_longitude": "2.3488",
"postal_code": "75000"
},
"isp": {
"autonomous_system_number": "AS3356",
"autonomous_system_organization": "Level 3 Parent, LLC",
"ip_address": "4.4.4.4",
"isp": "Level 3 Communications, Inc.",
"organization": "Level 3 Communications, Inc."
}
},
"account": "free",
"created": "2023-02-27T10:00:12Z",
"created_geo": {
"geo": {
"city_name": "Adelaide",
"country_iso_code": "AU",
"country_name": "Australia",
"location_latitude": "-34.8595",
"location_longitude": "138.6192",
"postal_code": "5085"
},
"isp": {
"autonomous_system_number": "AS1221",
"autonomous_system_organization": "Telstra Corporation Ltd",
"ip_address": "4.4.4.4",
"isp": "Telstra",
"organization": "Telstra"
}
},
"created_ip": "4.4.4.4",
"domain": "flindersmc.duckdns.org",
"domain_creator_geo": {
"geo": {
"city_name": "Adelaide",
"country_iso_code": "AU",
"country_name": "Australia",
"location_latitude": "-35.0075",
"location_longitude": "138.5437",
"postal_code": "5046"
},
"isp": {
"autonomous_system_number": "AS1221",
"autonomous_system_organization": "Telstra Corporation Ltd",
"ip_address": "4.4.4.4",
"isp": "Telstra",
"organization": "Telstra"
}
},
"domain_creator_ip": "4.4.4.4",
"email": "DarkMagicSource@github"
},
{
"a_record": "4.4.4.4",
"a_record_geo": {
"geo": {
"city_name": "Paris",
"country_iso_code": "FR",
"country_name": "France",
"location_latitude": "48.8534",
"location_longitude": "2.3488",
"postal_code": "75000"
},
"isp": {
"autonomous_system_number": "AS3356",
"autonomous_system_organization": "Level 3 Parent, LLC",
"ip_address": "4.4.4.4",
"isp": "Level 3 Communications, Inc.",
"organization": "Level 3 Communications, Inc."
}
},
"account": "free",
"created": "2020-04-11T17:01:15Z",
"created_geo": {
"geo": {
"city_name": "Toronto",
"country_iso_code": "CA",
"country_name": "Canada",
"location_latitude": "43.7001",
"location_longitude": "-79.4163",
"postal_code": "M5A"
},
"isp": {
"autonomous_system_number": "AS174",
"autonomous_system_organization": "Cogent Communications",
"ip_address": "4.4.4.4",
"isp": "Amanah Tech Inc.",
"organization": "Amanah Tech Inc."
}
},
"created_ip": "4.4.4.4",
"domain": "mysql.duckdns.org",
"email": "xyz"
}
]
}
}

Human Readable Output#

HYAS DynamicDNS records for ip : 4.4.4.4#

A RecordAccountCreated DateAccount Holder IP AddressDomainDomain Creator IP AddressEmail Address
4.4.4.4free2022-03-14T11:05:14Z4.4.4.4block-make.duckdns.org4.4.4.4DarkMagicSource@github
4.4.4.4free2023-02-27T10:00:12Z4.4.4.4flindersmc.duckdns.org4.4.4.4DarkMagicSource@github
4.4.4.4free2020-04-11T17:01:15Z4.4.4.4mysql.duckdns.orgxyz

hyas-get-whois-records-by-indicator#


Returns WHOIS records for the provided indicator value.

Base Command#

hyas-get-whois-records-by-indicator

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: domain, email, phone.Required
indicator_valueIndicator value to query.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.WHOIS.addressUnknownaddress
HYAS.WHOIS.cityUnknowncity
HYAS.WHOIS.countryUnknowncountry
HYAS.WHOIS.domainStringThe domain of the registrant
HYAS.WHOIS.domain_2tldStringThe second-level domain of the registrant
HYAS.WHOIS.domain_created_datetimeDateThe date and time when the whois record was created
HYAS.WHOIS.domain_expires_datetimeDateThe date and time when the whois record expires
HYAS.WHOIS.domain_updated_datetimeDateThe date and time when the whois record was last updated
HYAS.WHOIS.emailUnknownemail
HYAS.WHOIS.idn_nameStringThe international domain name
HYAS.WHOIS.nameserverUnknownnameserver
HYAS.WHOIS.phone.phoneStringThe phone number registrant contact in e164 format
HYAS.WHOIS.phone.phone_info.carrierStringPhone number carrier
HYAS.WHOIS.phone.phone_info.countryStringPhone number country
HYAS.WHOIS.phone.phone_info.geoStringPhone number geo. Can be city, province, region or country
HYAS.WHOIS.privacy_punchBooleanTrue if this record has additional information bypassing privacy protect
HYAS.WHOIS.registrarStringThe domain registrar

Command example#

!hyas-get-whois-records-by-indicator indicator_type="domain" indicator_value="edubolivia.org" limit="3"

Context Example#

{
"HYAS": {
"WHOIS": [
{
"abuse_emails": [],
"address": [],
"city": [],
"country": [
"BO"
],
"datetime": "2021-07-15T08:00:25.296Z",
"domain": "edubolivia.org",
"domain_2tld": "edubolivia.org",
"domain_created_datetime": "2010-04-08T13:24:40Z",
"domain_expires_datetime": "2022-04-08T13:24:40Z",
"domain_updated_datetime": "2021-03-26T13:55:53Z",
"email": [
"xyz"
],
"idn_name": null,
"name": [
"pablo maldonado"
],
"nameserver": [
"ns1.solucionesrmc.com",
"ns2.solucionesrmc.com"
],
"organization": [],
"phone": [],
"privacy_punch": false,
"registrar": "pdr ltd. d/b/a publicdomainregistry.com",
"state": [],
"whois_nameserver": [],
"whois_pii": []
},
{
"abuse_emails": [],
"address": [],
"city": [],
"country": [],
"datetime": "2023-06-30T09:01:13.703Z",
"domain": "edubolivia.org",
"domain_2tld": "edubolivia.org",
"domain_created_datetime": "2010-04-08T13:24:40Z",
"domain_expires_datetime": "2024-04-08T13:24:40Z",
"domain_updated_datetime": "2023-03-26T12:56:44Z",
"email": [],
"idn_name": null,
"name": [],
"nameserver": [
"ns1.dns-parking.com",
"ns2.dns-parking.com"
],
"organization": [],
"phone": [],
"privacy_punch": false,
"registrar": "pdr ltd. d/b/a publicdomainregistry.com",
"state": [],
"whois_nameserver": [],
"whois_pii": []
},
{
"abuse_emails": [],
"address": [],
"city": [],
"country": [],
"datetime": "2023-06-30T09:01:13.703Z",
"domain": "edubolivia.org",
"domain_2tld": "edubolivia.org",
"domain_created_datetime": "2010-04-08T13:24:40Z",
"domain_expires_datetime": "2023-04-08T13:24:40Z",
"domain_updated_datetime": "2022-12-14T07:28:16Z",
"email": [],
"idn_name": null,
"name": [],
"nameserver": [
"ns3.server-us.com",
"ns4.server-us.com"
],
"organization": [],
"phone": [],
"privacy_punch": false,
"registrar": "pdr ltd. d/b/a publicdomainregistry.com",
"state": [],
"whois_nameserver": [],
"whois_pii": []
}
]
}
}

Human Readable Output#

HYAS WHOIS records for domain : edubolivia.org#

CountryDomainDomain_2tldDomain Created TimeDomain Expires TimeDomain Updated TimeEmail AddressIDN NameNameserverPrivacy_punchRegistrar
BOedubolivia.orgedubolivia.org2010-04-08T13:24:40Z2022-04-08T13:24:40Z2021-03-26T13:55:53ZxyzNonens1.solucionesrmc.com,
ns2.solucionesrmc.com
falsepdr ltd. d/b/a publicdomainregistry.com
edubolivia.orgedubolivia.org2010-04-08T13:24:40Z2024-04-08T13:24:40Z2023-03-26T12:56:44ZNonens1.dns-parking.com,
ns2.dns-parking.com
falsepdr ltd. d/b/a publicdomainregistry.com
edubolivia.orgedubolivia.org2010-04-08T13:24:40Z2023-04-08T13:24:40Z2022-12-14T07:28:16ZNonens3.server-us.com,
ns4.server-us.com
falsepdr ltd. d/b/a publicdomainregistry.com

hyas-get-whois-current-records-by-domain#


Returns WHOIS Current records for the provided indicator value.

Base Command#

hyas-get-whois-current-records-by-domain

Input#

Argument NameDescriptionRequired
domainDomain value to query.Required

Context Output#

PathTypeDescription
HYAS.WHOISCurrent.abuse_emailsUnknownabuse emails
HYAS.WHOISCurrent.addressUnknownaddress
HYAS.WHOISCurrent.cityUnknowncity
HYAS.WHOISCurrent.countryUnknowncountry
HYAS.WHOISCurrent.domainStringThe domain of the registrant
HYAS.WHOISCurrent.domain_2tldStringThe second-level domain of the registrant
HYAS.WHOISCurrent.domain_created_datetimeDateThe date and time when the whois record was created
HYAS.WHOISCurrent.domain_expires_datetimeDateThe date and time when the whois record expires
HYAS.WHOISCurrent.domain_updated_datetimeDateThe date and time when the whois record was last updated
HYAS.WHOISCurrent.emailUnknownemail
HYAS.WHOISCurrent.idn_nameStringThe international domain name
HYAS.WHOISCurrent.nameserverUnknownnameserver
HYAS.WHOISCurrent.organizationUnknownorganization
HYAS.WHOISCurrent.phoneUnknownThe phone number
HYAS.WHOISCurrent.registrarStringThe domain registrar
HYAS.WHOISCurrent.stateUnknownThe state

Command example#

!hyas-get-whois-current-records-by-domain domain="edubolivia.org"

Context Example#

{
"HYAS": {
"WHOISCurrent": {
"items": [
{
"abuse_emails": [
"abuse@publicdomainregistry.com"
],
"address": [],
"city": [],
"country": [
"Bolivia"
],
"datetime": null,
"domain": "edubolivia.org",
"domain_2tld": "edubolivia.org",
"domain_created_datetime": "2010-04-08T13:24:40Z",
"domain_expires_datetime": "2024-04-08T13:24:40Z",
"domain_updated_datetime": "2023-03-26T12:56:44Z",
"email": [
"please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name."
],
"idn_name": null,
"name": [
"Redacted For Privacy\nPablo Maldonado"
],
"nameserver": [
"ns1.dns-parking.com",
"ns2.dns-parking.com"
],
"organization": [],
"phone": [
{
"phone": "REDACTED FOR PRIVACY ext. REDACTED FOR PRIVACY"
}
],
"privacy_punch": false,
"registrar": "pdr ltd. d/b/a publicdomainregistry.com",
"state": [
"la Paz"
],
"whois_nameserver": [
{
"domain": "ns1.dns-parking.com"
},
{
"domain": "ns2.dns-parking.com"
}
],
"whois_pii": [
{
"email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
"phone_e164": "REDACTED FOR PRIVACY ext. REDACTED FOR PRIVACY"
},
{
"email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
"geo_country_alpha_2": "Bolivia",
"name": "Redacted For Privacy\nPablo Maldonado",
"phone_e164": "REDACTED FOR PRIVACY ext. REDACTED FOR PRIVACY",
"state": "la Paz"
}
]
}
],
"source": "whois",
"total_count": 1
}
}
}

Human Readable Output#

HYAS WHOISCurrent records for domain : edubolivia.org#

Abuse EmailsCountryDomainDomain_2tldDomain Created TimeDomain Expires TimeDomain Updated TimeEmail AddressIDN NameNameserverPhone InfoRegistrarState
abuse@publicdomainregistry.comBoliviaedubolivia.orgedubolivia.org2010-04-08T13:24:40Z2024-04-08T13:24:40Z2023-03-26T12:56:44Zplease query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.Nonens1.dns-parking.com,
ns2.dns-parking.com
{'phone': 'REDACTED FOR PRIVACY ext. REDACTED FOR PRIVACY'}pdr ltd. d/b/a publicdomainregistry.comla Paz

hyas-get-malware-samples-records-by-indicator#


Returns Malware Sample records for the provided indicator value.

Base Command#

hyas-get-malware-samples-records-by-indicator

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: domain, ipv4, md5.Required
indicator_valueIndicator value to query.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.MalwareSamples.datetimeDateThe date which the sample was processed
HYAS.MalwareSamples.domainStringThe domain of the sample
HYAS.MalwareSamples.ipv4StringThe ipv4 of the sample
HYAS.MalwareSamples.ipv6StringThe ipv6 of the sample
HYAS.MalwareSamples.md5StringThe md5 of the sample
HYAS.MalwareSamples.sha1StringThe sha1 of the sample
HYAS.MalwareSamples.sha256StringThe sha256 of the sample

Command example#

!hyas-get-malware-samples-records-by-indicator indicator_type="domain" indicator_value="chennaigastrosurgeon.com" limit="3"

Context Example#

{
"HYAS": {
"MalwareSamples": [
{
"datetime": "2022-09-28T00:00:00Z",
"domain": "chennaigastrosurgeon.com",
"ipv4": "4.4.4.4",
"md5": "0268fb20d9143c429138034969e06833"
},
{
"datetime": "2022-09-27T00:00:00Z",
"domain": "chennaigastrosurgeon.com",
"ipv4": "4.4.4.4",
"md5": "21a77bca1417deb64a2ab7df77786ded"
},
{
"datetime": "2022-09-24T00:00:00Z",
"domain": "chennaigastrosurgeon.com",
"ipv4": "4.4.4.4",
"md5": "953951ede4e9f706e6842fa4eb4e2e65"
}
]
}
}

Human Readable Output#

HYAS MalwareSamples records for domain : chennaigastrosurgeon.com#

DatetimeDomainIPV4 AddressMD5 Value
2022-09-28T00:00:00Zchennaigastrosurgeon.com4.4.4.40268fb20d9143c429138034969e06833
2022-09-27T00:00:00Zchennaigastrosurgeon.com4.4.4.421a77bca1417deb64a2ab7df77786ded
2022-09-24T00:00:00Zchennaigastrosurgeon.com4.4.4.4953951ede4e9f706e6842fa4eb4e2e65

hyas-get-c2attribution-records-by-indicator#


Return C2 Attribution records for the provided indicator value.

Base Command#

hyas-get-c2attribution-records-by-indicator

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: ip, domain, sha256, email.Required
indicator_valueIndicator Value.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.C2_Attribution.actor_ipv4StringThe actor ipv4
HYAS.C2_Attribution.c2_domainStringThe c2 domain
HYAS.C2_Attribution.c2_ipStringThe c2 ip
HYAS.C2_Attribution.c2_urlStringThe C2 panel url
HYAS.C2_Attribution.datetimeStringC2 Attribution datetime
HYAS.C2_Attribution.emailStringThe actor email
HYAS.C2_Attribution.email_domainStringThe email domain
HYAS.C2_Attribution.referrer_domainStringThe referrer domain
HYAS.C2_Attribution.referrer_ipv4StringThe referrer ipv4
HYAS.C2_Attribution.referrer_urlStringThe referrer url
HYAS.C2_Attribution.sha256StringThe sha256 malware hash

Command example#

!hyas-get-c2attribution-records-by-indicator indicator_type=domain indicator_value=himionsa.com limit=3

Context Example#

{
"HYAS": {
"C2_Attribution": {
"actor_ipv4": "4.4.4.4",
"c2_domain": "himionsa.com",
"c2_ip": "89.208.229.55",
"c2_url": "http://himionsa.com/rich/panel/pvqdq929bsx_a_d_m1n_a.php?mazm=report",
"datetime": "2020-02-25T16:39:43Z"
}
}
}

Human Readable Output#

HYAS C2_Attribution records for domain : himionsa.com#

Actor IPv4C2 DomainC2 IPC2 URLDatetime
4.4.4.4himionsa.com89.208.229.55http://himionsa.com/rich/panel/pvqdq929bsx_a_d_m1n_a.php?mazm=report2020-02-25T21:49:27Z
4.4.4.4himionsa.com89.208.229.55http://himionsa.com/rich/panel/pvqdq929bsx_a_d_m1n_a.php?mazm=report2020-02-25T16:39:48Z
4.4.4.4himionsa.com89.208.229.55http://himionsa.com/rich/panel/pvqdq929bsx_a_d_m1n_a.php?mazm=report2020-02-25T16:39:43Z

hyas-get-passive-hash-records-by-indicator#


Return passive hash records for the provided indicator value.

Base Command#

hyas-get-passive-hash-records-by-indicator

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: ipv4, domain.Required
indicator_valueIndicator Value.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.Passive_Hash.domainStringThe domain of the passive hash information requested
HYAS.Passive_Hash.md5_countStringThe passive dns count

Command example#

!hyas-get-passive-hash-records-by-indicator indicator_type="domain" indicator_value="edubolivia.org" limit="3"

Context Example#

{
"HYAS": {
"Passive_Hash": [
{
"domain": "edubolivia.org",
"md5_count": 457
},
{
"domain": "juliusdobos.com",
"md5_count": 457
},
{
"domain": "ogsrealestate.com",
"md5_count": 457
}
]
}
}

Human Readable Output#

HYAS Passive_Hash records for domain : edubolivia.org#

DomainMD5 Count
edubolivia.org457
juliusdobos.com457
ogsrealestate.com457

hyas-get-ssl-certificate-records-by-indicator#


Return SSL certificate records for the provided indicator value.

Base Command#

hyas-get-ssl-certificate-records-by-indicator

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: ip, domain, hash.Required
indicator_valueIndicator Value.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.SSL_Certificate.ssl_certs.ipStringThe ip address associated with certificate
HYAS.SSL_Certificate.ssl_certs.ssl_cert.cert_keyStringThe certificate key (sha1)
HYAS.SSL_Certificate.ssl_certs.ssl_cert.expire_dateStringThe expiry date of the certificate
HYAS.SSL_Certificate.ssl_certs.ssl_cert.issue_dateStringThe issue date of the certificate
HYAS.SSL_Certificate.ssl_certs.ssl_cert.issuer_commonNameStringThe common name that the certificate was issued from
HYAS.SSL_Certificate.ssl_certs.ssl_cert.issuer_countryNameStringThe country ISO the certificate was issued from
HYAS.SSL_Certificate.ssl_certs.ssl_cert.issuer_localityNameStringThe city where the issuer company is legally located
HYAS.SSL_Certificate.ssl_certs.ssl_cert.issuer_organizationNameStringThe organization name that issued the certificate
HYAS.SSL_Certificate.ssl_certs.ssl_cert.issuer_organizationalUnitNameStringThe organization unit name that issued the certificate
HYAS.SSL_Certificate.ssl_certs.ssl_cert.issuer_stateOrProvinceNameStringThe issuer state or province
HYAS.SSL_Certificate.ssl_certs.ssl_cert.md5StringThe certificate MD5
HYAS.SSL_Certificate.ssl_certs.ssl_cert.serial_numberStringThe certificate serial number
HYAS.SSL_Certificate.ssl_certs.ssl_cert.sha1StringThe certificate sha1
HYAS.SSL_Certificate.ssl_certs.ssl_cert.sha_256StringThe certificate sha256
HYAS.SSL_Certificate.ssl_certs.ssl_cert.sig_algoStringThe certificate signature algorithm
HYAS.SSL_Certificate.ssl_certs.ssl_cert.signatureStringThe certificate signature. Signature split into multiple lines
HYAS.SSL_Certificate.ssl_certs.ssl_cert.ssl_versionStringThe SSL version
HYAS.SSL_Certificate.ssl_certs.ssl_cert.subject_commonNameStringThe subject name that the certificate was issued to
HYAS.SSL_Certificate.ssl_certs.ssl_cert.subject_countryNameStringThe country the certificate was issued to
HYAS.SSL_Certificate.ssl_certs.ssl_cert.subject_localityNameStringThe city where the subject company is legally located
HYAS.SSL_Certificate.ssl_certs.ssl_cert.subject_organizationNameStringThe organization name that recieved the certificate
HYAS.SSL_Certificate.ssl_certs.ssl_cert.subject_organizationalUnitNameStringThe organization unit name that recieved the certificate
HYAS.SSL_Certificate.ssl_certs.ssl_cert.timestampStringThe certificate date and time

hyas-get-opensource-indicator-records-by-indicator#


Return Open Source intel records for the provided indicator value.

Base Command#

hyas-get-opensource-indicator-records-by-indicator

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: ipv4, ipv6, domain, sha1, sha256, md5.Required
indicator_valueIndicator Value.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.OS_Indicators.contextStringAdditional information about source.
HYAS.OS_Indicators.dataUnknownA json blob with raw data.
HYAS.OS_Indicators.datetimeStringA date-time string in RFC 3339 format.
HYAS.OS_Indicators.domainStringA domain.
HYAS.OS_Indicators.domain_2tldStringA domain_2tld.
HYAS.OS_Indicators.first_seenStringA date-time string in RFC 3339 format.
HYAS.OS_Indicators.ipv4StringThe ipv4 address. Can be a cidr.
HYAS.OS_Indicators.ipv6StringThe ipv6 address. Can be a cidr.
HYAS.OS_Indicators.last_seenStringA date-time string in RFC 3339 format.
HYAS.OS_Indicators.md5StringThe md5 value.
HYAS.OS_Indicators.sha1StringThe sha1 value.
HYAS.OS_Indicators.sha256StringThe sha256 value.
HYAS.OS_Indicators.source_nameStringThe source name
HYAS.OS_Indicators.source_urlStringThe source url
HYAS.OS_Indicators.uriStringThe source uri value.

Command example#

!hyas-get-opensource-indicator-records-by-indicator indicator_type=domain indicator_value=kidd16.blinn.edu limit="3"

Human Readable Output#

HYAS OS_Indicators records for domain : kidd16.blinn.edu#

No entries.

hyas-get-device-geo-records-by-ip-address#


Returns a list of mobile geolocation information

Base Command#

hyas-get-device-geo-records-by-ip-address

Input#

Argument NameDescriptionRequired
indicator_typeIndicator Type. Possible values are: ipv4, ipv6.Required
indicator_valueIndicator Value.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.Device_Geo.datetimeStringA date-time string in RFC 3339 format.
HYAS.Device_Geo.device_user_agentStringThe user agent string for the device.
HYAS.Device_Geo.geo_country_alpha_2StringThe ISO 3316 alpha-2 code for the country associated with the lat/long reported.
HYAS.Device_Geo.geo_horizontal_accuracyStringThe GPS horizontal accuracy.
HYAS.Device_Geo.ipv4StringThe ipv4 address assigned to the device. A device may have either or ipv4 and ipv6.
HYAS.Device_Geo.ipv6StringThe ipv6 address assigned to the device. A device may have either or ipv4 and ipv6.
HYAS.Device_Geo.latitudeNumberUnits are degrees on the WGS 84 spheroid.
HYAS.Device_Geo.longitudeNumberUnits are degrees on the WGS 84 spheroid.
HYAS.Device_Geo.wifi_bssidStringThe BSSID (MAC address) of the wifi router that the device communicated through.

Command example#

!hyas-get-device-geo-records-by-ip-address indicator_type=ipv4 indicator_value=4.4.4.4 limit="3"

Context Example#

{
"HYAS": {
"Device_Geo": [
{
"datetime": "2022-03-01T16:07:07Z",
"device_geo_id": "9120a69e-cc23-451a-a55d-4223e0cec88b",
"device_user_agent": "15.3.1",
"geo_country_alpha_2": "AU",
"geo_horizontal_accuracy": 20,
"ipv4": "4.4.4.4",
"latitude": -33.805888,
"longitude": 150.781879
},
{
"datetime": "2022-03-01T15:46:10Z",
"device_geo_id": "c6d36363-c966-4c94-9163-cff050fc2257",
"device_user_agent": "15.3.1",
"geo_country_alpha_2": "AU",
"geo_horizontal_accuracy": 15.6,
"ipv4": "4.4.4.4",
"latitude": -33.805855,
"longitude": 150.781918
},
{
"datetime": "2022-03-01T15:07:46Z",
"device_geo_id": "44442ff1-3b71-406a-963c-3ece950e11f5",
"device_user_agent": "15.3.1",
"geo_country_alpha_2": "AU",
"geo_horizontal_accuracy": 15.6,
"ipv4": "4.4.4.4",
"latitude": -33.805855,
"longitude": 150.781918
}
]
}
}

Human Readable Output#

HYAS Device_Geo records for ipv4 : 4.4.4.4#

Date TimeDevice User AgentGeo Country Alpha 2Geo Horizontal AccuracyIPV4LatitudeLongitude
2022-03-01T16:07:07Z15.3.1AU20.04.4.4.4-33150
2022-03-01T15:46:10Z15.3.1AU15.64.4.4.4-33150
2022-03-01T15:07:46Z15.3.1AU15.64.4.4.4-33150

hyas-get-sinkhole-records-by-ipv4-address#


Returns sinkhole information.

Base Command#

hyas-get-sinkhole-records-by-ipv4-address

Input#

Argument NameDescriptionRequired
ipv4The ipv4 address value to query.Required
limitThe maximum number of results to return.Optional

Context Output#

PathTypeDescription
HYAS.Sinkhole.countStringThe sinkhole count
HYAS.Sinkhole.country_nameStringThe country of the ip
HYAS.Sinkhole.data_portStringThe data port
HYAS.Sinkhole.datetimeStringThe first seen date of the sinkhole
HYAS.Sinkhole.ipv4StringThe ipv4 of the sinkhole
HYAS.Sinkhole.last_seenStringThe last seen date of the sinkhole
HYAS.Sinkhole.organization_nameStringThe isp organization for the ip
HYAS.Sinkhole.sink_sourceStringThe ipv4 of the sink source

Command example#

!hyas-get-sinkhole-records-by-ipv4-address ipv4=4.4.4.4 limit="3"

Context Example#

{
"HYAS": {
"Sinkhole": [
{
"count": 18,
"country_code": "GB",
"country_name": "United Kingdom",
"data_port": 5552,
"datetime": "2020-12-23T14:06:56Z",
"ipv4": "4.4.4.4",
"last_seen": "2020-12-23T14:06:56Z",
"organization_name": "Shahkar Towse'e Tejarat Mana PJSC",
"sink_source": "4.4.4.4"
},
{
"count": 157,
"country_code": "GB",
"country_name": "United Kingdom",
"data_port": 5552,
"datetime": "2020-12-23T13:59:28Z",
"ipv4": "4.4.4.4",
"last_seen": "2020-12-23T13:59:28Z",
"organization_name": "Shahkar Towse'e Tejarat Mana PJSC",
"sink_source": "4.4.4.4"
},
{
"count": 160,
"country_code": "GB",
"country_name": "United Kingdom",
"data_port": 5552,
"datetime": "2020-12-23T12:59:44Z",
"ipv4": "4.4.4.4",
"last_seen": "2020-12-23T12:59:44Z",
"organization_name": "Shahkar Towse'e Tejarat Mana PJSC",
"sink_source": "4.4.4.4"
}
]
}
}

Human Readable Output#

HYAS Sinkhole records for ipv4 : 4.4.4.4#

CountCountry NameData PortDate TimeIPV4Last SeenOrganization NameSink Source
18United Kingdom55522020-12-23T14:06:56Z4.4.4.42020-12-23T14:06:56ZShahkar Towse'e Tejarat Mana PJSC4.4.4.4
157United Kingdom55522020-12-23T13:59:28Z4.4.4.42020-12-23T13:59:28ZShahkar Towse'e Tejarat Mana PJSC4.4.4.4
160United Kingdom55522020-12-23T12:59:44Z4.4.4.42020-12-23T12:59:44ZShahkar Towse'e Tejarat Mana PJSC4.4.4.4

hyas-get-malware-sample-information-by-hash#


Returns malware information.

Base Command#

hyas-get-malware-sample-information-by-hash

Input#

Argument NameDescriptionRequired
hashThe hash value to query.Required

Context Output#

PathTypeDescription
HYAS.Malware_Information.avscan_scoreStringAV scan score
HYAS.Malware_Information.md5StringMD5 Hash
HYAS.Malware_Information.scan_results.av_nameStringThe AV Name
HYAS.Malware_Information.scan_results.def_timeStringThe AV datetime
HYAS.Malware_Information.scan_results.threat_foundStringThe source
HYAS.Malware_Information.scan_timeStringThe datetime of the scan
HYAS.Malware_Information.sha1StringThe sha1 hash
HYAS.Malware_Information.sha256StringThe sha256 hash
HYAS.Malware_Information.sha512StringThe sha512 hash

Command example#

!hyas-get-malware-sample-information-by-hash hash=1d0a97c41afe5540edd0a8c1fb9a0f1c limit="3"

Context Example#

{
"HYAS": {
"Malware_Information": {
"avscan_score": "1/9",
"md5": "1d0a97c41afe5540edd0a8c1fb9a0f1c",
"scan_results": [
{
"av_name": "Cyren",
"def_time": "2023-02-13T09:49:00Z",
"threat_found": "abc"
}
],
"scan_time": "2023-02-21T07:36:35Z",
"sha1": "9f3ae27d3d071b1cd0a220ec2d5944cde44af91a",
"sha256": "3e3f900e6ab9e03f93fee334d357336f8ae67633420a462d0662fd51bc5004ab",
"sha512": "956ab65f8119e9060cc955db31284bc99e6bf82bcd1b0dfcf29457cdf61acacf884209191692f8173970c6b28128e3c79d3126fd9f50df8c71612ee9b47710f9"
}
}
}

Human Readable Output#

HYAS Malware_Information records for hash : 1d0a97c41afe5540edd0a8c1fb9a0f1c#

AV Scan ScoreMD5AV NameAV DateTimeSourceScan TimeSHA1SHA256SHA512
1/91d0a97c41afe5540edd0a8c1fb9a0f1cCyren2023-02-13T09:49:00Zabc2023-02-21T07:36:35Z9f3ae27d3d071b1cd0a220ec2d5944cde44af91a3e3f900e6ab9e03f93fee334d357336f8ae67633420a462d0662fd51bc5004ab956ab65f8119e9060cc955db31284bc99e6bf82bcd1b0dfcf29457cdf61acacf884209191692f8173970c6b28128e3c79d3126fd9f50df8c71612ee9b47710f9

hyas-get-associated-ips-by-hash#


Returns associated IP's for the provided hash value.

Base Command#

hyas-get-associated-ips-by-hash

Input#

Argument NameDescriptionRequired
md5The md5 value to query.Required

Context Output#

PathTypeDescription
HYAS.HASH-IP.md5StringThe provided MD5 value
HYAS.HASH-IP.ipsUnknownAssociated IPS for the provided MD5 value

Command example#

!hyas-get-associated-ips-by-hash md5="1d0a97c41afe5540edd0a8c1fb9a0f1c"

Context Example#

{
"HYAS": {
"HASH-IP": {
"ips": [
"106.187.43.98"
],
"md5": "1d0a97c41afe5540edd0a8c1fb9a0f1c"
}
}
}

Human Readable Output#

HYAS HASH-IP records for md5 : 1d0a97c41afe5540edd0a8c1fb9a0f1c#

Associated IPs
106.187.43.98

hyas-get-associated-domains-by-hash#


Returns associated Domain's for the provided hash value.

Base Command#

hyas-get-associated-domains-by-hash

Input#

Argument NameDescriptionRequired
md5The md5 value to query.Required

Context Output#

PathTypeDescription
HYAS.HASH-DOMAIN.domainsUnknownAssociated Domains for the provided MD5 value
HYAS.HASH-DOMAIN.md5StringThe provided MD5 value

Command example#

!hyas-get-associated-domains-by-hash md5="1d0a97c41afe5540edd0a8c1fb9a0f1c"

Context Example#

{
"HYAS": {
"HASH-DOMAIN": {
"domains": [
"qwertasdfg.sinip.es",
"butterfly.bigmoney.biz",
"butterfly.sinip.es"
],
"md5": "1d0a97c41afe5540edd0a8c1fb9a0f1c"
}
}
}

Human Readable Output#

HYAS HASH-DOMAIN records for md5 : 1d0a97c41afe5540edd0a8c1fb9a0f1c#

Associated Domains
qwertasdfg.sinip.es
butterfly.bigmoney.biz
butterfly.sinip.es