AVG
communityCybersecurity company providing antivirus, internet security, and privacy protection software for consumers and businesses, owned by Avast/NortonLifeLock.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
/api/v1/url/scanCheck if a URL is safe or malicious
Parameters
urlURL to scan (stringrequiredReturns
safe, threat_type, threat_name, confidenceGET
/api/v1/file/hashCheck if a file hash is known malware
Parameters
hashMD5required— SHA1, or SHA256 hash (stringReturns
safe, threat_type, threat_name, first_seen, detection_countGET
/api/v1/threats/{threat_name}Get information about a specific threat or malware family
Returns
threat with name, type, aliases, description, indicators[], remediation